sidebars.js 3.2 KB

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