Skip to content

Commit 031c18a

Browse files
authored
docs: remove sidebar changelog (#861)
1 parent fb0ddff commit 031c18a

6 files changed

Lines changed: 41 additions & 60 deletions

File tree

website/docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ module.exports = {
6868
'@apify/docs-theme',
6969
{
7070
changelogFromRoot: true,
71+
changelogDisplayedSidebar: 'sidebar',
7172
subNavbar: {
7273
title: 'SDK for Python',
7374
items: [

website/sidebars.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,5 @@ module.exports = {
4141
},
4242
],
4343
},
44-
{
45-
type: 'doc',
46-
id: 'changelog',
47-
},
48-
],
44+
],
4945
};

website/versioned_sidebars/version-0.2-sidebars.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
"dirName": "02-concepts"
1919
}
2020
]
21-
},
22-
{
23-
"type": "doc",
24-
"id": "changelog"
2521
}
2622
]
2723
}

website/versioned_sidebars/version-1.7-sidebars.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
"dirName": "02-guides"
3030
}
3131
]
32-
},
33-
{
34-
"type": "doc",
35-
"id": "changelog"
3632
}
3733
]
3834
}

website/versioned_sidebars/version-2.7-sidebars.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
"dirName": "04_upgrading"
4141
}
4242
]
43-
},
44-
{
45-
"type": "doc",
46-
"id": "changelog"
4743
}
4844
]
4945
}
Lines changed: 39 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,45 @@
11
{
2-
"sidebar": [
3-
{
4-
"type": "doc",
5-
"id": "introduction/introduction"
6-
},
7-
{
8-
"type": "doc",
9-
"id": "introduction/quick-start"
10-
},
11-
{
12-
"type": "category",
13-
"label": "Concepts",
14-
"collapsed": true,
15-
"items": [
2+
"sidebar": [
163
{
17-
"type": "autogenerated",
18-
"dirName": "02_concepts"
19-
}
20-
]
21-
},
22-
{
23-
"type": "category",
24-
"label": "Guides",
25-
"collapsed": true,
26-
"items": [
4+
"type": "doc",
5+
"id": "introduction/introduction"
6+
},
277
{
28-
"type": "autogenerated",
29-
"dirName": "03_guides"
30-
}
31-
]
32-
},
33-
{
34-
"type": "category",
35-
"label": "Upgrading",
36-
"collapsed": true,
37-
"items": [
8+
"type": "doc",
9+
"id": "introduction/quick-start"
10+
},
11+
{
12+
"type": "category",
13+
"label": "Concepts",
14+
"collapsed": true,
15+
"items": [
16+
{
17+
"type": "autogenerated",
18+
"dirName": "02_concepts"
19+
}
20+
]
21+
},
22+
{
23+
"type": "category",
24+
"label": "Guides",
25+
"collapsed": true,
26+
"items": [
27+
{
28+
"type": "autogenerated",
29+
"dirName": "03_guides"
30+
}
31+
]
32+
},
3833
{
39-
"type": "autogenerated",
40-
"dirName": "04_upgrading"
34+
"type": "category",
35+
"label": "Upgrading",
36+
"collapsed": true,
37+
"items": [
38+
{
39+
"type": "autogenerated",
40+
"dirName": "04_upgrading"
41+
}
42+
]
4143
}
42-
]
43-
},
44-
{
45-
"type": "doc",
46-
"id": "changelog"
47-
}
48-
]
44+
]
4945
}

0 commit comments

Comments
 (0)