@@ -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 ,
0 commit comments