sidebarslists.js 3.6 KB

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