Skip to content

Commit

Permalink
added OWS to nav header and index
Browse files Browse the repository at this point in the history
  • Loading branch information
zeim839 committed Feb 26, 2024
1 parent 2321ea8 commit e9fc47a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
22 changes: 20 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: ({
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -136,7 +150,11 @@ const config = {
{
label: 'Swamp Scheduler',
to: '/docs/swamp-scheduler'
}
},
{
label: 'OpenWebServices',
to: '/docs/ows'
},
]
},
{
Expand Down
1 change: 1 addition & 0 deletions src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e9fc47a

Please sign in to comment.