Skip to content

Commit 0705866

Browse files
committed
Update navbar items
Signed-off-by: Pavithra Eswaramoorthy <[email protected]>
1 parent 5208a03 commit 0705866

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/docusaurus.config.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const config = {
134134
hideOnScroll: false,
135135
items: [
136136
{
137-
label: "Documentation",
137+
label: "Nebari Core",
138138
position: "left",
139139
to: "/docs/welcome",
140140
},
@@ -180,11 +180,15 @@ const config = {
180180
position: "right",
181181
items: [
182182
{
183-
label: "Code repository",
183+
label: "Nebari core code repository",
184184
href: customFields.githubCodebaseUrl,
185185
},
186186
{
187-
label: "Documentation repository",
187+
label: "Nebari-Slurm code repository",
188+
href: "https://github.com/nebari-dev/nebari-slurm",
189+
},
190+
{
191+
label: "Nebari documentation repository",
188192
href: customFields.githubUrl,
189193
},
190194
]

0 commit comments

Comments
 (0)