Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Adhere to new org change #48

Merged
merged 1 commit into from
Jan 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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