summaryrefslogtreecommitdiffstats
path: root/checks
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-11-08 16:26:42 +0100
committerMinijackson <minijackson@riseup.net>2021-11-08 16:26:42 +0100
commitc7026a993c4b837dcee39f669e1cc4123f4eb53d (patch)
tree8cfea3898b391a3c2ab8e48a7b1dd2b711456739 /checks
downloadnix-module-doc-c7026a993c4b837dcee39f669e1cc4123f4eb53d.tar.gz
nix-module-doc-c7026a993c4b837dcee39f669e1cc4123f4eb53d.zip
initial commit
Diffstat (limited to 'checks')
-rw-r--r--checks/simple-mdbook/.gitignore1
-rw-r--r--checks/simple-mdbook/book.toml6
-rw-r--r--checks/simple-mdbook/src/SUMMARY.md5
-rw-r--r--checks/simple-mdbook/src/chapter_1.md1
-rw-r--r--checks/simple-mdbook/src/chapter_2-1.md1
-rw-r--r--checks/simple-mdbook/src/chapter_2.md1
6 files changed, 15 insertions, 0 deletions
diff --git a/checks/simple-mdbook/.gitignore b/checks/simple-mdbook/.gitignore
new file mode 100644
index 0000000..7585238
--- /dev/null
+++ b/checks/simple-mdbook/.gitignore
@@ -0,0 +1 @@
book
diff --git a/checks/simple-mdbook/book.toml b/checks/simple-mdbook/book.toml
new file mode 100644
index 0000000..425d511
--- /dev/null
+++ b/checks/simple-mdbook/book.toml
@@ -0,0 +1,6 @@
1[book]
2authors = ["Minijackson"]
3language = "en"
4multilingual = false
5src = "src"
6title = "Simple MdBook"
diff --git a/checks/simple-mdbook/src/SUMMARY.md b/checks/simple-mdbook/src/SUMMARY.md
new file mode 100644
index 0000000..9cebd5b
--- /dev/null
+++ b/checks/simple-mdbook/src/SUMMARY.md
@@ -0,0 +1,5 @@
1# Summary
2
3- [Chapter 1](./chapter_1.md)
4- [Chapter 2](./chapter_2.md)
5 - [Chapter 2.2](./chapter_2-1.md)
diff --git a/checks/simple-mdbook/src/chapter_1.md b/checks/simple-mdbook/src/chapter_1.md
new file mode 100644
index 0000000..b743fda
--- /dev/null
+++ b/checks/simple-mdbook/src/chapter_1.md
@@ -0,0 +1 @@
# Chapter 1
diff --git a/checks/simple-mdbook/src/chapter_2-1.md b/checks/simple-mdbook/src/chapter_2-1.md
new file mode 100644
index 0000000..b5cb2dc
--- /dev/null
+++ b/checks/simple-mdbook/src/chapter_2-1.md
@@ -0,0 +1 @@
# Chapter 2.2
diff --git a/checks/simple-mdbook/src/chapter_2.md b/checks/simple-mdbook/src/chapter_2.md
new file mode 100644
index 0000000..7ebb596
--- /dev/null
+++ b/checks/simple-mdbook/src/chapter_2.md
@@ -0,0 +1 @@
# Chapter 2