menu.yml 1.2 KB
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 36
    sidebar-white:
      title: White sidebar
      url: layout-navbar-white.html
C
codecalm 已提交
37 38 39
    sidebar-folded:
      title: Folded sidebar
      url: layout-navbar-folded.html
C
chomik 已提交
40 41
    navbar-top:
      title: Navbar top
C
chomik 已提交
42
      url: layout-navbar-top.html
C
chomik 已提交
43 44
    header-dark:
      title: Dark header
C
chomik 已提交
45
      url: layout-header-dark.html
C
codecalm 已提交
46 47 48
    header-sticky:
      title: Sticky header
      url: layout-header-sticky.html
C
chomik 已提交
49 50 51
    dark-mode:
      title: Dark mode
      url: layout-dark-mode.html
C
chomik 已提交
52

C
chomik 已提交
53 54 55
docs:
  title: Documentation
  icon: file-text
C
chomik 已提交
56
  docs: true
C
chomik 已提交
57

C
chomik 已提交
58 59 60 61
changelog:
  url: changelog.html
  title: Changelog
  icon: file-plus
C
codecalm 已提交
62
  label: v1.0
C
chomik 已提交
63

C
codecalm 已提交
64
customize:
C
codecalm 已提交
65
  url: '#customize'
C
codecalm 已提交
66 67
  title: Customize
  icon: sliders
C
codecalm 已提交
68
  toggle: modal
C
chomik 已提交
69