samplelist.yml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. entries:
  2. - title: Sidebar
  3. folders:
  4. - title: Food
  5. folderitems:
  6. - title: Bananas
  7. url: bananas.html
  8. subfolder:
  9. - title: Apples
  10. subfolderitems:
  11. - title: Fuji apples
  12. url: fuji_apples.html
  13. - title: Gala apples
  14. url: gala_apples.html
  15. name:
  16. husband: Tom
  17. wife: Shannon
  18. bikes:
  19. - title: mountain bikes
  20. - title: road bikes
  21. - title: hybrid bikes
  22. salesteams:
  23. - title: Regions
  24. subfolderitems:
  25. - location: US
  26. - location: Spain
  27. - location: France
  28. toc:
  29. - title: Group 1
  30. subfolderitems:
  31. - page: Thing 1
  32. - page: Thing 2
  33. - page: Thing 3
  34. - title: Group 2
  35. subfolderitems:
  36. - page: Piece 1
  37. - page: Piece 2
  38. - page: Piece 3
  39. - title: Group 3
  40. subfolderitems:
  41. - page: Widget 1
  42. - page: Widget 2
  43. - page: Widget 3
  44. something: &hello Greetings earthling!
  45. myref: *hello
  46. about:
  47. - zero
  48. - one
  49. - two
  50. - three
  51. numbercolors:
  52. - zero:
  53. properties: red
  54. - one:
  55. properties: yellow
  56. - two:
  57. properties: green
  58. - three:
  59. properties: blue
  60. mypages:
  61. - section1: Section 1
  62. audience: developers
  63. product: acme
  64. url: facebook.com
  65. - section2: Section 2
  66. audience: writers
  67. product: acme
  68. url: google.com
  69. - section3: Section 3
  70. audience: developers
  71. product: acme
  72. url: amazon.com
  73. - section4: Section 4
  74. audience: writers
  75. product: gizmo
  76. url: apple.com
  77. - section5: Section 5
  78. audience: writers
  79. product: acme
  80. url: microsoft.com
  81. feedback: >
  82. This is my feedback to you.
  83. Even if I include linebreaks here,
  84. all of the linebreaks will be removed when the value is inserted.
  85. block: |
  86. This pipe does something a little different.
  87. It preserves the breaks.
  88. This is really helpful for code samples,
  89. since you can format the code samples with
  90. the appropriate
  91. white spacing.