Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions api/intro.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<!-- API section temporarily hidden; will be revealed once content is generated -->
# Hello world
hello world
14 changes: 6 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ const config = {
label: "Docs"
},

// Temporarily commenting out this navbar link until the API content is ready
//{to: '/api/intro', label: 'API', position: 'left'},
{to: '/api/intro', label: 'API', position: 'left'},

{ to: "/blog", label: "Blog", position: "left" },
{
Expand All @@ -165,13 +164,12 @@ const config = {
{
label: "Docs",
to: "/docs/intro"
}
},

// Temporarily commenting out this footer link until the API content is ready
//{
// label: 'API',
// to: '/api/intro',
//},
{
label: 'API',
to: '/api/intro',
},
]
},
{
Expand Down