sidebars.js 3.5 KB

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