sidebars.js 2.9 KB

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