sidebarslists.js 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  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. ],
  147. },
  148. {
  149. type: 'doc',
  150. id: 'influence',
  151. },
  152. {
  153. type: 'doc',
  154. id: 'stars',
  155. },
  156. {
  157. type: 'doc',
  158. id: 'lists',
  159. },
  160. {
  161. type: 'category',
  162. label: 'Places',
  163. collapsible: true,
  164. link: {
  165. type:'doc',
  166. id:'places/places',
  167. },
  168. items: [
  169. {
  170. type:'doc',
  171. id: 'places/greenwood',
  172. label:'Greenwood',
  173. },
  174. {
  175. type:'doc',
  176. id: 'places/columbia',
  177. label:'Columbia',
  178. },
  179. {
  180. type:'doc',
  181. id: 'places/charleston',
  182. label:'Charleston',
  183. },
  184. ],
  185. },
  186. {
  187. type: 'doc',
  188. id: 'people',
  189. },
  190. {
  191. type: 'doc',
  192. id: 'shopping',
  193. },
  194. {
  195. type: 'doc',
  196. id: 'things',
  197. },
  198. {
  199. type: 'doc',
  200. id: 'travel',
  201. },
  202. {
  203. type: 'doc',
  204. id: 'trivia',
  205. },
  206. {
  207. type: 'category',
  208. label: 'Tweets',
  209. collapsible: true,
  210. link: {
  211. type:'doc',
  212. id:'tweets',
  213. },
  214. items: [
  215. {
  216. type:'doc',
  217. id: 'tweets_follow',
  218. label:'Followed',
  219. },
  220. ],
  221. },
  222. {
  223. type: 'doc',
  224. id: 'quotes',
  225. },
  226. {
  227. type: 'doc',
  228. id: 'wine',
  229. },
  230. {
  231. type: 'doc',
  232. id: 'wikipedia',
  233. },
  234. {
  235. type: 'doc',
  236. id: 'words',
  237. },
  238. ],
  239. };