feat: add collapsible sections to bundle menu (#53)

* feat: add collapsible sections to bundle menu

* remove isParent check
This commit is contained in:
Robert Kaussow 2021-01-24 11:58:39 +01:00 committed by GitHub
parent 38b16f12ee
commit 1c5e86904c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 48 additions and 9 deletions

View file

@ -0,0 +1,21 @@
---
main:
- name: Level 1
ref: "/toc-tree/level-1"
sub:
- name: Level 1.1
ref: "/toc-tree/level-1/level-1-1"
- name: Level 1.2
ref: "/toc-tree/level-1/level-1-2"
- name: Level 1.3
ref: "/toc-tree/level-1/level-1-3"
sub:
- name: Level 1.3.1
ref: "/toc-tree/level-1/level-1-3/level-1-3-1"
- name: Level 2
ref: "/toc-tree/level-2"
sub:
- name: Level 2.1
ref: "/toc-tree/level-2/level-2-1"
- name: Level 2.2
ref: "/toc-tree/level-2/level-2-2"