Skip to content

Commit 2f9bd01

Browse files
committed
docs(IA): improve information Architecture
1 parent 4e0b88f commit 2f9bd01

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

docusaurus.config.js

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,28 +120,33 @@ const config = {
120120
title: 'Docs',
121121
items: [
122122
{
123-
label: 'Docs Home',
124-
to: '/docs/intro',
123+
label: 'Introduction',
124+
to: '/docs/Introduction',
125+
},
126+
{
127+
label: 'Quickstart',
128+
to: '/docs/quickstart'
125129
},
126130
],
127131
},
128132
{
129133
title: 'Community',
130134
items: [
131-
{ label: 'Stack Overflow', href: 'https://stackoverflow.com/questions/tagged/docusaurus' },
132-
{ label: 'Discord', href: 'https://discordapp.com/invite/docusaurus' },
133-
{ label: 'X', href: 'https://x.com/docusaurus' },
135+
//{ label: 'Stack Overflow', href: 'https://stackoverflow.com/questions/tagged/docusaurus' },//
136+
{ label: 'Discord', href: 'https://discord.gg/UC4QEsE8' },
137+
{ label: 'X', href: 'https://twitter.com/TechnicalWriti6' },
138+
{ label: 'Linkedin', href: 'https://www.linkedin.com/company/technical-writing-mentorship-program/posts/?feedView=all'},
134139
],
135140
},
136141
{
137142
title: 'More',
138143
items: [
139-
{ label: 'Blog', to: '/blog' },
140-
{ label: 'GitHub', href: 'https://github.com/facebook/docusaurus' },
144+
// { label: 'Blog', to: '/blog' },//
145+
{ label: 'GitHub', href: 'https://github.com/Technical-writing-mentorship-program' },
141146
],
142147
},
143148
],
144-
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
149+
copyright: `Copyright © ${new Date().getFullYear()} Refract. Built with Docusaurus.`,
145150
},
146151
prism: {
147152
theme: prismThemes.github,

sidebars.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ const sidebars = {
1616
{
1717
type: 'category',
1818
label: 'Getting Started',
19-
link: {
20-
type: 'doc',
21-
id: 'Introduction',
22-
},
2319
items: [
2420
'Introduction',
2521
'quickstart',

0 commit comments

Comments
 (0)