sidebarslists.js 3.1 KB

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