Skip to content

Commit

Permalink
docs: Adhere to new org change (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
im-coder-lg authored Jan 17, 2022
1 parent c88b69e commit d6ddf01
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config = {
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'sumeshir26', // Usually your GitHub org/user name.
organizationName: 'TimerX-App', // Usually your GitHub org/user name.
projectName: 'TimerX', // Usually your repo name.

presets: [
Expand All @@ -24,7 +24,7 @@ const config = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl: 'https://github.com/sumeshir26/TimerX/blob/master/docs',
editUrl: 'https://github.com/TimerX-App/TimerX/blob/master/docs',
},
blog: false,
theme: {
Expand All @@ -48,9 +48,9 @@ const config = {

items: [
{to: '/docs/intro', label: 'Documentation', position: 'left'},
{to: 'https://github.com/sumeshir26/TimerX/releases', label: "Download TimerX", position: 'left'},
{to: 'https://github.com/TimerX-App/TimerX/releases', label: "Download TimerX", position: 'left'},
{
href: 'https://github.com/sumeshir26/TimerX',
href: 'https://github.com/TimerX-App/TimerX',
label: 'GitHub',
position: 'right',
},
Expand Down Expand Up @@ -86,7 +86,7 @@ const config = {
},
{
label: 'GitHub',
href: 'https://github.com/sumeshir26/TimerX',
href: 'https://github.com/TimerX-App/TimerX',
},
],
},
Expand Down Expand Up @@ -121,7 +121,7 @@ const config = {
announcementBar: {
id: 'under_development',
content:
'TimerX is under heavy development. If you would like to contribute, please visit the <a href="https://github.com/sumeshir26/TimerX">GitHub repo</a>.',
'TimerX is under heavy development. If you would like to contribute, please visit the <a href="https://github.com/TimerX-App/TimerX">GitHub repo</a>.',
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: true,
Expand Down

0 comments on commit d6ddf01

Please sign in to comment.