diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-09-20 18:43:07 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-09-20 18:43:07 +0200 |
commit | 91baca1e612e8323885dfcfe17267a96527fa3c5 (patch) | |
tree | c6328c0478d58e1a5e64ba280c930bfa80ac8c03 /docs/_layouts/ebook/pdf_header.html | |
parent | 2a0ac96c8e5b510c3767ff054156f17c67225a62 (diff) |
doc: Changed doc to new formatguppy_6.90.0guppy/6.90.06.90.0
- fixed image width setting
- split book.json to match new format
- changed description in README.md
- remove useless files
Change-Id: I9b0b863715585659f32a9f6c3005c1bbf15009f4
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 |