_config.yml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. title: AdminLTE v3 Documentation
  2. version: v3.1.0-pre
  3. description: AdminLTE v3 Documentation
  4. markdown: kramdown
  5. kramdown:
  6. auto_ids: false
  7. highlighter: rouge
  8. plugins:
  9. - jekyll-seo-tag
  10. - jekyll-sitemap
  11. navigation:
  12. - title: Installation
  13. url: index.html
  14. icon: fas fa-microchip
  15. - title: Dependencies & Plugins
  16. url: dependencies.html
  17. icon: fas fa-handshake
  18. - title: Layout
  19. url: layout.html
  20. icon: fas fa-copy
  21. - title: Components
  22. icon: fas fa-th
  23. url: components
  24. subitems:
  25. - title: Main Header
  26. url: components/main-header.html
  27. - title: Main Sidebar
  28. url: components/main-sidebar.html
  29. - title: Control Sidebar
  30. url: components/control-sidebar.html
  31. - title: Card
  32. url: components/cards.html
  33. - title: Small-/ Info-Box
  34. url: components/boxes.html
  35. - title: Direct Chat
  36. url: components/direct-chat.html
  37. - title: Timeline
  38. url: components/timeline.html
  39. - title: Ribbons
  40. url: components/ribbons.html
  41. - title: Miscellaneous
  42. url: components/miscellaneous.html
  43. - title: Plugins
  44. url: components/plugins.html
  45. - title: JavaScript
  46. icon: fas fa-code
  47. url: javascript
  48. subitems:
  49. - title: Layout
  50. url: javascript/layout.html
  51. - title: Push Menu
  52. url: javascript/push-menu.html
  53. - title: Treeview
  54. url: javascript/treeview.html
  55. - title: Card Widget
  56. url: javascript/card-widget.html
  57. - title: CardRefresh
  58. url: javascript/card-refresh.html
  59. - title: Control Sidebar
  60. url: javascript/control-sidebar.html
  61. - title: Direct Chat
  62. url: javascript/direct-chat.html
  63. - title: Todo List
  64. url: javascript/todo-list.html
  65. - title: Toasts
  66. url: javascript/toasts.html
  67. - title: Browser Support
  68. url: browser-support.html
  69. icon: fab fa-chrome
  70. - title: Upgrade Guide
  71. url: upgrade-guide.html
  72. icon: fas fa-hand-point-up
  73. - title: Implementations
  74. url: implementations.html
  75. icon: fas fa-bookmark
  76. - title: FAQ
  77. url: faq.html
  78. icon: fas fa-question-circle
  79. - title: License
  80. url: license.html
  81. icon: fas fa-file-alt