sidebars.js 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. module.exports = {
  2. docs: [
  3. {
  4. type:'doc',
  5. id: 'index',
  6. },
  7. {
  8. type: 'category',
  9. label: 'Computers',
  10. items: [
  11. 'computers/lisa',
  12. 'computers/macs',
  13. 'computers/magic',
  14. 'computers/ovid',
  15. 'computers/squid',
  16. 'computers/woozer',
  17. 'computers/woozie',
  18. 'computers/zeke'
  19. ],
  20. },
  21. {
  22. type: 'category',
  23. label: 'Data',
  24. collapsible: true,
  25. link: {
  26. type:'doc',
  27. id:'data/data',
  28. },
  29. items: [
  30. 'data/machine',
  31. ],
  32. },
  33. {
  34. type: 'category',
  35. label: 'Database',
  36. items: [
  37. 'db/MongoDB',
  38. 'db/MariaDB',
  39. 'db/MySQL',
  40. 'db/PostgreSQL',
  41. 'db/Redis'
  42. ],
  43. },
  44. {
  45. type: 'category',
  46. label: 'Editors',
  47. items: [
  48. 'editors/atom',
  49. 'editors/jetbrains',
  50. 'editors/sublime',
  51. 'editors/textmate',
  52. 'editors/vs'
  53. ],
  54. },
  55. {
  56. type: 'category',
  57. label: 'Frameworks',
  58. items: [
  59. 'waf/deno',
  60. 'waf/nextjs',
  61. 'waf/rails',
  62. 'waf/react',
  63. 'waf/react_native',
  64. 'waf/vue',
  65. ],
  66. },
  67. {
  68. type: 'category',
  69. label: 'Language',
  70. items: [
  71. 'lang/Golang',
  72. 'lang/GraphQL',
  73. 'lang/JavaScript',
  74. 'lang/nodejs',
  75. 'lang/npm',
  76. 'lang/PHP',
  77. 'lang/Python',
  78. 'lang/Ruby',
  79. 'lang/Rust',
  80. ],
  81. },
  82. {
  83. type: 'category',
  84. label: 'SasS',
  85. items: [
  86. 'saas/akamai',
  87. 'saas/aws',
  88. 'saas/github',
  89. 'saas/google',
  90. 'saas/heroku',
  91. 'saas/openai',
  92. 'saas/stripe',
  93. 'saas/supabase',
  94. 'saas/twilio',
  95. 'saas/vercel',
  96. ],
  97. },
  98. {
  99. type: 'category',
  100. label: 'Server Tools',
  101. items: [
  102. 'server/apache',
  103. 'server/docker',
  104. 'server/goaccess',
  105. 'server/htop',
  106. 'server/iptables',
  107. 'server/kubernetes',
  108. 'server/letsencrypt',
  109. 'server/lynis',
  110. 'server/mail',
  111. 'server/monit',
  112. 'server/nginx',
  113. 'server/ubuntu',
  114. 'server/ufw',
  115. ],
  116. },
  117. {
  118. type: 'category',
  119. label: 'Server Hosted',
  120. items: [
  121. 'host/Discourse',
  122. 'host/Drupal',
  123. 'host/Gitea',
  124. 'host/Gogs',
  125. 'host/Icecast',
  126. 'host/InvoicePlane',
  127. 'host/Laravel',
  128. 'host/Lychee',
  129. 'host/Mailcow',
  130. 'host/Miniflux',
  131. 'host/Nodebb',
  132. 'host/Piwik',
  133. 'host/Shaarli',
  134. 'host/Siege-sproxy',
  135. 'host/Webmin',
  136. {
  137. type:'category',
  138. label:'WordPress',
  139. collapsible: true,
  140. link: {
  141. type:'doc',
  142. id:'host/WordPress',
  143. },
  144. items: [
  145. {
  146. type:'doc',
  147. id: 'host/WordPress-Block',
  148. label: 'Block Theme',
  149. }
  150. ]
  151. },
  152. 'host/Zammad',
  153. ],
  154. },
  155. {
  156. type: 'category',
  157. label: 'Shell',
  158. items: [
  159. 'shell/dotfiles',
  160. 'shell/terminal',
  161. 'shell/unix',
  162. 'shell/vi',
  163. 'shell/bash',
  164. 'shell/zsh',
  165. ],
  166. },
  167. {
  168. type: 'category',
  169. label: 'Software',
  170. items: [
  171. 'localhost/macos',
  172. 'localhost/chrome',
  173. 'localhost/brew',
  174. 'localhost/adobe',
  175. 'localhost/sketch',
  176. 'localhost/ngrok',
  177. ],
  178. },
  179. {
  180. type: 'category',
  181. label: 'Versioning',
  182. items: [
  183. 'editors/git',
  184. 'editors/subversion'
  185. ],
  186. },
  187. ],
  188. };