sidebars.js 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
  2. const mainSidebar = {
  3. panel: [
  4. 'panel/intro',
  5. 'panel/dashboard/dashboard',
  6. {
  7. type: 'category',
  8. label: 'Applications',
  9. items: [
  10. {
  11. type: 'doc',
  12. id: 'panel/applications/applications',
  13. },
  14. {
  15. type: 'doc',
  16. id: 'panel/applications/pm2',
  17. },
  18. {
  19. type: 'doc',
  20. id: 'panel/applications/wordpress',
  21. },
  22. ],
  23. },
  24. {
  25. type: 'category',
  26. label: 'Domain Management',
  27. items: [
  28. {
  29. type: 'doc',
  30. id: 'panel/domains/domains',
  31. },
  32. {
  33. type: 'doc',
  34. id: 'panel/domains/dns',
  35. },
  36. {
  37. type: 'doc',
  38. id: 'panel/domains/SSL',
  39. },
  40. ],
  41. },
  42. {
  43. type: 'category',
  44. label: 'Databases',
  45. items: [
  46. {
  47. type: 'doc',
  48. id: 'panel/databases/databases',
  49. },
  50. {
  51. type: 'doc',
  52. id: 'panel/databases/wizard',
  53. },
  54. {
  55. type: 'doc',
  56. id: 'panel/databases/remote',
  57. },
  58. {
  59. type: 'doc',
  60. id: 'panel/databases/processlist',
  61. },
  62. {
  63. type: 'doc',
  64. id: 'panel/databases/phpmyadmin',
  65. },
  66. ],
  67. },
  68. {
  69. type: 'category',
  70. label: 'Files',
  71. items: [
  72. {
  73. type: 'doc',
  74. id: 'panel/files/files',
  75. },
  76. {
  77. type: 'doc',
  78. id: 'panel/files/backups',
  79. },
  80. {
  81. type: 'doc',
  82. id: 'panel/files/FTP',
  83. },
  84. {
  85. type: 'doc',
  86. id: 'panel/files/disk_usage',
  87. },
  88. {
  89. type: 'doc',
  90. id: 'panel/files/inodes_explorer',
  91. },
  92. {
  93. type: 'doc',
  94. id: 'panel/files/malware-scanner',
  95. },
  96. {
  97. type: 'doc',
  98. id: 'panel/files/fix_permissions',
  99. },
  100. ],
  101. },
  102. {
  103. type: 'category',
  104. label: 'Cache & Search',
  105. items: [
  106. {
  107. type: 'doc',
  108. id: 'panel/caching/caching',
  109. },
  110. {
  111. type: 'doc',
  112. id: 'panel/caching/Redis',
  113. },
  114. {
  115. type: 'doc',
  116. id: 'panel/caching/Memcached',
  117. },
  118. {
  119. type: 'doc',
  120. id: 'panel/caching/elasticsearch',
  121. },
  122. ],
  123. },
  124. {
  125. type: 'category',
  126. label: 'Analytics',
  127. items: [
  128. {
  129. type: 'doc',
  130. id: 'panel/analytics/resource_usage',
  131. },
  132. {
  133. type: 'doc',
  134. id: 'panel/analytics/domain_visitors',
  135. },
  136. {
  137. type: 'doc',
  138. id: 'panel/analytics/account_activity',
  139. },
  140. ],
  141. },
  142. {
  143. type: 'category',
  144. label: 'Advanced',
  145. items: [
  146. {
  147. type: 'doc',
  148. id: 'panel/advanced/advanced',
  149. },
  150. {
  151. type: 'doc',
  152. id: 'panel/advanced/cronjobs',
  153. },
  154. {
  155. type: 'doc',
  156. id: 'panel/advanced/ssh',
  157. },
  158. {
  159. type: 'doc',
  160. id: 'panel/advanced/terminal',
  161. },
  162. {
  163. type: 'doc',
  164. id: 'panel/advanced/process_manager',
  165. },
  166. {
  167. type: 'doc',
  168. id: 'panel/advanced/server_settings',
  169. },
  170. ],
  171. },
  172. {
  173. type: 'category',
  174. label: 'Account',
  175. items: [
  176. {
  177. type: 'doc',
  178. id: 'panel/account/account',
  179. },
  180. {
  181. type: 'doc',
  182. id: 'panel/account/2fa',
  183. },
  184. {
  185. type: 'doc',
  186. id: 'panel/account/login_history',
  187. },
  188. {
  189. type: 'doc',
  190. id: 'panel/account/login',
  191. },
  192. ],
  193. },
  194. {
  195. type: "link",
  196. href: "https://community.openpanel.co",
  197. label: "Join our Community",
  198. className: "enterprise-badge",
  199. }
  200. ],
  201. admin: [
  202. { type: 'autogenerated', dirName: 'admin' },
  203. // Promo
  204. {
  205. type: 'link',
  206. href: 'https://discord.com/invite/7bNY8fANqF',
  207. label: 'Join us on Discord',
  208. className: 'enterprise-badge',
  209. },
  210. ],
  211. changelog: [
  212. { type: 'autogenerated', dirName: 'changelog' },
  213. // Promo
  214. {
  215. type: 'link',
  216. href: '/roadmap',
  217. label: 'Product Roadmap',
  218. className: 'enterprise-badge',
  219. },
  220. ],
  221. };
  222. module.exports = mainSidebar;