Skip to content

Commit 0dd0947

Browse files
committed
fixes to navigation
fix links in left side and top side navbars
1 parent c8e9bcc commit 0dd0947

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545
title: 'API Client for Python',
4646
items: [
4747
{
48-
to: 'docs/overview/introduction',
48+
to: 'docs/overview',
4949
label: 'Docs',
5050
position: 'left',
5151
activeBaseRegex: '/docs(?!/changelog)',

website/sidebars.js

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
module.exports = {
22
sidebar: [
33
{
4-
type: 'category',
5-
label: 'Overview',
6-
collapsed: true,
7-
items: [
8-
{
9-
type: 'autogenerated',
10-
dirName: '01_overview',
11-
},
12-
],
4+
type: 'doc',
5+
id: 'overview/overview',
136
},
147
{
158
type: 'category',

0 commit comments

Comments
 (0)