sidebarslists.js 4.2 KB

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