Add HADashboard docs to ecosystem (#1508)
* Initial addition of HADashboard to ecosystem
This commit is contained in:
parent
33718fd145
commit
90997ca82c
11 changed files with 586 additions and 0 deletions
2
source/_includes/asides/ecosystem_navigation.html
Normal file → Executable file
2
source/_includes/asides/ecosystem_navigation.html
Normal file → Executable 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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue