Skip to content

Commit 0588686

Browse files
committed
another example
1 parent f1bf60c commit 0588686

File tree

1 file changed

+46
-47
lines changed

1 file changed

+46
-47
lines changed

example-files/start.yaml

Lines changed: 46 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -13,52 +13,51 @@ links:
1313
url: https://art.com/
1414

1515

16-
# folders:
17-
# general:
18-
# byname:
19-
# bookmarks:
20-
# - name: thing
21-
# url: google
22-
# - google
23-
# google:
24-
# a:
25-
# - name: dev
26-
# url: google
27-
# - google
28-
# b:
29-
# - google-2
30-
# c:
31-
# - google
32-
# art:
33-
# a:
34-
# - art
35-
# blog:
36-
# a:
37-
# - blog
38-
# byother:
39-
# a:
40-
# - google
41-
# - google-2
42-
# - blog
43-
# - art
44-
# test:
45-
# - art
46-
# another:
47-
# test2:
48-
# - blog
49-
# test3:
50-
# - nope
51-
5216
folders:
53-
folder 1:
54-
- link-1
55-
- name: Link 1
56-
url: link-1
57-
Folder 2:
17+
general:
18+
by name:
19+
bookmarks:
20+
- name: thing
21+
url: link-2
22+
- link-1
23+
google:
24+
a:
25+
- name: dev
26+
url: link-3
27+
- link-3
28+
B:
29+
- link-2
30+
c:
31+
- link-3
32+
art:
33+
a:
34+
- link-2
35+
blog:
36+
a:
37+
- link-1
38+
by other:
39+
a:
40+
- link-1
41+
- link-2
42+
- lnk-3
43+
test:
5844
- link-2
59-
- name: Link 2
60-
url: link-2
61-
Folder 3:
62-
- link-3
63-
- name: Link 3
64-
url: link-3
45+
another:
46+
test2:
47+
- link-1
48+
test3:
49+
- link-1
50+
51+
# folders:
52+
# folder 1:
53+
# - link-1
54+
# - name: Link 1
55+
# url: link-1
56+
# Folder 2:
57+
# - link-2
58+
# - name: Link 2
59+
# url: link-2
60+
# Folder 3:
61+
# - link-3
62+
# - name: Link 3
63+
# url: link-3

0 commit comments

Comments
 (0)