We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e9bcc commit 0dd0947Copy full SHA for 0dd0947
website/docusaurus.config.js
@@ -45,7 +45,7 @@ module.exports = {
45
title: 'API Client for Python',
46
items: [
47
{
48
- to: 'docs/overview/introduction',
+ to: 'docs/overview',
49
label: 'Docs',
50
position: 'left',
51
activeBaseRegex: '/docs(?!/changelog)',
website/sidebars.js
@@ -1,15 +1,8 @@
1
module.exports = {
2
sidebar: [
3
4
- type: 'category',
5
- label: 'Overview',
6
- collapsed: true,
7
- items: [
8
- {
9
- type: 'autogenerated',
10
- dirName: '01_overview',
11
- },
12
- ],
+ type: 'doc',
+ id: 'overview/overview',
13
},
14
15
type: 'category',
0 commit comments