sidebars.js 3.2 KB

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