sidebars.js 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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/apple',
  66. 'localhost/chrome',
  67. 'localhost/brew',
  68. 'localhost/adobe',
  69. 'localhost/sketch',
  70. 'localhost/ngrok',
  71. ],
  72. },
  73. {
  74. type: 'category',
  75. label: 'Projects',
  76. items: [
  77. 'projects/dw',
  78. 'projects/gzet',
  79. 'projects/juryd',
  80. 'projects/pants',
  81. 'projects/woozer',
  82. 'projects/zeke',
  83. 'projects/zw',
  84. ],
  85. },
  86. {
  87. type: 'category',
  88. label: 'Remote',
  89. items: [
  90. 'host/Discourse',
  91. 'host/Drupal',
  92. 'host/Gitea',
  93. 'host/Gogs',
  94. 'host/Icecast',
  95. 'host/InvoicePlane',
  96. 'host/Laravel',
  97. 'host/Lychee',
  98. 'host/Mailcow',
  99. 'host/Nodebb',
  100. 'host/Phproject',
  101. 'host/Piwik',
  102. 'host/Siege-sproxy',
  103. 'host/Webmin',
  104. 'host/WordPress',
  105. 'host/Zammad',
  106. ],
  107. },
  108. {
  109. type: 'category',
  110. label: 'SasS',
  111. items: [
  112. 'saas/aws',
  113. 'saas/google',
  114. 'saas/heroku',
  115. 'saas/linode',
  116. 'saas/now',
  117. 'saas/stripe',
  118. 'saas/twilio',
  119. ],
  120. },
  121. {
  122. type: 'category',
  123. label: 'Server',
  124. items: [
  125. 'server/apache',
  126. 'server/docker',
  127. 'server/goaccess',
  128. 'server/htop',
  129. 'server/iptables',
  130. 'server/kubernetes',
  131. 'server/letsencrypt',
  132. 'server/lynis',
  133. 'server/mail',
  134. 'server/monit',
  135. 'server/nginx',
  136. 'server/ubuntu',
  137. 'server/ufw',
  138. ],
  139. },
  140. ],
  141. };