Add HADashboard docs to ecosystem (#1508)

* Initial addition of HADashboard to ecosystem
This commit is contained in:
Andrew Cockburn 2016-12-01 02:21:48 -05:00 committed by Fabian Affolter
parent 33718fd145
commit 90997ca82c
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
11 changed files with 586 additions and 0 deletions

2
source/_includes/asides/ecosystem_navigation.html Normal file → Executable file
View file

@ -1,6 +1,8 @@
{% assign url_parts = page.url | split: "/" %}
{% if url_parts[2] == "ios" %}
{% include asides/ecosystem_ios_navigation.html | compact_newlines %}
{% elsif url_parts[2] == "hadashboard" %}
{% include asides/ecosystem_hadashboard_navigation.html | compact_newlines %}
{% comment %}
{% elsif url_parts[2] == "cookbook" %}
{% include asides/cookbook_navigation.html | compact_newlines %}