sidebars.js 3.7 KB

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