sidebars.js 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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: 'SasS',
  69. items: [
  70. 'saas/akamai',
  71. 'saas/aws',
  72. 'saas/google',
  73. 'saas/heroku',
  74. 'saas/openai',
  75. 'saas/stripe',
  76. 'saas/twilio',
  77. 'saas/vercel',
  78. ],
  79. },
  80. {
  81. type: 'category',
  82. label: 'Server Tools',
  83. items: [
  84. 'server/apache',
  85. 'server/docker',
  86. 'server/goaccess',
  87. 'server/htop',
  88. 'server/iptables',
  89. 'server/kubernetes',
  90. 'server/letsencrypt',
  91. 'server/lynis',
  92. 'server/mail',
  93. 'server/monit',
  94. 'server/nginx',
  95. 'server/ubuntu',
  96. 'server/ufw',
  97. ],
  98. },
  99. {
  100. type: 'category',
  101. label: 'Server Hosted',
  102. items: [
  103. 'host/Discourse',
  104. 'host/Drupal',
  105. 'host/Gitea',
  106. 'host/Gogs',
  107. 'host/Icecast',
  108. 'host/InvoicePlane',
  109. 'host/Laravel',
  110. 'host/Lychee',
  111. 'host/Mailcow',
  112. 'host/Miniflux',
  113. 'host/Nodebb',
  114. 'host/Phproject',
  115. 'host/Piwik',
  116. 'host/Shaarli',
  117. 'host/Siege-sproxy',
  118. 'host/Webmin',
  119. 'host/WordPress',
  120. 'host/Zammad',
  121. ],
  122. },
  123. {
  124. type: 'category',
  125. label: 'Shell',
  126. items: [
  127. 'shell/dotfiles',
  128. 'shell/terminal',
  129. 'shell/unix',
  130. 'shell/vi',
  131. 'shell/bash',
  132. 'shell/zsh',
  133. ],
  134. },
  135. {
  136. type: 'category',
  137. label: 'Software',
  138. items: [
  139. 'localhost/macos',
  140. 'localhost/chrome',
  141. 'localhost/brew',
  142. 'localhost/adobe',
  143. 'localhost/sketch',
  144. 'localhost/ngrok',
  145. ],
  146. },
  147. {
  148. type: 'category',
  149. label: 'Versioning',
  150. items: [
  151. 'editors/git',
  152. 'editors/subversion'
  153. ],
  154. },
  155. ],
  156. };