From 390745b93c5f4af9b148c94433f44ec462a39770 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 20 Sep 2018 08:34:53 +0200 Subject: doc: Changed doc to new format - split book.json to match new format - changed description in README.md - remove useless files Change-Id: Ie41edb058cf7cfc4920c5c84767097c4e46d34cb Signed-off-by: Sebastien Douheret --- docs/_layouts/layout.html | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 docs/_layouts/layout.html (limited to 'docs/_layouts/layout.html') diff --git a/docs/_layouts/layout.html b/docs/_layouts/layout.html deleted file mode 100644 index 3d5aca60..00000000 --- a/docs/_layouts/layout.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - {% block title %}{{ config.title|d("GitBook", true) }}{% endblock %} - - - - {% if config.author %}{% endif %} - {% if config.isbn %}{% endif %} - {% block style %} - {% for resource in plugins.resources.css %} - {% if resource.url %} - - {% else %} - - {% endif %} - {% endfor %} - {% endblock %} - - {% block head %}{% endblock %} - - - {% block body %}{% endblock %} - {% block javascript %}{% endblock %} - - -- cgit 1.2.3-korg