diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 0622524fd76b3b9e0b758fb63014c827cf1aa546..e4c339adbe9ba4f25d50c9b1f8f9c20e570ff018 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -175,6 +175,10 @@ const config: Config = { label: 'Agenda', href: 'https://indico3-jsc.fz-juelich.de/event/149/timetable/#all', }, + { + label: 'Reservations', + href: '/docs/reservations', + }, { label: 'Attendance list', href: 'https://gitlab.jsc.fz-juelich.de/hedgedoc/CP2OZecbRJ6pc3scRzAGoQ', @@ -190,7 +194,7 @@ const config: Config = { items: [ { label: 'Authors', - href: '/authors', + href: '/docs/authors', }, ], }, diff --git a/src/pages/reservations.md b/src/pages/reservations.md new file mode 100644 index 0000000000000000000000000000000000000000..66898c50f0bc857041adf8fda8795d0f448874f1 --- /dev/null +++ b/src/pages/reservations.md @@ -0,0 +1,18 @@ +--- +title: Reservations +description: List of reservations +hide_table_of_contents: true +--- + +# Reservations + +Valid during the course duration from 9am to 12am + +| System | Name | +| --------- | ---- | +|Jureca-DC |hands-on-*YYYYMMDD* | +|Juwels-Cluster|hands-on-cluster-*YYYYMMDD* | +|Juwels-Booster|hands-on-booster-*YYYYMMDD* | +|Jusuf |hands-on-*YYYYMMDD* | + +Substitute *YYYYMMDD* with the current \ No newline at end of file