1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-04 00:18:40 +01:00

docs: move the topic guides section to near top of sidebar

This commit is contained in:
Thomas Heartman 2022-10-07 13:56:52 +02:00
parent 98ce389eff
commit 05803dab03

View File

@ -28,6 +28,23 @@ module.exports = {
'user_guide/quickstart', 'user_guide/quickstart',
], ],
}, },
{
label: 'Topic guides',
collapsed: false,
type: 'category',
link: {
type: 'generated-index',
title: 'Topic guides',
description:
'Discussions, explanations, and explorations regarding topics related to Unleash.',
slug: '/topics',
},
items: [
'topics/anatomy-of-unleash',
'topics/a-b-testing',
'topics/proxy-hosting',
],
},
{ {
label: 'How-to guides', label: 'How-to guides',
collapsed: false, collapsed: false,
@ -303,22 +320,5 @@ module.exports = {
}, },
], ],
}, },
{
label: 'Topic guides',
collapsed: false,
type: 'category',
link: {
type: 'generated-index',
title: 'Topic guides',
description:
'Discussions, explanations, and explorations regarding topics related to Unleash.',
slug: '/topics',
},
items: [
'topics/anatomy-of-unleash',
'topics/a-b-testing',
'topics/proxy-hosting',
],
},
], ],
}; };