sidebars.js 3.3 KB

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