We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ea2a5 commit 0488ee9Copy full SHA for 0488ee9
apps/docsite/docusaurus.config.ts
@@ -123,7 +123,7 @@ const config: Config = {
123
],
124
},
125
126
- copyright: `Copyright © ${new Date().getFullYear()} FluentUI React Charting. Built with Docusaurus.`,
+ copyright: `Copyright © ${new Date().getFullYear()} Microsoft`,
127
128
prism: {
129
theme: prismThemes.github,
apps/docsite/sidebars.ts
@@ -18,6 +18,7 @@ const sidebars: SidebarsConfig = {
18
19
tutorialSidebar: [
20
'Overview',
21
+ 'CHANGELOG',
22
'Start Developing',
23
'Contributor Guide',
24
'Technical Details',
0 commit comments