summaryrefslogtreecommitdiffstats
path: root/test/fixtures/test1
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/test1')
-rw-r--r--test/fixtures/test1/GLOSSARY.md9
-rw-r--r--test/fixtures/test1/README.md4
-rw-r--r--test/fixtures/test1/SUMMARY.md6
-rw-r--r--test/fixtures/test1/book.json5
-rw-r--r--test/fixtures/test1/intro.md4
-rw-r--r--test/fixtures/test1/sub/test1.md8
6 files changed, 0 insertions, 36 deletions
diff --git a/test/fixtures/test1/GLOSSARY.md b/test/fixtures/test1/GLOSSARY.md
deleted file mode 100644
index dc14550..0000000
--- a/test/fixtures/test1/GLOSSARY.md
+++ /dev/null
@@ -1,9 +0,0 @@
-
-# Test
-
-a test text
-
-# Test 2
-
-a second test
-
diff --git a/test/fixtures/test1/README.md b/test/fixtures/test1/README.md
deleted file mode 100644
index 2f7a8d4..0000000
--- a/test/fixtures/test1/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# Test
-
-This file is not parsed by gitbook because the structure is defined in book.json.
-
diff --git a/test/fixtures/test1/SUMMARY.md b/test/fixtures/test1/SUMMARY.md
deleted file mode 100644
index d05fc4a..0000000
--- a/test/fixtures/test1/SUMMARY.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# Summary
-
-* [Chapter 1](test.md)
- * [Article 1](sub/test1.md)
-* [Chapter 2](test2.md)
-* [Google](https://www.google.com)
diff --git a/test/fixtures/test1/book.json b/test/fixtures/test1/book.json
deleted file mode 100644
index edaa4fc..0000000
--- a/test/fixtures/test1/book.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "structure": {
- "readme": "intro.md"
- }
-} \ No newline at end of file
diff --git a/test/fixtures/test1/intro.md b/test/fixtures/test1/intro.md
deleted file mode 100644
index bf9a1cf..0000000
--- a/test/fixtures/test1/intro.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# My Book
-
-Test description
-
diff --git a/test/fixtures/test1/sub/test1.md b/test/fixtures/test1/sub/test1.md
deleted file mode 100644
index d45a4dd..0000000
--- a/test/fixtures/test1/sub/test1.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# This file is used to etst links transformations:
-
-This is a relative link [test](../intro.md).
-
-![image](../image.png)
-
-This is a glossary link.
-