diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-09-20 10:01:29 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-09-20 10:01:29 +0200 |
commit | 2e4bbe051ab130a3859e0b3c3a4477d7205df6a7 (patch) | |
tree | cafb41d412a3b2b9cf168d4bffb25b4b3f7ad5e4 /docs/_layouts/ebook/pdf_header.html | |
parent | 77973a72cb095f23a1e9bc776582781e8316e265 (diff) |
doc: Changed doc to new format
- split book.json to match new format
- changed description in README.md
- remove useless files
Change-Id: I235c6f033ad12eeac86cab16f4c311e61ca60351
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/_layouts/ebook/pdf_header.html')
-rw-r--r-- | docs/_layouts/ebook/pdf_header.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/_layouts/ebook/pdf_header.html b/docs/_layouts/ebook/pdf_header.html deleted file mode 100644 index ef49641..0000000 --- a/docs/_layouts/ebook/pdf_header.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends "./page.html" %} -{% block body %} -<div id="pdf-header" class="pdf-header"> - <span class="header-left">IoT.Bzh</span> - <span class="header-right">{{ config.title }}</span> -</div> - -<!-- Allow to hide header for some pages using hidepageheaders config in book.json --> -<script> - if (({% for num in config.hidepageheaders %}{{ page.num }} == {{ num }} || {% endfor %}false)) document.getElementById('pdf-header').style.display = 'none' -</script> - -{% endblock %}
\ No newline at end of file |