sidebars.js 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. /**
  2. * Creating a sidebar enables you to:
  3. - create an ordered group of docs
  4. - render a sidebar for each doc of that group
  5. - provide next/previous navigation
  6. The sidebars can be generated from the filesystem, or explicitly defined here.
  7. Create as many sidebars as you want.
  8. */
  9. // @ts-check
  10. const icon = {
  11. bolt: `<path d="M11.983 1.907a.75.75 0 00-1.292-.657l-8.5 9.5A.75.75 0 002.75 12h6.572l-1.305 6.093a.75.75 0 001.292.657l8.5-9.5A.75.75 0 0017.25 8h-6.572l1.305-6.093z" />`,
  12. angleBrackets: `<path fill-rule="evenodd" d="M6.28 5.22a.75.75 0 010 1.06L2.56 10l3.72 3.72a.75.75 0 01-1.06 1.06L.97 10.53a.75.75 0 010-1.06l4.25-4.25a.75.75 0 011.06 0zm7.44 0a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06L17.44 10l-3.72-3.72a.75.75 0 010-1.06zM11.377 2.011a.75.75 0 01.612.867l-2.5 14.5a.75.75 0 01-1.478-.255l2.5-14.5a.75.75 0 01.866-.612z" clip-rule="evenodd" />`,
  13. puzzle: `<path d="M12 4.467c0-.405.262-.75.559-1.027.276-.257.441-.584.441-.94 0-.828-.895-1.5-2-1.5s-2 .672-2 1.5c0 .362.171.694.456.953.29.265.544.6.544.994a.968.968 0 01-1.024.974 39.655 39.655 0 01-3.014-.306.75.75 0 00-.847.847c.14.993.242 1.999.306 3.014A.968.968 0 014.447 10c-.393 0-.729-.253-.994-.544C3.194 9.17 2.862 9 2.5 9 1.672 9 1 9.895 1 11s.672 2 1.5 2c.356 0 .683-.165.94-.441.276-.297.622-.559 1.027-.559a.997.997 0 011.004 1.03 39.747 39.747 0 01-.319 3.734.75.75 0 00.64.842c1.05.146 2.111.252 3.184.318A.97.97 0 0010 16.948c0-.394-.254-.73-.545-.995C9.171 15.693 9 15.362 9 15c0-.828.895-1.5 2-1.5s2 .672 2 1.5c0 .356-.165.683-.441.94-.297.276-.559.622-.559 1.027a.998.998 0 001.03 1.005c1.337-.05 2.659-.162 3.961-.337a.75.75 0 00.644-.644c.175-1.302.288-2.624.337-3.961A.998.998 0 0016.967 12c-.405 0-.75.262-1.027.559-.257.276-.584.441-.94.441-.828 0-1.5-.895-1.5-2s.672-2 1.5-2c.362 0 .694.17.953.455.265.291.601.545.995.545a.97.97 0 00.976-1.024 41.159 41.159 0 00-.318-3.184.75.75 0 00-.842-.64c-1.228.164-2.473.271-3.734.319A.997.997 0 0112 4.467z" />`,
  14. book: `<path d="M10.75 16.82A7.462 7.462 0 0115 15.5c.71 0 1.396.098 2.046.282A.75.75 0 0018 15.06v-11a.75.75 0 00-.546-.721A9.006 9.006 0 0015 3a8.963 8.963 0 00-4.25 1.065V16.82zM9.25 4.065A8.963 8.963 0 005 3c-.85 0-1.673.118-2.454.339A.75.75 0 002 4.06v11a.75.75 0 00.954.721A7.506 7.506 0 015 15.5c1.579 0 3.042.487 4.25 1.32V4.065z" />`,
  15. computer: `<path fill-rule="evenodd" d="M2 4.25A2.25 2.25 0 014.25 2h11.5A2.25 2.25 0 0118 4.25v8.5A2.25 2.25 0 0115.75 15h-3.105a3.501 3.501 0 001.1 1.677A.75.75 0 0113.26 18H6.74a.75.75 0 01-.484-1.323A3.501 3.501 0 007.355 15H4.25A2.25 2.25 0 012 12.75v-8.5zm1.5 0a.75.75 0 01.75-.75h11.5a.75.75 0 01.75.75v7.5a.75.75 0 01-.75.75H4.25a.75.75 0 01-.75-.75v-7.5z" clip-rule="evenodd" />`,
  16. shoppingBag: `<path fill-rule="evenodd" d="M6 5v1H4.667a1.75 1.75 0 00-1.743 1.598l-.826 9.5A1.75 1.75 0 003.84 19H16.16a1.75 1.75 0 001.743-1.902l-.826-9.5A1.75 1.75 0 0015.333 6H14V5a4 4 0 00-8 0zm4-2.5A2.5 2.5 0 007.5 5v1h5V5A2.5 2.5 0 0010 2.5zM7.5 10a2.5 2.5 0 005 0V8.75a.75.75 0 011.5 0V10a4 4 0 01-8 0V8.75a.75.75 0 011.5 0V10z" clip-rule="evenodd" />`,
  17. academicCap: `<path fill-rule="evenodd" d="M9.664 1.319a.75.75 0 01.672 0 41.059 41.059 0 018.198 5.424.75.75 0 01-.254 1.285 31.372 31.372 0 00-7.86 3.83.75.75 0 01-.84 0 31.508 31.508 0 00-2.08-1.287V9.394c0-.244.116-.463.302-.592a35.504 35.504 0 013.305-2.033.75.75 0 00-.714-1.319 37 37 0 00-3.446 2.12A2.216 2.216 0 006 9.393v.38a31.293 31.293 0 00-4.28-1.746.75.75 0 01-.254-1.285 41.059 41.059 0 018.198-5.424zM6 11.459a29.848 29.848 0 00-2.455-1.158 41.029 41.029 0 00-.39 3.114.75.75 0 00.419.74c.528.256 1.046.53 1.554.82-.21.324-.455.63-.739.914a.75.75 0 101.06 1.06c.37-.369.69-.77.96-1.193a26.61 26.61 0 013.095 2.348.75.75 0 00.992 0 26.547 26.547 0 015.93-3.95.75.75 0 00.42-.739 41.053 41.053 0 00-.39-3.114 29.925 29.925 0 00-5.199 2.801 2.25 2.25 0 01-2.514 0c-.41-.275-.826-.541-1.25-.797a6.985 6.985 0 01-1.084 3.45 26.503 26.503 0 00-1.281-.78A5.487 5.487 0 006 12v-.54z" clip-rule="evenodd" />`,
  18. cloudArrowUp: `<path fill-rule="evenodd" d="M5.5 17a4.5 4.5 0 01-1.44-8.765 4.5 4.5 0 018.302-3.046 3.5 3.5 0 014.504 4.272A4 4 0 0115 17H5.5zm3.75-2.75a.75.75 0 001.5 0V9.66l1.95 2.1a.75.75 0 101.1-1.02l-3.25-3.5a.75.75 0 00-1.1 0l-3.25 3.5a.75.75 0 101.1 1.02l1.95-2.1v4.59z" clip-rule="evenodd" />`,
  19. tsLogo: `<rect fill="#3178c6" height="128" rx="6" width="128"></rect><path clip-rule="evenodd" d="m74.2622 99.468v14.026c2.2724 1.168 4.9598 2.045 8.0625 2.629 3.1027.585 6.3728.877 9.8105.877 3.3503 0 6.533-.321 9.5478-.964 3.016-.643 5.659-1.702 7.932-3.178 2.272-1.476 4.071-3.404 5.397-5.786 1.325-2.381 1.988-5.325 1.988-8.8313 0-2.5421-.379-4.7701-1.136-6.6841-.758-1.9139-1.85-3.6159-3.278-5.1062-1.427-1.4902-3.139-2.827-5.134-4.0104-1.996-1.1834-4.246-2.3011-6.752-3.353-1.8352-.7597-3.4812-1.4975-4.9378-2.2134-1.4567-.7159-2.6948-1.4464-3.7144-2.1915-1.0197-.7452-1.8063-1.5341-2.3598-2.3669-.5535-.8327-.8303-1.7751-.8303-2.827 0-.9643.2476-1.8336.7429-2.6079s1.1945-1.4391 2.0976-1.9943c.9031-.5551 2.0101-.9861 3.3211-1.2929 1.311-.3069 2.7676-.4603 4.3699-.4603 1.1658 0 2.3958.0877 3.6928.263 1.296.1753 2.6.4456 3.911.8109 1.311.3652 2.585.8254 3.824 1.3806 1.238.5552 2.381 1.198 3.43 1.9285v-13.1051c-2.127-.8182-4.45-1.4245-6.97-1.819s-5.411-.5917-8.6744-.5917c-3.3211 0-6.4674.3579-9.439 1.0738-2.9715.7159-5.5862 1.8336-7.844 3.353-2.2578 1.5195-4.0422 3.4553-5.3531 5.8075-1.311 2.3522-1.9665 5.1646-1.9665 8.4373 0 4.1785 1.2017 7.7433 3.6052 10.6945 2.4035 2.9513 6.0523 5.4496 10.9466 7.495 1.9228.7889 3.7145 1.5633 5.375 2.323 1.6606.7597 3.0954 1.5486 4.3044 2.3668s2.1628 1.7094 2.8618 2.6736c.7.9643 1.049 2.06 1.049 3.2873 0 .9062-.218 1.7462-.655 2.5202s-1.1 1.446-1.9885 2.016c-.8886.57-1.9956 1.016-3.3212 1.337-1.3255.321-2.8768.482-4.6539.482-3.0299 0-6.0305-.533-9.0021-1.6-2.9715-1.066-5.7245-2.666-8.2591-4.799zm-23.5596-34.9136h18.2974v-11.5544h-51v11.5544h18.2079v51.4456h14.4947z" fill="#fff" fill-rule="evenodd"></path>`,
  20. graphqlLogo: `<path fill-rule="evenodd" fill="#e10098" clip-rule="evenodd" d="M50 6.90308L87.323 28.4515V71.5484L50 93.0968L12.677 71.5484V28.4515L50 6.90308ZM16.8647 30.8693V62.5251L44.2795 15.0414L16.8647 30.8693ZM50 13.5086L18.3975 68.2457H81.6025L50 13.5086ZM77.4148 72.4334H22.5852L50 88.2613L77.4148 72.4334ZM83.1353 62.5251L55.7205 15.0414L83.1353 30.8693V62.5251Z"></path><circle fill="#e10098" cx="50" cy="9.3209" r="8.82"></circle><circle fill="#e10098" cx="85.2292" cy="29.6605" r="8.82"></circle><circle fill="#e10098" cx="85.2292" cy="70.3396" r="8.82"></circle><circle fill="#e10098" cx="50" cy="90.6791" r="8.82"></circle><circle fill="#e10098" cx="14.7659" cy="70.3396" r="8.82"></circle><circle fill="#e10098" cx="14.7659" cy="29.6605" r="8.82"></circle>`,
  21. reactLogo: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="-11.5 -10.23174 23 20.46348">
  22. <title>React Logo</title>
  23. <circle cx="0" cy="0" r="2.05" fill="currentColor"/>
  24. <g stroke="currentColor" stroke-width="1" fill="none">
  25. <ellipse rx="11" ry="4.2"/>
  26. <ellipse rx="11" ry="4.2" transform="rotate(60)"/>
  27. <ellipse rx="11" ry="4.2" transform="rotate(120)"/>
  28. </g>
  29. </svg>`,
  30. };
  31. /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
  32. const sidebars = {
  33. // By default, Docusaurus generates a sidebar from the docs folder structure
  34. learnSidebar: [
  35. {
  36. type: 'category',
  37. label: 'Getting Started',
  38. items: [
  39. 'guides/getting-started/installation/index',
  40. 'guides/getting-started/graphql-intro/index',
  41. 'guides/getting-started/try-the-api/index',
  42. ],
  43. customProps: {
  44. icon: icon.bolt,
  45. },
  46. },
  47. {
  48. type: 'category',
  49. label: 'Core Concepts',
  50. items: [{ type: 'autogenerated', dirName: 'guides/core-concepts' }],
  51. customProps: {
  52. icon: icon.puzzle,
  53. },
  54. },
  55. {
  56. type: 'category',
  57. label: 'Developer Guide',
  58. items: [
  59. {
  60. type: 'html',
  61. value: 'Overview',
  62. className: 'sidebar-section-header',
  63. },
  64. 'guides/developer-guide/overview/index',
  65. 'guides/developer-guide/the-api-layer/index',
  66. 'guides/developer-guide/the-service-layer/index',
  67. {
  68. type: 'html',
  69. value: 'Fundamentals',
  70. className: 'sidebar-section-header',
  71. },
  72. 'guides/developer-guide/cli/index',
  73. 'guides/developer-guide/configuration/index',
  74. 'guides/developer-guide/custom-fields/index',
  75. 'guides/developer-guide/error-handling/index',
  76. 'guides/developer-guide/events/index',
  77. 'guides/developer-guide/migrations/index',
  78. 'guides/developer-guide/plugins/index',
  79. 'guides/developer-guide/security/index',
  80. 'guides/developer-guide/strategies-configurable-operations/index',
  81. 'guides/developer-guide/testing/index',
  82. 'guides/developer-guide/updating/index',
  83. 'guides/developer-guide/worker-job-queue/index',
  84. 'guides/developer-guide/settings-store/index',
  85. {
  86. type: 'html',
  87. value: 'Extend',
  88. className: 'sidebar-section-header',
  89. },
  90. 'guides/developer-guide/rest-endpoint/index',
  91. 'guides/developer-guide/custom-permissions/index',
  92. 'guides/developer-guide/database-entity/index',
  93. 'guides/developer-guide/extend-graphql-api/index',
  94. {
  95. type: 'html',
  96. value: 'Advanced Topics',
  97. className: 'sidebar-section-header',
  98. },
  99. 'guides/developer-guide/custom-strategies-in-plugins/index',
  100. 'guides/developer-guide/channel-aware/index',
  101. 'guides/developer-guide/translatable/index',
  102. 'guides/developer-guide/has-custom-fields/index',
  103. 'guides/developer-guide/cache/index',
  104. 'guides/developer-guide/dataloaders/index',
  105. 'guides/developer-guide/db-subscribers/index',
  106. 'guides/developer-guide/importing-data/index',
  107. 'guides/developer-guide/logging/index',
  108. {
  109. type: 'category',
  110. label: 'Migrating from v1',
  111. items: [{ type: 'autogenerated', dirName: 'guides/developer-guide/migrating-from-v1' }],
  112. },
  113. 'guides/developer-guide/scheduled-tasks/index',
  114. 'guides/developer-guide/stand-alone-scripts/index',
  115. 'guides/developer-guide/translations/index',
  116. 'guides/developer-guide/uploading-files/index',
  117. 'guides/developer-guide/nest-devtools/index',
  118. ],
  119. customProps: {
  120. icon: icon.angleBrackets,
  121. },
  122. },
  123. {
  124. type: 'category',
  125. label: 'How-to Guides',
  126. items: [{ type: 'autogenerated', dirName: 'guides/how-to' }],
  127. customProps: {
  128. icon: icon.book,
  129. },
  130. },
  131. {
  132. type: 'category',
  133. label: 'React Admin Dashboard',
  134. customProps: {
  135. icon: icon.reactLogo,
  136. },
  137. items: [
  138. 'guides/extending-the-dashboard/getting-started/index',
  139. 'guides/extending-the-dashboard/extending-overview/index',
  140. 'guides/extending-the-dashboard/navigation/index',
  141. 'guides/extending-the-dashboard/page-blocks/index',
  142. 'guides/extending-the-dashboard/action-bar-items/index',
  143. 'guides/extending-the-dashboard/theming/index',
  144. 'guides/extending-the-dashboard/cms-tutorial/index',
  145. {
  146. type: 'category',
  147. label: 'Custom Form Elements',
  148. link: { type: 'doc', id: 'guides/extending-the-dashboard/custom-form-components/index' },
  149. items: [
  150. 'guides/extending-the-dashboard/custom-form-components/form-component-examples',
  151. 'guides/extending-the-dashboard/custom-form-components/relation-selectors',
  152. ],
  153. },
  154. 'guides/extending-the-dashboard/deployment/index',
  155. 'guides/extending-the-dashboard/tech-stack/index',
  156. ],
  157. },
  158. {
  159. type: 'category',
  160. label: 'Angular Admin UI',
  161. customProps: {
  162. icon: icon.computer,
  163. },
  164. items: [
  165. 'guides/extending-the-admin-ui/getting-started/index',
  166. 'guides/extending-the-admin-ui/ui-library/index',
  167. 'guides/extending-the-admin-ui/admin-ui-theming-branding/index',
  168. 'guides/extending-the-admin-ui/adding-ui-translations/index',
  169. 'guides/extending-the-admin-ui/using-other-frameworks/index',
  170. {
  171. type: 'html',
  172. value: 'Providers',
  173. className: 'sidebar-section-header',
  174. },
  175. 'guides/extending-the-admin-ui/nav-menu/index',
  176. 'guides/extending-the-admin-ui/alerts/index',
  177. 'guides/extending-the-admin-ui/add-actions-to-pages/index',
  178. 'guides/extending-the-admin-ui/page-tabs/index',
  179. 'guides/extending-the-admin-ui/custom-form-inputs/index',
  180. 'guides/extending-the-admin-ui/custom-data-table-components/index',
  181. 'guides/extending-the-admin-ui/custom-detail-components/index',
  182. 'guides/extending-the-admin-ui/bulk-actions/index',
  183. 'guides/extending-the-admin-ui/dashboard-widgets/index',
  184. 'guides/extending-the-admin-ui/custom-timeline-components/index',
  185. {
  186. type: 'html',
  187. value: 'Routes',
  188. className: 'sidebar-section-header',
  189. },
  190. 'guides/extending-the-admin-ui/defining-routes/index',
  191. 'guides/extending-the-admin-ui/creating-list-views/index',
  192. 'guides/extending-the-admin-ui/creating-detail-views/index',
  193. ],
  194. },
  195. {
  196. type: 'category',
  197. label: 'Building a Storefront',
  198. customProps: {
  199. icon: icon.shoppingBag,
  200. },
  201. items: [
  202. 'guides/storefront/storefront-starters/index',
  203. 'guides/storefront/connect-api/index',
  204. 'guides/storefront/codegen/index',
  205. {
  206. type: 'html',
  207. value: 'Storefront Tasks',
  208. className: 'sidebar-section-header',
  209. },
  210. 'guides/storefront/navigation-menu/index',
  211. 'guides/storefront/listing-products/index',
  212. 'guides/storefront/product-detail/index',
  213. 'guides/storefront/active-order/index',
  214. 'guides/storefront/checkout-flow/index',
  215. 'guides/storefront/customer-accounts/index',
  216. ],
  217. },
  218. {
  219. type: 'category',
  220. label: 'Deployment',
  221. customProps: {
  222. icon: icon.cloudArrowUp,
  223. },
  224. items: [
  225. 'guides/deployment/production-configuration/index',
  226. 'guides/deployment/using-docker',
  227. 'guides/deployment/horizontal-scaling',
  228. 'guides/deployment/getting-data-into-production',
  229. 'guides/deployment/server-resource-requirements',
  230. 'guides/deployment/deploying-admin-ui',
  231. {
  232. type: 'html',
  233. value: 'Deployment Guides',
  234. className: 'sidebar-section-header',
  235. },
  236. 'guides/deployment/deploy-to-northflank/index',
  237. 'guides/deployment/deploy-to-digital-ocean-app-platform/index',
  238. 'guides/deployment/deploy-to-railway/index',
  239. 'guides/deployment/deploy-to-render/index',
  240. 'guides/deployment/deploy-to-google-cloud-run/index',
  241. ],
  242. },
  243. ],
  244. referenceSidebar: [
  245. {
  246. type: 'doc',
  247. id: 'reference/index',
  248. className: 'reference-index',
  249. customProps: {
  250. icon: icon.book,
  251. },
  252. },
  253. {
  254. type: 'category',
  255. label: 'TypeScript API',
  256. items: [{ type: 'autogenerated', dirName: 'reference/typescript-api' }],
  257. customProps: {
  258. viewBox: '0 0 128 128',
  259. icon: icon.tsLogo,
  260. },
  261. },
  262. {
  263. type: 'category',
  264. label: 'Core Plugins',
  265. link: { type: 'doc', id: 'reference/core-plugins/index' },
  266. customProps: {
  267. viewBox: '0 0 128 128',
  268. icon: icon.tsLogo,
  269. },
  270. items: [
  271. {
  272. type: 'category',
  273. label: 'AdminUiPlugin',
  274. link: { type: 'doc', id: 'reference/core-plugins/admin-ui-plugin/index' },
  275. items: [{ type: 'autogenerated', dirName: 'reference/core-plugins/admin-ui-plugin' }],
  276. },
  277. {
  278. type: 'category',
  279. label: 'AssetServerPlugin',
  280. link: { type: 'doc', id: 'reference/core-plugins/asset-server-plugin/index' },
  281. items: [{ type: 'autogenerated', dirName: 'reference/core-plugins/asset-server-plugin' }],
  282. },
  283. {
  284. type: 'category',
  285. label: 'ElasticsearchPlugin',
  286. link: { type: 'doc', id: 'reference/core-plugins/elasticsearch-plugin/index' },
  287. items: [
  288. { type: 'autogenerated', dirName: 'reference/core-plugins/elasticsearch-plugin' },
  289. ],
  290. },
  291. {
  292. type: 'category',
  293. label: 'EmailPlugin',
  294. link: { type: 'doc', id: 'reference/core-plugins/email-plugin/index' },
  295. items: [{ type: 'autogenerated', dirName: 'reference/core-plugins/email-plugin' }],
  296. },
  297. {
  298. type: 'category',
  299. label: 'GraphiQLPlugin',
  300. link: { type: 'doc', id: 'reference/core-plugins/graphiql-plugin/index' },
  301. items: [{ type: 'autogenerated', dirName: 'reference/core-plugins/graphiql-plugin' }],
  302. },
  303. {
  304. type: 'category',
  305. label: 'HardenPlugin',
  306. link: { type: 'doc', id: 'reference/core-plugins/harden-plugin/index' },
  307. items: [{ type: 'autogenerated', dirName: 'reference/core-plugins/harden-plugin' }],
  308. },
  309. {
  310. type: 'category',
  311. label: 'JobQueuePlugin',
  312. link: { type: 'doc', id: 'reference/core-plugins/job-queue-plugin/index' },
  313. items: [{ type: 'autogenerated', dirName: 'reference/core-plugins/job-queue-plugin' }],
  314. },
  315. {
  316. type: 'category',
  317. label: 'PaymentsPlugin',
  318. link: { type: 'doc', id: 'reference/core-plugins/payments-plugin/index' },
  319. items: [{ type: 'autogenerated', dirName: 'reference/core-plugins/payments-plugin' }],
  320. },
  321. {
  322. type: 'category',
  323. label: 'SentryPlugin',
  324. link: { type: 'doc', id: 'reference/core-plugins/sentry-plugin/index' },
  325. items: [{ type: 'autogenerated', dirName: 'reference/core-plugins/sentry-plugin' }],
  326. },
  327. {
  328. type: 'category',
  329. label: 'StellatePlugin',
  330. link: { type: 'doc', id: 'reference/core-plugins/stellate-plugin/index' },
  331. items: [{ type: 'autogenerated', dirName: 'reference/core-plugins/stellate-plugin' }],
  332. },
  333. {
  334. type: 'category',
  335. label: 'TelemetryPlugin',
  336. link: { type: 'doc', id: 'reference/core-plugins/telemetry-plugin/index' },
  337. items: [{ type: 'autogenerated', dirName: 'reference/core-plugins/telemetry-plugin' }],
  338. },
  339. ],
  340. },
  341. {
  342. type: 'category',
  343. label: 'GraphQL API',
  344. items: [
  345. {
  346. type: 'category',
  347. label: 'Admin API',
  348. items: [{ type: 'autogenerated', dirName: 'reference/graphql-api/admin' }],
  349. },
  350. {
  351. type: 'category',
  352. label: 'Shop API',
  353. items: [{ type: 'autogenerated', dirName: 'reference/graphql-api/shop' }],
  354. },
  355. ],
  356. customProps: {
  357. viewBox: '0 0 100 100',
  358. icon: icon.graphqlLogo,
  359. },
  360. },
  361. {
  362. type: 'category',
  363. label: 'Admin UI API',
  364. items: [{ type: 'autogenerated', dirName: 'reference/admin-ui-api' }],
  365. customProps: {
  366. icon: icon.computer,
  367. },
  368. },
  369. {
  370. type: 'category',
  371. label: 'Dashboard API',
  372. items: [{ type: 'autogenerated', dirName: 'reference/dashboard' }],
  373. customProps: {
  374. icon: icon.reactLogo,
  375. },
  376. },
  377. ],
  378. userGuideSidebar: [
  379. {
  380. type: 'doc',
  381. id: 'user-guide/index',
  382. className: 'reference-index',
  383. },
  384. {
  385. type: 'category',
  386. label: 'Catalog',
  387. items: [{ type: 'autogenerated', dirName: 'user-guide/catalog' }],
  388. },
  389. {
  390. type: 'category',
  391. label: 'Orders',
  392. items: [{ type: 'autogenerated', dirName: 'user-guide/orders' }],
  393. },
  394. {
  395. type: 'category',
  396. label: 'Customers',
  397. items: [{ type: 'autogenerated', dirName: 'user-guide/customers' }],
  398. },
  399. {
  400. type: 'category',
  401. label: 'Promotions',
  402. items: [{ type: 'autogenerated', dirName: 'user-guide/promotions' }],
  403. },
  404. {
  405. type: 'category',
  406. label: 'Settings',
  407. items: [{ type: 'autogenerated', dirName: 'user-guide/settings' }],
  408. },
  409. ],
  410. };
  411. module.exports = sidebars;