Skip to content

Commit 049ba8e

Browse files
committed
Remove community pages from sidebar, add decision making to community sidebar, misc updates
Signed-off-by: Pavithra Eswaramoorthy <[email protected]>
1 parent 10d6e73 commit 049ba8e

File tree

3 files changed

+5
-33
lines changed

3 files changed

+5
-33
lines changed

docs/nebari-slurm/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nebari Slurm - Deploy Nebari on HPC systems
22

3-
Nebari Slurm is an opinionated open source deployment of jupyterhub based on an HPC jobscheduler.
3+
Nebari Slurm is an opinionated open source deployment of JupyterHub based on an HPC jobscheduler.
44
Nebari Slurm is a "distribution" of these packages much like Debian and Ubuntu are distributions of Linux.
55
The high level goal of this distribution is to form a cohesive set of tools that enable:
66

docs/sidebars.js

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -103,32 +103,6 @@ module.exports = {
103103
"references/personas"
104104
],
105105
},
106-
// {
107-
// type: "category",
108-
// label: "Community",
109-
// link: {
110-
// type: "doc", id: "community/index"
111-
// },
112-
// items: [
113-
// "community/file-issues",
114-
// "community/code-contributions",
115-
// "community/nebari-tests",
116-
// "community/doc-contributions",
117-
// "community/style-guide",
118-
// "community/team-structure",
119-
// "community/plugins",
120-
// {
121-
// type: "category",
122-
// label: "Maintainers",
123-
// items: ["community/maintainers/github-conventions",
124-
// "community/maintainers/triage-guidelines",
125-
// "community/maintainers/reviewer-guidelines",
126-
// "community/maintainers/saved-replies",
127-
// "community/maintainers/release-process-branching-strategy",
128-
// ]
129-
// }
130-
// ],
131-
// },
132106
{
133107
type: "doc",
134108
label: "Troubleshooting",
@@ -139,11 +113,5 @@ module.exports = {
139113
label: "FAQ",
140114
id: "faq",
141115
},
142-
// TODO - uncomment once populated
143-
// {
144-
// type: "doc",
145-
// label: "Glossary",
146-
// id: "glossary",
147-
// },
148116
],
149117
};

docs/sidebarsCommunity.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ module.exports = {
4545
type: "doc",
4646
id: "team-structure",
4747
},
48+
{
49+
type: "doc",
50+
id: "decision-making",
51+
},
4852
{
4953
type: "doc",
5054
id: "plugins",

0 commit comments

Comments
 (0)