From 4c6c5d8e85fac3a204f6ed40bdf7a92784c9c493 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Thu, 6 Jul 2017 12:53:49 -0400 Subject: [PATCH] Add testing docs to GitBook and add ignore file --- .bookignore | 16 ++++++++++++++++ book.md | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 .bookignore diff --git a/.bookignore b/.bookignore new file mode 100644 index 000000000..3da998567 --- /dev/null +++ b/.bookignore @@ -0,0 +1,16 @@ +# Blacklist most files since documentation is co-located with the rest +# of the source to avoid that GitBook copies them to the output +# directory. +*.* +*-* +COPYING +Makefile +tigrc + +## Whitelist AsciiDoc and GitBook files +!*.adoc +!*.md +!*.json + +# ... except the manual man-page +doc/tigmanual.7.adoc diff --git a/book.md b/book.md index 8616f68a0..fd2b3bbaf 100644 --- a/book.md +++ b/book.md @@ -6,3 +6,5 @@ - [tigrc(5)](doc/tigrc.5.adoc) - [Manual](doc/manual.adoc) - [Screenshots](https://www.flickr.com/photos/jonasfonseca/albums/72157614470764617) + - Developer Documentation + - [Testing](test/README.adoc)