data: Prepare better samples
This commit is contained in:
parent
3ee2bdf5d4
commit
e11d2bc588
7 changed files with 31 additions and 28 deletions
3
data/samples/content.01.01.01.md
Normal file
3
data/samples/content.01.01.01.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
## SUBSECTION TITLE
|
||||||
|
|
||||||
|
FIXME
|
9
data/samples/content.01.01.json
Normal file
9
data/samples/content.01.01.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"type": "section",
|
||||||
|
"title": ""
|
||||||
|
"subsections": [
|
||||||
|
{ "type": "subsection", "title": "...", "keywords": ["...", "..."] },
|
||||||
|
{ "type": "subsection", "title": "...", "keywords": ["...", "..."] },
|
||||||
|
{ "type": "subsection", "title": "...", "keywords": ["...", "..."] }
|
||||||
|
]
|
||||||
|
}
|
10
data/samples/content.01.json
Normal file
10
data/samples/content.01.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"type": "chapter",
|
||||||
|
"title": ""
|
||||||
|
"keywords": ["...", "...", "..."],
|
||||||
|
"sections": [
|
||||||
|
{ "type": "section", "title": "...", "keywords": ["...", "..."] },
|
||||||
|
{ "type": "section", "title": "...", "keywords": ["...", "..."] },
|
||||||
|
{ "type": "section", "title": "...", "keywords": ["...", "..."] }
|
||||||
|
]
|
||||||
|
}
|
9
data/samples/content.json
Normal file
9
data/samples/content.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"type": "root-element",
|
||||||
|
"title": ""
|
||||||
|
"chapters": [
|
||||||
|
{ "type": "chapter", "title": "...", "keywords": ["...", "..."] },
|
||||||
|
{ "type": "chapter", "title": "...", "keywords": ["...", "..."] },
|
||||||
|
{ "type": "chapter", "title": "...", "keywords": ["...", "..."] },
|
||||||
|
]
|
||||||
|
}
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"type": "main-element",
|
|
||||||
"title": ""
|
|
||||||
"chapters": [
|
|
||||||
"EXAMPLE CHAPTER TITLE...",
|
|
||||||
"EXAMPLE CHAPTER TITLE...",
|
|
||||||
"EXAMPLE CHAPTER TITLE..."
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"type": "chapter",
|
|
||||||
"title": ""
|
|
||||||
"sections": [
|
|
||||||
"EXAMPLE SECTION TITLE...",
|
|
||||||
"EXAMPLE SECTION TITLE...",
|
|
||||||
"EXAMPLE SECTION TITLE..."
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"type": "section",
|
|
||||||
"title": ""
|
|
||||||
"subsections": [
|
|
||||||
"EXAMPLE SUBSECTION TITLE...",
|
|
||||||
"EXAMPLE SUBSECTION TITLE...",
|
|
||||||
"EXAMPLE SUBSECTION TITLE..."
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue