diff --git a/docs/intro.md b/docs/intro.md index a49a377d..28e05bda 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -6,8 +6,6 @@ sidebar_position: 1 # Table of contents -* [Weekly Schedule](weeklyContents.md) - ## Introduction * [Computers](A-Introduction/computers.md) diff --git a/docusaurus.config.js b/docusaurus.config.js index 182c7c7a..cad32a58 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -35,6 +35,10 @@ module.exports = { label: 'Contents', to: '/', }, + { + label: 'Weekly Schedule', + to: '/weeklyContents', + }, ], }, ],