sidebars.js 3.6 KB

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