menu.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. {
  2. "home": {
  3. "url": "",
  4. "title": "Home",
  5. "icon": "home"
  6. },
  7. "base": {
  8. "title": "Interface",
  9. "icon": "package",
  10. "columns": 2,
  11. "children": {
  12. "alerts": {
  13. "title": "Alerts",
  14. "url": "alerts.html"
  15. },
  16. "accordion": {
  17. "title": "Accordion",
  18. "url": "accordion.html"
  19. },
  20. "authentication": {
  21. "title": "Authentication",
  22. "children": {
  23. "sign-in": {
  24. "title": "Sign in",
  25. "url": "sign-in.html"
  26. },
  27. "sign-in-link": {
  28. "title": "Sign in link",
  29. "url": "sign-in-link.html"
  30. },
  31. "sign-in-illustration": {
  32. "title": "Sign in with illustration",
  33. "url": "sign-in-illustration.html"
  34. },
  35. "sign-in-cover": {
  36. "title": "Sign in with cover",
  37. "url": "sign-in-cover.html"
  38. },
  39. "sign-up": {
  40. "title": "Sign up",
  41. "url": "sign-up.html"
  42. },
  43. "forgot-password": {
  44. "title": "Forgot password",
  45. "url": "forgot-password.html"
  46. },
  47. "terms-of-service": {
  48. "title": "Terms of service",
  49. "url": "terms-of-service.html"
  50. },
  51. "auth-lock": {
  52. "title": "Lock screen",
  53. "url": "auth-lock.html"
  54. },
  55. "2-step-verification": {
  56. "title": "2 step verification",
  57. "url": "2-step-verification.html"
  58. },
  59. "2-step-verification-code": {
  60. "title": "2 step verification code",
  61. "url": "2-step-verification-code.html"
  62. }
  63. }
  64. },
  65. "blank": {
  66. "title": "Blank page",
  67. "url": "blank.html"
  68. },
  69. "badges": {
  70. "url": "badges.html",
  71. "title": "Badges",
  72. "badge": "New"
  73. },
  74. "buttons": {
  75. "url": "buttons.html",
  76. "title": "Buttons"
  77. },
  78. "cards": {
  79. "title": "Cards",
  80. "badge": "New",
  81. "children": {
  82. "base": {
  83. "url": "cards.html",
  84. "title": "Sample cards"
  85. },
  86. "actions": {
  87. "url": "card-actions.html",
  88. "title": "Card actions",
  89. "badge": "New"
  90. },
  91. "masonry": {
  92. "url": "cards-masonry.html",
  93. "title": "Cards Masonry"
  94. }
  95. }
  96. },
  97. "carousel": {
  98. "title": "Carousel",
  99. "url": "carousel.html",
  100. "badge": "New"
  101. },
  102. "charts": {
  103. "url": "charts.html",
  104. "title": "Charts"
  105. },
  106. "colors": {
  107. "url": "colors.html",
  108. "title": "Colors"
  109. },
  110. "colorpicker": {
  111. "url": "colorpicker.html",
  112. "title": "Color picker",
  113. "badge": "New"
  114. },
  115. "datagrid": {
  116. "url": "datagrid.html",
  117. "title": "Data grid",
  118. "badge": "New"
  119. },
  120. "datatables": {
  121. "url": "datatables.html",
  122. "title": "Datatables",
  123. "badge": "New"
  124. },
  125. "dropdowns": {
  126. "url": "dropdowns.html",
  127. "title": "Dropdowns"
  128. },
  129. "dropzone": {
  130. "title": "Dropzone",
  131. "url": "dropzone.html",
  132. "badge": "New"
  133. },
  134. "error": {
  135. "title": "Error pages",
  136. "children": {
  137. "404": {
  138. "url": "error-404.html",
  139. "title": "404 page"
  140. },
  141. "500": {
  142. "url": "error-500.html",
  143. "title": "500 page"
  144. },
  145. "maintenance": {
  146. "url": "error-maintenance.html",
  147. "title": "Maintenance page"
  148. }
  149. }
  150. },
  151. "flags": {
  152. "title": "Flags",
  153. "url": "flags.html",
  154. "badge": "New"
  155. },
  156. "plyr": {
  157. "title": "Inline player",
  158. "badge": "New",
  159. "url": "inline-player.html"
  160. },
  161. "lightbox": {
  162. "title": "Lightbox",
  163. "url": "lightbox.html",
  164. "badge": "New"
  165. },
  166. "lists": {
  167. "title": "Lists",
  168. "url": "lists.html"
  169. },
  170. "modals": {
  171. "url": "modals.html",
  172. "title": "Modal"
  173. },
  174. "maps": {
  175. "url": "maps.html",
  176. "title": "Map"
  177. },
  178. "map-fullsize": {
  179. "url": "map-fullsize.html",
  180. "title": "Map fullsize"
  181. },
  182. "maps-vector": {
  183. "url": "maps-vector.html",
  184. "title": "Map vector",
  185. "badge": "New"
  186. },
  187. "markdown": {
  188. "title": "Markdown",
  189. "url": "markdown.html"
  190. },
  191. "navigation": {
  192. "url": "navigation.html",
  193. "title": "Navigation"
  194. },
  195. "offcanvas": {
  196. "title": "Offcanvas",
  197. "url": "offcanvas.html"
  198. },
  199. "pagination": {
  200. "url": "pagination.html",
  201. "title": "Pagination",
  202. "icon": "pie-chart"
  203. },
  204. "placeholder": {
  205. "url": "placeholder.html",
  206. "title": "Placeholder"
  207. },
  208. "steps": {
  209. "url": "steps.html",
  210. "title": "Steps",
  211. "badge": "New"
  212. },
  213. "stars-rating": {
  214. "title": "Stars rating",
  215. "url": "stars-rating.html",
  216. "badge": "New"
  217. },
  218. "tabs": {
  219. "url": "tabs.html",
  220. "title": "Tabs"
  221. },
  222. "tags": {
  223. "url": "tags.html",
  224. "title": "Tags"
  225. },
  226. "tables": {
  227. "url": "tables.html",
  228. "title": "Tables"
  229. },
  230. "toasts": {
  231. "title": "Toasts",
  232. "url": "toasts.html"
  233. },
  234. "typography": {
  235. "title": "Typography",
  236. "url": "typography.html"
  237. },
  238. "tinymce": {
  239. "title": "TinyMCE",
  240. "url": "tinymce.html",
  241. "badge": "New"
  242. }
  243. }
  244. },
  245. "forms": {
  246. "url": "form-elements.html",
  247. "title": "Forms",
  248. "title-long": "Form elements",
  249. "icon": "checkbox"
  250. },
  251. "extra": {
  252. "title": "Extra",
  253. "icon": "star",
  254. "columns": 2,
  255. "children": {
  256. "empty": {
  257. "title": "Empty page",
  258. "url": "empty.html"
  259. },
  260. "cookie-banner": {
  261. "title": "Cookie banner",
  262. "url": "cookie-banner.html",
  263. "badge": "New"
  264. },
  265. "chat": {
  266. "title": "Chat",
  267. "url": "chat.html",
  268. "badge": "New"
  269. },
  270. "activity": {
  271. "title": "Activity",
  272. "url": "activity.html"
  273. },
  274. "gallery": {
  275. "title": "Gallery",
  276. "url": "gallery.html"
  277. },
  278. "invoice": {
  279. "title": "Invoice",
  280. "url": "invoice.html"
  281. },
  282. "search-results": {
  283. "title": "Search results",
  284. "url": "search-results.html"
  285. },
  286. "pricing": {
  287. "url": "pricing.html",
  288. "title": "Pricing cards"
  289. },
  290. "pricing-table": {
  291. "url": "pricing-table.html",
  292. "title": "Pricing table"
  293. },
  294. "faq": {
  295. "url": "faq.html",
  296. "title": "FAQ",
  297. "badge": "New"
  298. },
  299. "users": {
  300. "title": "Users",
  301. "url": "users.html"
  302. },
  303. "license": {
  304. "title": "License",
  305. "url": "license.html"
  306. },
  307. "logs": {
  308. "title": "Logs",
  309. "url": "logs.html",
  310. "badge": "New"
  311. },
  312. "music": {
  313. "title": "Music",
  314. "url": "music.html"
  315. },
  316. "photogrid": {
  317. "title": "Photogrid",
  318. "url": "photogrid.html",
  319. "badge": "New"
  320. },
  321. "tasks": {
  322. "title": "Tasks",
  323. "url": "tasks.html",
  324. "badge": "New"
  325. },
  326. "uptime": {
  327. "title": "Uptime monitor",
  328. "url": "uptime.html"
  329. },
  330. "widgets": {
  331. "title": "Widgets",
  332. "url": "widgets.html"
  333. },
  334. "wizard": {
  335. "title": "Wizard",
  336. "url": "wizard.html"
  337. },
  338. "settings": {
  339. "title": "Settings",
  340. "url": "settings.html",
  341. "badge": "New"
  342. },
  343. "trial-ended": {
  344. "title": "Trial ended",
  345. "url": "trial-ended.html",
  346. "badge": "New"
  347. },
  348. "job-listing": {
  349. "title": "Job listing",
  350. "url": "job-listing.html",
  351. "badge": "New"
  352. },
  353. "page-loader": {
  354. "title": "Page loader",
  355. "url": "page-loader.html",
  356. "badge": "New"
  357. }
  358. }
  359. },
  360. "layout": {
  361. "icon": "layout-2",
  362. "title": "Layout",
  363. "columns": 2,
  364. "children": {
  365. "horizontal": {
  366. "url": "layout-horizontal.html",
  367. "title": "Horizontal"
  368. },
  369. "boxed": {
  370. "url": "layout-boxed.html",
  371. "title": "Boxed",
  372. "badge": "New"
  373. },
  374. "vertical": {
  375. "url": "layout-vertical.html",
  376. "title": "Vertical"
  377. },
  378. "vertical-transparent": {
  379. "url": "layout-vertical-transparent.html",
  380. "title": "Vertical transparent"
  381. },
  382. "vertical-right": {
  383. "url": "layout-vertical-right.html",
  384. "title": "Right vertical"
  385. },
  386. "condensed": {
  387. "url": "layout-condensed.html",
  388. "title": "Condensed"
  389. },
  390. "combo": {
  391. "url": "layout-combo.html",
  392. "title": "Combined"
  393. },
  394. "navbar-dark": {
  395. "url": "layout-navbar-dark.html",
  396. "title": "Navbar dark"
  397. },
  398. "navbar-sticky": {
  399. "url": "layout-navbar-sticky.html",
  400. "title": "Navbar sticky"
  401. },
  402. "navbar-overlap": {
  403. "url": "layout-navbar-overlap.html",
  404. "title": "Navbar overlap"
  405. },
  406. "rtl-mode": {
  407. "url": "layout-rtl.html",
  408. "title": "RTL mode"
  409. },
  410. "fluid": {
  411. "url": "layout-fluid.html",
  412. "title": "Fluid"
  413. },
  414. "fluid-vertical": {
  415. "url": "layout-fluid-vertical.html",
  416. "title": "Fluid vertical"
  417. }
  418. }
  419. },
  420. "icons": {
  421. "title": "%ICONS_COUNT% icons",
  422. "icon": "ghost",
  423. "url": "icons.html"
  424. },
  425. "emails": {
  426. "title": "Email templates",
  427. "icon": "mail-opened",
  428. "url": "emails.html"
  429. },
  430. "help": {
  431. "title": "Help",
  432. "icon": "lifebuoy",
  433. "children": {
  434. "docs": {
  435. "title": "Documentation",
  436. "url": "https://tabler.io/docs"
  437. },
  438. "changelog": {
  439. "url": "changelog.html",
  440. "title": "Changelog"
  441. },
  442. "source-code": {
  443. "url": "https://github.com/tabler/tabler",
  444. "title": "Source code"
  445. },
  446. "sponsor": {
  447. "color": "pink",
  448. "icon": "heart",
  449. "url": "https://github.com/sponsors/codecalm",
  450. "title": "Sponsor project!"
  451. }
  452. }
  453. }
  454. }