1
0
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:
Mark Fulton 2023-10-10 17:18:59 -04:00 committed by GitHub
parent 053a4637e1
commit a3b4e9db5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 6 deletions

View File

@ -1,4 +1,5 @@
---
id: getting-started
title: Getting Started
---

View File

@ -13,17 +13,27 @@ module.exports = {
documentation: [
'about-the-docs',
{
label: 'First steps and tutorials',
label: 'Getting Started',
type: 'category',
collapsed: false,
link: {
type: 'generated-index',
title: 'First steps',
description: 'Learn how and where to get started with Unleash.',
slug: '/tutorials',
type: 'doc',
id: 'tutorials/getting-started',
},
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/important-concepts',
],