Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielraeder committed Jun 24, 2024
1 parent 690f066 commit d7667d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ const config = {
position: 'left',
activeBaseRegex: "/sdk",
},
{
to: 'api',
label: 'API Reference',
position: 'left',
activeBaseRegex: "/api",
},
{
to: 'changelog',
label: 'Changelog',
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ const sidebars = {
type: "generated-index",
title: "API",
description: "test",
slug: "/category/api"
slug: "/api"
},
// @ts-ignore
items: require("./docs/api/sidebar.js")
Expand Down

0 comments on commit d7667d7

Please sign in to comment.