We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5208a03 commit 0705866Copy full SHA for 0705866
docs/docusaurus.config.js
@@ -134,7 +134,7 @@ const config = {
134
hideOnScroll: false,
135
items: [
136
{
137
- label: "Documentation",
+ label: "Nebari Core",
138
position: "left",
139
to: "/docs/welcome",
140
},
@@ -180,11 +180,15 @@ const config = {
180
position: "right",
181
182
183
- label: "Code repository",
+ label: "Nebari core code repository",
184
href: customFields.githubCodebaseUrl,
185
186
187
- label: "Documentation repository",
+ label: "Nebari-Slurm code repository",
188
+ href: "https://github.com/nebari-dev/nebari-slurm",
189
+ },
190
+ {
191
+ label: "Nebari documentation repository",
192
href: customFields.githubUrl,
193
194
]
0 commit comments