sidebarslists.js 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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: 'grocery',
  86. },
  87. {
  88. type: 'doc',
  89. id: 'next',
  90. },
  91. {
  92. type: 'category',
  93. label: 'Now',
  94. collapsible: true,
  95. link: {
  96. type:'doc',
  97. id:'now/now',
  98. },
  99. items: [
  100. {
  101. type:'doc',
  102. id: 'now/learning',
  103. label:'Learning',
  104. },
  105. {
  106. type:'doc',
  107. id: 'now/listening',
  108. label:'Listening',
  109. },
  110. {
  111. type:'doc',
  112. id: 'now/reading',
  113. label:'Reading',
  114. },
  115. {
  116. type:'doc',
  117. id: 'now/playing',
  118. label:'Playing',
  119. },
  120. {
  121. type:'doc',
  122. id: 'now/watching',
  123. label:'Watching',
  124. },
  125. ],
  126. },
  127. {
  128. type: 'doc',
  129. id: 'lists',
  130. },
  131. {
  132. type: 'category',
  133. label: 'Places',
  134. collapsible: true,
  135. link: {
  136. type:'doc',
  137. id:'places/places',
  138. },
  139. items: [
  140. {
  141. type:'doc',
  142. id: 'places/greenwood',
  143. label:'Greenwood',
  144. },
  145. {
  146. type:'doc',
  147. id: 'places/columbia',
  148. label:'Columbia',
  149. },
  150. {
  151. type:'doc',
  152. id: 'places/charleston',
  153. label:'Charleston',
  154. },
  155. ],
  156. },
  157. {
  158. type: 'doc',
  159. id: 'people',
  160. },
  161. {
  162. type: 'doc',
  163. id: 'shopping',
  164. },
  165. {
  166. type: 'doc',
  167. id: 'things',
  168. },
  169. {
  170. type: 'doc',
  171. id: 'todo',
  172. },
  173. {
  174. type: 'doc',
  175. id: 'todone',
  176. },
  177. {
  178. type: 'doc',
  179. id: 'trivia',
  180. },
  181. {
  182. type: 'category',
  183. label: 'Tweets',
  184. collapsible: true,
  185. link: {
  186. type:'doc',
  187. id:'tweets',
  188. },
  189. items: [
  190. {
  191. type:'doc',
  192. id: 'tweets_follow',
  193. label:'Followed',
  194. },
  195. ],
  196. },
  197. {
  198. type: 'doc',
  199. id: 'quotes',
  200. },
  201. {
  202. type: 'doc',
  203. id: 'words',
  204. },
  205. ],
  206. };