Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SwampScheduler #3

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/swamp-scheduler/index.md
Original file line number Diff line number Diff line change
@@ -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.
18 changes: 18 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
]
],

Expand Down Expand Up @@ -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',
Expand All @@ -118,6 +132,10 @@ const config = {
{
label: 'OSC Docs',
to: '/docs/osc-docs'
},
{
label: 'Swamp Scheduler',
to: '/docs/swamp-scheduler'
}
]
},
Expand Down
1 change: 1 addition & 0 deletions src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down