Skip to content
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
24 changes: 3 additions & 21 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// @ts-check

// https://github.com/FormidableLabs/prism-react-renderer/tree/master/src/themes
const {themes} = require('prism-react-renderer');
const lightCodeTheme = themes.nightOwlLight;
const { themes } = require('prism-react-renderer');
const lightCodeTheme = themes.nightOwlLight;
const darkCodeTheme = themes.nightOwl;

// Adding reusable information
Expand Down Expand Up @@ -97,16 +97,7 @@ const config = {
routeBasePath: 'community',
sidebarPath: './sidebarsCommunity.js',
},
],
[
'@docusaurus/plugin-content-docs',
{
id: 'nebari-slurm',
path: 'nebari-slurm',
routeBasePath: 'nebari-slurm',
sidebarPath: './sidebarsSlurm.js',
},
],
]
],
customFields: { ...customFields },

Expand Down Expand Up @@ -141,11 +132,6 @@ const config = {
position: "left",
to: "community/introduction",
},
{
label: "Nebari Slurm",
position: "left",
to: "nebari-slurm/overview",
},
{
label: "Get Started",
position: "right",
Expand Down Expand Up @@ -181,10 +167,6 @@ const config = {
label: "Nebari code repository",
href: customFields.githubCodebaseUrl,
},
{
label: "Nebari-Slurm code repository",
href: "https://github.com/nebari-dev/nebari-slurm",
},
{
label: "Nebari documentation repository",
href: customFields.githubUrl,
Expand Down
Binary file removed docs/nebari-slurm/_static/images/architecture.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
99 changes: 0 additions & 99 deletions docs/nebari-slurm/benchmark.md

This file was deleted.

79 changes: 0 additions & 79 deletions docs/nebari-slurm/comparison.md

This file was deleted.

Loading
Loading