menu.yml 946 字节
Newer Older
C
chomik 已提交
1
form-elements:
C
chomik 已提交
2 3 4
  url: form-elements.html
  title: Form elements
  icon: check-square
C
chomik 已提交
5 6 7 8 9 10

charts:
  url: charts.html
  title: Charts
  icon: pie-chart

C
chomik 已提交
11 12 13 14 15 16 17 18 19
level-1:
  title: Level 1
  icon: menu
  children:
    level-2:
      title: Level 2
      children:
        level-3:
          title: Level 3
C
chomik 已提交
20 21 22
          children:
            level-4:
              title: Level 4
C
chomik 已提交
23

C
chomik 已提交
24 25 26 27 28 29
layout:
  title: Layout
  icon: layout
  children:
    sidebar-left:
      title: Left sidebar
C
chomik 已提交
30
      url: layout-navbar-left.html
C
chomik 已提交
31 32
    sidebar-right:
      title: Right sidebar
C
chomik 已提交
33
      url: layout-navbar-right.html
C
chomik 已提交
34 35
    navbar-top:
      title: Navbar top
C
chomik 已提交
36
      url: layout-navbar-top.html
C
chomik 已提交
37 38
    header-dark:
      title: Dark header
C
chomik 已提交
39 40 41 42
      url: layout-header-dark.html
    dark-mode:
      title: Dark mode
      url: layout-dark-mode.html
C
chomik 已提交
43

C
chomik 已提交
44 45 46
docs:
  title: Documentation
  icon: file-text
C
chomik 已提交
47
  docs: true
C
chomik 已提交
48

C
chomik 已提交
49 50 51 52
changelog:
  url: changelog.html
  title: Changelog
  icon: file-plus
C
chomik 已提交
53
  label: v1.0.0
C
chomik 已提交
54

C
chomik 已提交
55