From e11d2bc588ddbef09a1e39a69d2eb29343e7f88a Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 18 Apr 2023 10:49:43 +0200 Subject: [PATCH] data: Prepare better samples --- data/samples/content.01.01.01.md | 3 +++ data/samples/content.01.01.json | 9 +++++++++ data/samples/content.01.json | 10 ++++++++++ data/samples/content.json | 9 +++++++++ docs/samples/base.json | 9 --------- docs/samples/chapter.01.json | 9 --------- docs/samples/section.01.01.json | 10 ---------- 7 files changed, 31 insertions(+), 28 deletions(-) create mode 100644 data/samples/content.01.01.01.md create mode 100644 data/samples/content.01.01.json create mode 100644 data/samples/content.01.json create mode 100644 data/samples/content.json delete mode 100644 docs/samples/base.json delete mode 100644 docs/samples/chapter.01.json delete mode 100644 docs/samples/section.01.01.json diff --git a/data/samples/content.01.01.01.md b/data/samples/content.01.01.01.md new file mode 100644 index 0000000..6a2348e --- /dev/null +++ b/data/samples/content.01.01.01.md @@ -0,0 +1,3 @@ +## SUBSECTION TITLE + +FIXME diff --git a/data/samples/content.01.01.json b/data/samples/content.01.01.json new file mode 100644 index 0000000..dd78035 --- /dev/null +++ b/data/samples/content.01.01.json @@ -0,0 +1,9 @@ +{ + "type": "section", + "title": "" + "subsections": [ + { "type": "subsection", "title": "...", "keywords": ["...", "..."] }, + { "type": "subsection", "title": "...", "keywords": ["...", "..."] }, + { "type": "subsection", "title": "...", "keywords": ["...", "..."] } + ] +} diff --git a/data/samples/content.01.json b/data/samples/content.01.json new file mode 100644 index 0000000..39fca9c --- /dev/null +++ b/data/samples/content.01.json @@ -0,0 +1,10 @@ +{ + "type": "chapter", + "title": "" + "keywords": ["...", "...", "..."], + "sections": [ + { "type": "section", "title": "...", "keywords": ["...", "..."] }, + { "type": "section", "title": "...", "keywords": ["...", "..."] }, + { "type": "section", "title": "...", "keywords": ["...", "..."] } + ] +} diff --git a/data/samples/content.json b/data/samples/content.json new file mode 100644 index 0000000..ea9c7ab --- /dev/null +++ b/data/samples/content.json @@ -0,0 +1,9 @@ +{ + "type": "root-element", + "title": "" + "chapters": [ + { "type": "chapter", "title": "...", "keywords": ["...", "..."] }, + { "type": "chapter", "title": "...", "keywords": ["...", "..."] }, + { "type": "chapter", "title": "...", "keywords": ["...", "..."] }, + ] +} diff --git a/docs/samples/base.json b/docs/samples/base.json deleted file mode 100644 index 8de85c8..0000000 --- a/docs/samples/base.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "type": "main-element", - "title": "" - "chapters": [ - "EXAMPLE CHAPTER TITLE...", - "EXAMPLE CHAPTER TITLE...", - "EXAMPLE CHAPTER TITLE..." - ] -} diff --git a/docs/samples/chapter.01.json b/docs/samples/chapter.01.json deleted file mode 100644 index 66b03d6..0000000 --- a/docs/samples/chapter.01.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "type": "chapter", - "title": "" - "sections": [ - "EXAMPLE SECTION TITLE...", - "EXAMPLE SECTION TITLE...", - "EXAMPLE SECTION TITLE..." - ] -} diff --git a/docs/samples/section.01.01.json b/docs/samples/section.01.01.json deleted file mode 100644 index 461e419..0000000 --- a/docs/samples/section.01.01.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "section", - "title": "" - "subsections": [ - "EXAMPLE SUBSECTION TITLE...", - "EXAMPLE SUBSECTION TITLE...", - "EXAMPLE SUBSECTION TITLE..." - ] -} -