sidebars.js 3.6 KB

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