data: Prepare better samples

This commit is contained in:
Glenn Y. Rolland 2023-04-18 10:49:43 +02:00
parent 3ee2bdf5d4
commit e11d2bc588
7 changed files with 31 additions and 28 deletions

View file

@ -0,0 +1,3 @@
## SUBSECTION TITLE
FIXME

View file

@ -0,0 +1,9 @@
{
"type": "section",
"title": ""
"subsections": [
{ "type": "subsection", "title": "...", "keywords": ["...", "..."] },
{ "type": "subsection", "title": "...", "keywords": ["...", "..."] },
{ "type": "subsection", "title": "...", "keywords": ["...", "..."] }
]
}

View file

@ -0,0 +1,10 @@
{
"type": "chapter",
"title": ""
"keywords": ["...", "...", "..."],
"sections": [
{ "type": "section", "title": "...", "keywords": ["...", "..."] },
{ "type": "section", "title": "...", "keywords": ["...", "..."] },
{ "type": "section", "title": "...", "keywords": ["...", "..."] }
]
}

View file

@ -0,0 +1,9 @@
{
"type": "root-element",
"title": ""
"chapters": [
{ "type": "chapter", "title": "...", "keywords": ["...", "..."] },
{ "type": "chapter", "title": "...", "keywords": ["...", "..."] },
{ "type": "chapter", "title": "...", "keywords": ["...", "..."] },
]
}

View file

@ -1,9 +0,0 @@
{
"type": "main-element",
"title": ""
"chapters": [
"EXAMPLE CHAPTER TITLE...",
"EXAMPLE CHAPTER TITLE...",
"EXAMPLE CHAPTER TITLE..."
]
}

View file

@ -1,9 +0,0 @@
{
"type": "chapter",
"title": ""
"sections": [
"EXAMPLE SECTION TITLE...",
"EXAMPLE SECTION TITLE...",
"EXAMPLE SECTION TITLE..."
]
}

View file

@ -1,10 +0,0 @@
{
"type": "section",
"title": ""
"subsections": [
"EXAMPLE SUBSECTION TITLE...",
"EXAMPLE SUBSECTION TITLE...",
"EXAMPLE SUBSECTION TITLE..."
]
}