sidebars.js 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. module.exports = {
  2. docs: [
  3. {
  4. type:'doc',
  5. id: 'index',
  6. },
  7. {
  8. type: 'category',
  9. label: 'Database',
  10. items: [
  11. 'db/MongoDB',
  12. 'db/MySQL',
  13. 'db/PostgreSQL',
  14. 'db/Redis'
  15. ],
  16. },
  17. {
  18. type: 'category',
  19. label: 'Editor / Shell',
  20. items: [
  21. 'editors/custom',
  22. 'editors/atom',
  23. 'editors/bash',
  24. 'editors/git',
  25. 'editors/phpstorm',
  26. 'editors/sublime',
  27. 'editors/subversion',
  28. 'editors/terminal',
  29. 'editors/textmate',
  30. 'editors/unix',
  31. 'editors/vi',
  32. 'editors/zsh',
  33. ],
  34. },
  35. {
  36. type: 'category',
  37. label: 'Frameworks',
  38. items: [
  39. 'waf/nodejs',
  40. 'waf/npm',
  41. 'waf/rails',
  42. 'waf/react',
  43. 'waf/react_native',
  44. 'waf/vue',
  45. ],
  46. },
  47. {
  48. type: 'category',
  49. label: 'Language',
  50. items: [
  51. 'lang/Golang',
  52. 'lang/GraphQL',
  53. 'lang/JavaScript',
  54. 'lang/PHP',
  55. 'lang/Python',
  56. 'lang/Ruby',
  57. 'lang/Rust',
  58. ],
  59. },
  60. {
  61. type: 'category',
  62. label: 'Localhost',
  63. items: [
  64. 'localhost/macs',
  65. 'localhost/magic',
  66. 'localhost/macos',
  67. 'localhost/chrome',
  68. 'localhost/brew',
  69. 'localhost/adobe',
  70. 'localhost/sketch',
  71. 'localhost/ngrok',
  72. ],
  73. },
  74. {
  75. type: 'category',
  76. label: 'Projects',
  77. items: [
  78. 'projects/dw',
  79. 'projects/gzet',
  80. 'projects/juryd',
  81. 'projects/pants',
  82. 'projects/woozer',
  83. 'projects/zeke',
  84. 'projects/zw',
  85. ],
  86. },
  87. {
  88. type: 'category',
  89. label: 'Remote',
  90. items: [
  91. 'host/Discourse',
  92. 'host/Drupal',
  93. 'host/Gitea',
  94. 'host/Gogs',
  95. 'host/Icecast',
  96. 'host/InvoicePlane',
  97. 'host/Laravel',
  98. 'host/Lychee',
  99. 'host/Mailcow',
  100. 'host/Nodebb',
  101. 'host/Phproject',
  102. 'host/Piwik',
  103. 'host/Siege-sproxy',
  104. 'host/Webmin',
  105. 'host/WordPress',
  106. 'host/Zammad',
  107. ],
  108. },
  109. {
  110. type: 'category',
  111. label: 'SasS',
  112. items: [
  113. 'saas/aws',
  114. 'saas/google',
  115. 'saas/heroku',
  116. 'saas/linode',
  117. 'saas/now',
  118. 'saas/stripe',
  119. 'saas/twilio',
  120. ],
  121. },
  122. {
  123. type: 'category',
  124. label: 'Server',
  125. items: [
  126. 'server/apache',
  127. 'server/docker',
  128. 'server/goaccess',
  129. 'server/htop',
  130. 'server/iptables',
  131. 'server/kubernetes',
  132. 'server/letsencrypt',
  133. 'server/lynis',
  134. 'server/mail',
  135. 'server/monit',
  136. 'server/nginx',
  137. 'server/ubuntu',
  138. 'server/ufw',
  139. ],
  140. },
  141. ],
  142. };