sidebars.js 2.8 KB

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