diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-09-20 08:34:53 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-09-20 09:50:50 +0200 |
commit | 390745b93c5f4af9b148c94433f44ec462a39770 (patch) | |
tree | 0e66007ef7f42b2cd46dc8a24dbc0f8237f894b0 /docs/_layouts/ebook/pdf_header.html | |
parent | 3e6d3fa8be349b40d6fd03d198b5e033cc7719e2 (diff) |
doc: Changed doc to new formatguppy_6.90.0guppy/6.90.06.90.0
- split book.json to match new format
- changed description in README.md
- remove useless files
Change-Id: Ie41edb058cf7cfc4920c5c84767097c4e46d34cb
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 ef496410..00000000 --- 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 |