diff --git a/docs/_includes/navigation.html b/docs/_includes/navigation.html index b86cd274..dbff4392 100644 --- a/docs/_includes/navigation.html +++ b/docs/_includes/navigation.html @@ -1,13 +1,9 @@ -{% assign default_paths = site.pages | map: "path" %} -{% assign page_paths = site.header_pages | default: default_paths %} - -{% for path in page_paths %} - - {% assign page = site.pages | where: "path", path | first %} - - {% if page.title %} - {{ page.title }} - {% endif %} - - -{% endfor %} +
+ +
\ No newline at end of file diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index dddd2d6e..eb4739d8 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -6,10 +6,7 @@
{% include header.html %}
-
- -
+ {% include navigation.html %}
{{ content }}
diff --git a/docs/images/home.png b/docs/images/home.png new file mode 100644 index 00000000..11f59e93 Binary files /dev/null and b/docs/images/home.png differ