Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

samplelist.yml 1.8 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
  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.
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...