develop #3

Merged
glenux merged 35 commits from develop into master 2024-06-02 07:08:41 +00:00
7 changed files with 31 additions and 28 deletions
Showing only changes of commit e11d2bc588 - Show all commits

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..."
]
}