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:
parent
98ce389eff
commit
05803dab03
@ -28,6 +28,23 @@ module.exports = {
|
||||
'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',
|
||||
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',
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user