Skip to content

Commit 0488ee9

Browse files
committed
Include release log in docs
1 parent 84ea2a5 commit 0488ee9

File tree

3 files changed

+6644
-1
lines changed

3 files changed

+6644
-1
lines changed

apps/docsite/docusaurus.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const config: Config = {
123123
],
124124
},
125125
],
126-
copyright: `Copyright © ${new Date().getFullYear()} FluentUI React Charting. Built with Docusaurus.`,
126+
copyright: `Copyright © ${new Date().getFullYear()} Microsoft`,
127127
},
128128
prism: {
129129
theme: prismThemes.github,

apps/docsite/sidebars.ts

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const sidebars: SidebarsConfig = {
1818

1919
tutorialSidebar: [
2020
'Overview',
21+
'CHANGELOG',
2122
'Start Developing',
2223
'Contributor Guide',
2324
'Technical Details',

0 commit comments

Comments
 (0)