sidebars.js 2.9 KB

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