From 288f1320a1805b3d03e347c6ee095ff5bc4ebf78 Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Fri, 21 Aug 2020 17:11:24 -0700 Subject: [PATCH] Delete _sidebar.md --- docs/_sidebar.md | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 docs/_sidebar.md diff --git a/docs/_sidebar.md b/docs/_sidebar.md deleted file mode 100644 index d53bad092..000000000 --- a/docs/_sidebar.md +++ /dev/null @@ -1,37 +0,0 @@ -- Overview - - [mermaid](README.md) - - [Overview](n00b-overview.md) - - [Use-Cases and Integrations](integrations.md) - - [FAQ](faq.md) - -- Getting Started - - - [Getting started](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) - - -- Contributions and Community - - - [Development and Contribution](development.md) - - [Mermaid Versions](versionUpdates.md) - - [Changelog](CHANGELOG.md) - - -- Diagrams, Syntax, and Examples - - - [Diagram syntax intro](n00b-syntaxReference.md) - - [Examples](examples.md) - - [Flowchart](flowchart.md) - - [Sequence diagram](sequenceDiagram.md) - - [Class Diagram](classDiagram.md) - - [State Diagram](stateDiagram.md) - - [Entity Relationship Diagram](entityRelationshipDiagram.md) - - [User Journey](user-journey.md) - - [Gantt](gantt.md) - - [Pie Chart](pie.md)