sidebarslists.js 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. module.exports = {
  2. lists: [
  3. {
  4. type:'doc',
  5. id: 'index',
  6. },
  7. {
  8. type: 'html',
  9. value: '<span style="border-top: 1px solid var(--ifm-color-gray-500); display: block;margin: 1rem 0 1rem 0;" />',
  10. },
  11. {
  12. type: 'category',
  13. label: 'Now',
  14. collapsible: true,
  15. link: {
  16. type:'doc',
  17. id:'now/now',
  18. },
  19. items: [
  20. {
  21. type:'doc',
  22. id: 'now/learning',
  23. label:'Learning',
  24. },
  25. {
  26. type:'doc',
  27. id: 'now/listening',
  28. label:'Listening',
  29. },
  30. {
  31. type:'doc',
  32. id: 'now/playing',
  33. label:'Playing',
  34. },
  35. {
  36. type:'doc',
  37. id: 'now/reading',
  38. label:'Reading',
  39. },
  40. {
  41. type:'doc',
  42. id: 'now/watching',
  43. label:'Watching',
  44. },
  45. ],
  46. },
  47. {
  48. type: 'doc',
  49. id: 'todo',
  50. },
  51. {
  52. type: 'doc',
  53. id: 'next',
  54. },
  55. {
  56. type: 'html',
  57. value: '<span style="border-top: 1px solid var(--ifm-color-gray-500); display: block;margin: 1rem 0 1rem 0;" />',
  58. },
  59. {
  60. type: 'category',
  61. label: 'Art',
  62. collapsible: true,
  63. link: {
  64. type:'doc',
  65. id:'art/art',
  66. },
  67. items: [
  68. 'art/lit',
  69. {
  70. type: 'category',
  71. label: 'Motion',
  72. collapsible: true,
  73. link: {
  74. type:'doc',
  75. id:'art/motion',
  76. },
  77. items: [
  78. {
  79. type:'doc',
  80. id: 'art/video',
  81. label:'Video',
  82. },
  83. ],
  84. },
  85. {
  86. type: 'category',
  87. label: 'Music',
  88. collapsible: true,
  89. link: {
  90. type:'doc',
  91. id:'art/music/music',
  92. },
  93. items: [
  94. {
  95. type:'doc',
  96. id: 'art/music/playlist',
  97. label:'Playlist',
  98. },
  99. {
  100. type:'doc',
  101. id: 'art/music/playlist_2020',
  102. label:'- 2020',
  103. },
  104. {
  105. type:'doc',
  106. id: 'art/music/playlist_2015',
  107. label:'2020-2015',
  108. },
  109. {
  110. type:'doc',
  111. id: 'art/music/playlist_2010',
  112. label:'2015-2010',
  113. },
  114. ],
  115. },
  116. {
  117. type:'doc',
  118. id: 'art/visual',
  119. label:'Visual',
  120. },
  121. ],
  122. },
  123. {
  124. type: 'doc',
  125. id: 'concepts',
  126. },
  127. {
  128. type: 'doc',
  129. id: 'design',
  130. },
  131. {
  132. type: 'doc',
  133. id: 'feeds',
  134. },
  135. {
  136. type: 'category',
  137. label: 'Food',
  138. collapsible: true,
  139. link: {
  140. type:'doc',
  141. id:'food/food',
  142. },
  143. items: [
  144. 'food/grocery',
  145. 'food/recipe',
  146. 'food/thanksgiving',
  147. ],
  148. },
  149. {
  150. type: 'doc',
  151. id: 'influence',
  152. },
  153. {
  154. type: 'doc',
  155. id: 'stars',
  156. },
  157. {
  158. type: 'doc',
  159. id: 'lists',
  160. },
  161. {
  162. type: 'category',
  163. label: 'Places',
  164. collapsible: true,
  165. link: {
  166. type:'doc',
  167. id:'places/places',
  168. },
  169. items: [
  170. {
  171. type:'doc',
  172. id: 'places/greenwood',
  173. label:'Greenwood',
  174. },
  175. {
  176. type:'doc',
  177. id: 'places/columbia',
  178. label:'Columbia',
  179. },
  180. {
  181. type:'doc',
  182. id: 'places/charleston',
  183. label:'Charleston',
  184. },
  185. ],
  186. },
  187. {
  188. type: 'doc',
  189. id: 'people',
  190. },
  191. {
  192. type: 'doc',
  193. id: 'shopping',
  194. },
  195. {
  196. type: 'doc',
  197. id: 'things',
  198. },
  199. {
  200. type: 'doc',
  201. id: 'travel',
  202. },
  203. {
  204. type: 'doc',
  205. id: 'trivia',
  206. },
  207. {
  208. type: 'category',
  209. label: 'Tweets',
  210. collapsible: true,
  211. link: {
  212. type:'doc',
  213. id:'tweets',
  214. },
  215. items: [
  216. {
  217. type:'doc',
  218. id: 'tweets_follow',
  219. label:'Followed',
  220. },
  221. ],
  222. },
  223. {
  224. type: 'doc',
  225. id: 'quotes',
  226. },
  227. {
  228. type: 'doc',
  229. id: 'wine',
  230. },
  231. {
  232. type: 'doc',
  233. id: 'wikipedia',
  234. },
  235. {
  236. type: 'doc',
  237. id: 'words',
  238. },
  239. ],
  240. };