sidebarslists.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. module.exports = {
  2. lists: [
  3. {
  4. type:'doc',
  5. id: 'index',
  6. },
  7. {
  8. type: 'category',
  9. label: 'Art',
  10. collapsible: true,
  11. link: {
  12. type:'doc',
  13. id:'art/art',
  14. },
  15. items: [
  16. 'art/lit',
  17. 'art/motion',
  18. {
  19. type: 'category',
  20. label: 'Music',
  21. collapsible: true,
  22. link: {
  23. type:'doc',
  24. id:'art/music/music',
  25. },
  26. items: [
  27. {
  28. type:'doc',
  29. id: 'art/music/playlist',
  30. label:'Playlist',
  31. },
  32. {
  33. type:'doc',
  34. id: 'art/music/playlist_2020',
  35. label:'- 2020',
  36. },
  37. {
  38. type:'doc',
  39. id: 'art/music/playlist_2015',
  40. label:'2020-2015',
  41. },
  42. {
  43. type:'doc',
  44. id: 'art/music/playlist_2010',
  45. label:'2015-2010',
  46. },
  47. ],
  48. },
  49. {
  50. type:'doc',
  51. id: 'art/visual',
  52. label:'Visual',
  53. },
  54. ],
  55. },
  56. {
  57. type: 'doc',
  58. id: 'concepts',
  59. },
  60. {
  61. type: 'doc',
  62. id: 'design',
  63. },
  64. {
  65. type: 'doc',
  66. id: 'feeds',
  67. },
  68. {
  69. type: 'doc',
  70. id: 'grocery',
  71. },
  72. {
  73. type: 'doc',
  74. id: 'next',
  75. },
  76. {
  77. type: 'category',
  78. label: 'Now',
  79. collapsible: true,
  80. link: {
  81. type:'doc',
  82. id:'now/now',
  83. },
  84. items: [
  85. {
  86. type:'doc',
  87. id: 'now/learning',
  88. label:'Learning',
  89. },
  90. {
  91. type:'doc',
  92. id: 'now/listening',
  93. label:'Listening',
  94. },
  95. {
  96. type:'doc',
  97. id: 'now/reading',
  98. label:'Reading',
  99. },
  100. {
  101. type:'doc',
  102. id: 'now/playing',
  103. label:'Playing',
  104. },
  105. {
  106. type:'doc',
  107. id: 'now/watching',
  108. label:'Watching',
  109. },
  110. ],
  111. },
  112. {
  113. type: 'doc',
  114. id: 'lists',
  115. },
  116. {
  117. type: 'category',
  118. label: 'Places',
  119. collapsible: true,
  120. link: {
  121. type:'doc',
  122. id:'places/places',
  123. },
  124. items: [
  125. {
  126. type:'doc',
  127. id: 'places/greenwood',
  128. label:'Greenwood',
  129. },
  130. {
  131. type:'doc',
  132. id: 'places/columbia',
  133. label:'Columbia',
  134. },
  135. {
  136. type:'doc',
  137. id: 'places/charleston',
  138. label:'Charleston',
  139. },
  140. ],
  141. },
  142. {
  143. type: 'doc',
  144. id: 'people',
  145. },
  146. {
  147. type: 'doc',
  148. id: 'shopping',
  149. },
  150. {
  151. type: 'doc',
  152. id: 'things',
  153. },
  154. {
  155. type: 'doc',
  156. id: 'todo',
  157. },
  158. {
  159. type: 'doc',
  160. id: 'todone',
  161. },
  162. {
  163. type: 'doc',
  164. id: 'trivia',
  165. },
  166. {
  167. type: 'category',
  168. label: 'Tweets',
  169. collapsible: true,
  170. link: {
  171. type:'doc',
  172. id:'tweets',
  173. },
  174. items: [
  175. {
  176. type:'doc',
  177. id: 'tweets_follow',
  178. label:'Followed',
  179. },
  180. ],
  181. },
  182. {
  183. type: 'doc',
  184. id: 'quotes',
  185. },
  186. {
  187. type: 'doc',
  188. id: 'words',
  189. },
  190. ],
  191. };