mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
docs: updated sidebars and added missing doc ID (#4993)
Updated `sidebars.js` to incorporate `Getting Started` as top level doc, with Unleash Academy in child structure (order as discussed with @dgorton ). See screenshot. Also added missing `id` to `getting-started.md` ![image](https://github.com/Unleash/unleash/assets/128738155/52881918-a38b-4e6a-b6c8-bbeb1cd0a232)
This commit is contained in:
parent
053a4637e1
commit
a3b4e9db5f
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
id: getting-started
|
||||||
title: Getting Started
|
title: Getting Started
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -13,17 +13,27 @@ module.exports = {
|
|||||||
documentation: [
|
documentation: [
|
||||||
'about-the-docs',
|
'about-the-docs',
|
||||||
{
|
{
|
||||||
label: 'First steps and tutorials',
|
label: 'Getting Started',
|
||||||
type: 'category',
|
type: 'category',
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
link: {
|
link: {
|
||||||
type: 'generated-index',
|
type: 'doc',
|
||||||
title: 'First steps',
|
id: 'tutorials/getting-started',
|
||||||
description: 'Learn how and where to get started with Unleash.',
|
|
||||||
slug: '/tutorials',
|
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
'tutorials/getting-started',
|
{
|
||||||
|
type: 'category',
|
||||||
|
label: 'Unleash Academy',
|
||||||
|
link: {
|
||||||
|
type: 'doc',
|
||||||
|
id: 'tutorials/academy',
|
||||||
|
},
|
||||||
|
items: [
|
||||||
|
'tutorials/academy-foundational',
|
||||||
|
'tutorials/academy-advanced-for-devs',
|
||||||
|
'tutorials/academy-managing-unleash-for-devops',
|
||||||
|
],
|
||||||
|
},
|
||||||
'tutorials/unleash-overview',
|
'tutorials/unleash-overview',
|
||||||
'tutorials/important-concepts',
|
'tutorials/important-concepts',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user