diff --git a/docs/_sidebar.md b/docs/_sidebar.md index bddd17df5..e045df1f9 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,14 +1,32 @@ -- Getting started - - - [mermaid](README.md) +- Overview + - [mermaid](README.md) + - [overview](n00b-overview.md) + - [Use-Cases and Integrations](integrations.md) - [FAQ](faq.md) - - [Usage](usage.md) - - [Integrations](integrations.md) - - [Examples](examples.md) + +- Getting Started + + - [Getting started - easier](n00b-gettingStarted.md) + - [Tutorials](Tutorials.md) + - [API-Usage](usage.md) + - [Configurations](Setup.md) + - [Directives](8.6.0_docs.md) + - [Theming](theming.md) - [mermaid CLI](mermaidCLI.md) + - [Advanced usage](n00b-advanced.md) -- Diagrams + +- Tutorials and Community + - [Development and Contribution](development.md) + - [Mermaid Versions](versionUpdates.md) + - [Changelog](CHANGELOG.md) + + +- Diagrams and Syntax and Examples + + - [Diagram syntax intro](n00b-syntaxReference.md) + - [Examples](examples.md) - [Flowchart](flowchart.md) - [Sequence diagram](sequenceDiagram.md) - [Class Diagram](classDiagram.md) @@ -18,17 +36,3 @@ - [Gantt](gantt.md) - [Pie Chart](pie.md) - [Directives](directives.md) - -- Guide - - - [Development](development.md) - - [Configurations](Setup.md) - - [Mermaid Versions](versionUpdates.md) - - [Changelog](CHANGELOG.md) - -- Beginner's Guide - - [overview](n00b-overview.md) - - [Getting started - easier](n00b-gettingStarted.md) - - [Theming](theming.md) - - [Diagram syntax intro](n00b-syntaxReference.md) - - [Advanced usage](n00b-advanced.md)