Skip to content

Commit 5bae77f

Browse files
authored
Merge pull request #543 from nebari-dev/nebari-core-to-nebari
Use Nebari instead of Nebari Core in navbar and repo reference
2 parents 859ee45 + 719e392 commit 5bae77f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const config = {
132132
hideOnScroll: false,
133133
items: [
134134
{
135-
label: "Nebari Core",
135+
label: "Nebari",
136136
position: "left",
137137
to: "/docs/welcome",
138138
},
@@ -178,7 +178,7 @@ const config = {
178178
position: "right",
179179
items: [
180180
{
181-
label: "Nebari core code repository",
181+
label: "Nebari code repository",
182182
href: customFields.githubCodebaseUrl,
183183
},
184184
{

0 commit comments

Comments
 (0)