Skip to content

Commit 9d3a63b

Browse files
committed
refactor: reorganized navbar
1 parent 787d2da commit 9d3a63b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,8 @@ const config: Config = {
6262
src: "img/blacksky-favicon.ico",
6363
},
6464
items: [
65-
{
66-
type: "docSidebar",
67-
sidebarId: "tutorialSidebar",
68-
position: "left",
69-
label: "Introduction",
70-
},
71-
{ to: "https://blog.rudyfraser.com/", label: "Blog", position: "left" },
7265
{ to: "/docs", label: "Docs", position: "left" },
66+
{ to: "https://blog.rudyfraser.com/", label: "Blog", position: "left" },
7367
{
7468
href: "https://github.com/blacksky-algorithms/rsky",
7569
label: "GitHub",

0 commit comments

Comments
 (0)