diff --git a/docusaurus.config.js b/docusaurus.config.js index 1c20aa6..a7baa8d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -77,7 +77,16 @@ const config = { routeBasePath: 'docs/swamp-scheduler', editUrl: 'https://github.com/ufosc/osc-docs/blob/main' } - ] + ], + [ + '@docusaurus/plugin-content-docs', + { + id: 'OpenWebServices', + path: 'docs/ows', + routeBasePath: 'docs/ows', + editUrl: 'https://github.com/ufosc/osc-docs/blob/main' + } + ], ], themeConfig: ({ @@ -109,6 +118,11 @@ const config = { label: 'Swamp Scheduler', position: 'left' }, + { + to: 'docs/ows', + label: 'OpenWebServices', + position: 'left' + }, { href: 'https://ufosc.org', label: 'ufosc.org', @@ -136,7 +150,11 @@ const config = { { label: 'Swamp Scheduler', to: '/docs/swamp-scheduler' - } + }, + { + label: 'OpenWebServices', + to: '/docs/ows' + }, ] }, { diff --git a/src/pages/index.md b/src/pages/index.md index bbf46dc..dc1dd1f 100644 --- a/src/pages/index.md +++ b/src/pages/index.md @@ -15,6 +15,7 @@ Each semester, members meet and collaborate to build open source projects. Their * [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. +* [OpenWebServices](/docs/ows): Documentation for OpenWebServices & OAuth2. ## Contributing