Skip to content

Commit

Permalink
Convert docs item to dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Sep 5, 2023
1 parent 7e74c05 commit d059aec
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,32 @@ const config = {
position: "left",
},
{
type: "dropdown",
to: "/docs",
label: "Docs",
position: "left",
items: [
{
type: "doc",
label: "Introduction",
docId: "intro/index",
},
{
type: "doc",
label: "CLI",
docId: "cli/index",
},
{
type: "doc",
label: "Language",
docId: "language/index",
},
{
type: "doc",
label: "Internals",
docId: "internals/index",
},
],
},
// TODO: This link is important but there's no design for it yet
// {
Expand Down

0 comments on commit d059aec

Please sign in to comment.