sidebarslists.js 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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: 'lists',
  75. },
  76. {
  77. type: 'category',
  78. label: 'Places',
  79. collapsible: true,
  80. link: {
  81. type:'doc',
  82. id:'places/places',
  83. },
  84. items: [
  85. {
  86. type:'doc',
  87. id: 'places/greenwood',
  88. label:'Greenwood',
  89. },
  90. {
  91. type:'doc',
  92. id: 'places/columbia',
  93. label:'Columbia',
  94. },
  95. {
  96. type:'doc',
  97. id: 'places/charleston',
  98. label:'Charleston',
  99. },
  100. ],
  101. },
  102. {
  103. type: 'doc',
  104. id: 'people',
  105. },
  106. {
  107. type: 'doc',
  108. id: 'shopping',
  109. },
  110. {
  111. type: 'doc',
  112. id: 'things',
  113. },
  114. {
  115. type: 'doc',
  116. id: 'trivia',
  117. },
  118. {
  119. type: 'category',
  120. label: 'Tweets',
  121. collapsible: true,
  122. link: {
  123. type:'doc',
  124. id:'tweets',
  125. },
  126. items: [
  127. {
  128. type:'doc',
  129. id: 'tweets_follow',
  130. label:'Followed',
  131. },
  132. ],
  133. },
  134. {
  135. type: 'doc',
  136. id: 'quotes',
  137. },
  138. {
  139. type: 'doc',
  140. id: 'words',
  141. },
  142. {
  143. type: 'doc',
  144. id: 'next',
  145. },
  146. ],
  147. };