File tree Expand file tree Collapse file tree 3 files changed +5
-33
lines changed Expand file tree Collapse file tree 3 files changed +5
-33
lines changed Original file line number Diff line number Diff line change 1
1
# Nebari Slurm - Deploy Nebari on HPC systems
2
2
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.
4
4
Nebari Slurm is a "distribution" of these packages much like Debian and Ubuntu are distributions of Linux.
5
5
The high level goal of this distribution is to form a cohesive set of tools that enable:
6
6
Original file line number Diff line number Diff line change @@ -103,32 +103,6 @@ module.exports = {
103
103
"references/personas"
104
104
] ,
105
105
} ,
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
- // },
132
106
{
133
107
type : "doc" ,
134
108
label : "Troubleshooting" ,
@@ -139,11 +113,5 @@ module.exports = {
139
113
label : "FAQ" ,
140
114
id : "faq" ,
141
115
} ,
142
- // TODO - uncomment once populated
143
- // {
144
- // type: "doc",
145
- // label: "Glossary",
146
- // id: "glossary",
147
- // },
148
116
] ,
149
117
} ;
Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ module.exports = {
45
45
type : "doc" ,
46
46
id : "team-structure" ,
47
47
} ,
48
+ {
49
+ type : "doc" ,
50
+ id : "decision-making" ,
51
+ } ,
48
52
{
49
53
type : "doc" ,
50
54
id : "plugins" ,
You can’t perform that action at this time.
0 commit comments