Skip to content

Commit bf95660

Browse files
authored
Move version history up the nav sidebar hierarchy (#184)
1 parent 3b06dd7 commit bf95660

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

sidebars.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,6 @@ const sidebars = {
134134
items: [
135135
'import-from-code',
136136
'export-as-code',
137-
{
138-
type: 'doc',
139-
label: 'Version history',
140-
id: 'versions',
141-
className: 'pro-feature',
142-
},
143137
'machine-restore',
144138
'autolayout',
145139
'annotations',
@@ -168,6 +162,12 @@ const sidebars = {
168162
},
169163
],
170164
},
165+
{
166+
type: 'doc',
167+
label: 'Version history',
168+
id: 'versions',
169+
className: 'pro-feature',
170+
},
171171
{
172172
"type": "doc",
173173
"label": "Lock machines",

versioned_sidebars/version-5-sidebars.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@
9595
"items": [
9696
"import-from-code",
9797
"export-as-code",
98-
{
99-
"type": "doc",
100-
"label": "Version history",
101-
"id": "versions",
102-
"className": "pro-feature"
103-
},
10498
{
10599
"type": "doc",
106100
"label": "Colors",
@@ -205,6 +199,12 @@
205199
}
206200
]
207201
},
202+
{
203+
"type": "doc",
204+
"label": "Version history",
205+
"id": "versions",
206+
"className": "pro-feature"
207+
},
208208
{
209209
"type": "doc",
210210
"label": "Lock machines",

0 commit comments

Comments
 (0)