diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-23 23:18:15 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-23 23:18:15 +0100 |
commit | 2d1aa15af8ee73f7179e323493ab4f6c40f6ac57 (patch) | |
tree | a71b44c602077c411b77cad554b0b47840294cfd /test/fixtures/test1 | |
parent | 63ee94ff89d10e56d82079183c494f8129b92eae (diff) | |
download | gitbook-2d1aa15af8ee73f7179e323493ab4f6c40f6ac57.zip gitbook-2d1aa15af8ee73f7179e323493ab4f6c40f6ac57.tar.gz gitbook-2d1aa15af8ee73f7179e323493ab4f6c40f6ac57.tar.bz2 |
New cleaner helper for testing
Diffstat (limited to 'test/fixtures/test1')
-rw-r--r-- | test/fixtures/test1/GLOSSARY.md | 9 | ||||
-rw-r--r-- | test/fixtures/test1/README.md | 4 | ||||
-rw-r--r-- | test/fixtures/test1/SUMMARY.md | 6 | ||||
-rw-r--r-- | test/fixtures/test1/book.json | 5 | ||||
-rw-r--r-- | test/fixtures/test1/intro.md | 4 | ||||
-rw-r--r-- | test/fixtures/test1/sub/test1.md | 8 |
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). - - - -This is a glossary link. - |