sidebars.js 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. module.exports = {
  2. docs: [
  3. {
  4. type:'doc',
  5. id: 'index',
  6. },
  7. {
  8. type: 'category',
  9. label: 'Computers',
  10. items: [
  11. 'computers/lisa',
  12. 'computers/macs',
  13. 'computers/magic',
  14. 'computers/ovid',
  15. 'computers/squid',
  16. 'computers/stu',
  17. 'computers/woozer',
  18. 'computers/woozie',
  19. 'computers/zeke'
  20. ],
  21. },
  22. {
  23. type: 'category',
  24. label: 'Data',
  25. collapsible: true,
  26. link: {
  27. type:'doc',
  28. id:'data/data',
  29. },
  30. items: [
  31. 'data/machine',
  32. ],
  33. },
  34. {
  35. type: 'category',
  36. label: 'Database',
  37. items: [
  38. 'db/MongoDB',
  39. 'db/MariaDB',
  40. 'db/MySQL',
  41. 'db/PostgreSQL',
  42. 'db/Redis'
  43. ],
  44. },
  45. {
  46. type: 'category',
  47. label: 'Editors',
  48. items: [
  49. 'editors/atom',
  50. 'editors/jetbrains',
  51. 'editors/sublime',
  52. 'editors/textmate',
  53. 'editors/vs'
  54. ],
  55. },
  56. {
  57. type: 'category',
  58. label: 'Frameworks',
  59. items: [
  60. 'waf/deno',
  61. 'waf/nextjs',
  62. 'waf/rails',
  63. 'waf/react',
  64. 'waf/react_native',
  65. 'waf/vue',
  66. ],
  67. },
  68. {
  69. type: 'category',
  70. label: 'Language',
  71. items: [
  72. 'lang/Golang',
  73. 'lang/GraphQL',
  74. 'lang/JavaScript',
  75. 'lang/nodejs',
  76. 'lang/npm',
  77. 'lang/PHP',
  78. 'lang/Python',
  79. 'lang/Ruby',
  80. 'lang/Rust',
  81. ],
  82. },
  83. {
  84. type: 'category',
  85. label: 'SasS',
  86. items: [
  87. 'saas/akamai',
  88. 'saas/aws',
  89. 'saas/github',
  90. 'saas/google',
  91. 'saas/heroku',
  92. 'saas/openai',
  93. 'saas/stripe',
  94. 'saas/supabase',
  95. 'saas/twilio',
  96. 'saas/vercel',
  97. ],
  98. },
  99. {
  100. type: 'category',
  101. label: 'Server Tools',
  102. items: [
  103. 'server/apache',
  104. 'server/docker',
  105. 'server/goaccess',
  106. 'server/htop',
  107. 'server/iptables',
  108. 'server/kubernetes',
  109. 'server/letsencrypt',
  110. 'server/lynis',
  111. 'server/mail',
  112. 'server/monit',
  113. 'server/nginx',
  114. 'server/ubuntu',
  115. 'server/ufw',
  116. ],
  117. },
  118. {
  119. type: 'category',
  120. label: 'Server Hosted',
  121. items: [
  122. 'host/Discourse',
  123. 'host/Drupal',
  124. 'host/Gitea',
  125. 'host/Gogs',
  126. 'host/Icecast',
  127. 'host/InvoicePlane',
  128. 'host/Laravel',
  129. 'host/Lychee',
  130. 'host/Mailcow',
  131. 'host/Miniflux',
  132. 'host/Nodebb',
  133. 'host/Piwik',
  134. 'host/Shaarli',
  135. 'host/Siege-sproxy',
  136. 'host/Webmin',
  137. {
  138. type:'category',
  139. label:'WordPress',
  140. collapsible: true,
  141. link: {
  142. type:'doc',
  143. id:'host/WordPress',
  144. },
  145. items: [
  146. {
  147. type:'doc',
  148. id: 'host/WordPress-Block',
  149. label: 'Block Theme',
  150. }
  151. ]
  152. },
  153. 'host/Zammad',
  154. ],
  155. },
  156. {
  157. type: 'category',
  158. label: 'Shell',
  159. items: [
  160. 'shell/dotfiles',
  161. 'shell/terminal',
  162. 'shell/unix',
  163. 'shell/vi',
  164. 'shell/bash',
  165. 'shell/zsh',
  166. ],
  167. },
  168. {
  169. type: 'category',
  170. label: 'Software',
  171. items: [
  172. 'localhost/macos',
  173. 'localhost/chrome',
  174. 'localhost/brew',
  175. 'localhost/adobe',
  176. 'localhost/sketch',
  177. 'localhost/ngrok',
  178. ],
  179. },
  180. {
  181. type: 'category',
  182. label: 'Versioning',
  183. items: [
  184. 'editors/git',
  185. 'editors/subversion'
  186. ],
  187. },
  188. ],
  189. };