diff --git a/docs/swamp-scheduler/index.md b/docs/swamp-scheduler/index.md new file mode 100644 index 0000000..a842c68 --- /dev/null +++ b/docs/swamp-scheduler/index.md @@ -0,0 +1,11 @@ +--- +title: Introduction +description: Swamp Scheduler Introduction +sidebar_position: 1 +--- + +# Introduction + +Swamp Scheduler is a web-app that streamlines the complex registration process for students at the University of Florida (UF). + +Swamp Scheduler currently allows students to explore UF's schedule of courses, make course selections, and generate schedules that fit their needs. diff --git a/docusaurus.config.js b/docusaurus.config.js index 8bea1a2..b6ddb56 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -68,6 +68,15 @@ const config = { routeBasePath: 'docs/osc-docs', editUrl: 'https://github.com/ufosc/osc-docs/blob/main' } + ], + [ + '@docusaurus/plugin-content-docs', + { + id: 'swamp-scheduler', + path: 'docs/swamp-scheduler', + routeBasePath: 'docs/swamp-scheduler', + editUrl: 'https://github.com/ufosc/osc-docs/blob/main' + } ] ], @@ -95,6 +104,11 @@ const config = { label: 'OSC Docs', position: 'left' }, + { + to: 'docs/swamp-scheduler', + label: 'Swamp Scheduler', + position: 'left' + }, { href: 'https://ufosc.org', label: 'ufosc.org', @@ -118,6 +132,10 @@ const config = { { label: 'OSC Docs', to: '/docs/osc-docs' + }, + { + label: 'Swamp Scheduler', + to: '/docs/swamp-scheduler' } ] }, diff --git a/src/pages/index.md b/src/pages/index.md index b01a12e..9818033 100644 --- a/src/pages/index.md +++ b/src/pages/index.md @@ -14,6 +14,7 @@ Each semester, members meet and collaborate to build open source projects. Their * [Club Archive](/docs/club): Archive of club presentations, notes, etc. * [OSC Website](/docs/website): User & Developer Documentation for the [OSC website](https://ufosc.org). * [OSC Docs](/docs/osc-docs): Developer Documentation for the OSC Docs website. +* [Swamp Scheduler](/docs/swamp-scheduler): Developer Documentation for the Swamp Scheduler web-app. ## Contributing