Convert subpages to folders
This commit is contained in:
parent
aaa837c3e7
commit
e59252a39b
81 changed files with 184 additions and 184 deletions
|
@ -3,10 +3,10 @@
|
|||
<a href="{{ root_url }}/getting-started/">Getting started</a>
|
||||
<ul>
|
||||
<li><a href='/getting-started/'>Installing Home Assistant</a></li>
|
||||
<li><a href='/getting-started/configuration.html'>Configuration basics</a></li>
|
||||
<li><a href='/getting-started/devices.html'>Adding devices</a></li>
|
||||
<li><a href='/getting-started/presence-detection.html'>Presence detection</a></li>
|
||||
<li><a href='/getting-started/automation.html'>Automation</a></li>
|
||||
<li><a href='/getting-started/configuration/'>Configuration basics</a></li>
|
||||
<li><a href='/getting-started/devices/'>Adding devices</a></li>
|
||||
<li><a href='/getting-started/presence-detection/'>Presence detection</a></li>
|
||||
<li><a href='/getting-started/automation/'>Automation</a></li>
|
||||
<li><a href='/cookbook'>Configuration cookbook</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -14,16 +14,16 @@
|
|||
<li>
|
||||
<a href="{{ root_url }}/developers/">Developers</a>
|
||||
<ul>
|
||||
<li><a href="{{ root_url }}/developers/architecture.html">Architecture</a></li>
|
||||
<li><a href="{{ root_url}}/developers/frontend.html">Frontend development</a></li>
|
||||
<li><a href="{{ root_url}}/developers/creating_components.html">
|
||||
<li><a href="{{ root_url }}/developers/architecture/">Architecture</a></li>
|
||||
<li><a href="{{ root_url}}/developers/frontend/">Frontend development</a></li>
|
||||
<li><a href="{{ root_url}}/developers/creating_components/">
|
||||
Creating components
|
||||
</a></li>
|
||||
<li><a href="{{ root_url}}/developers/add_new_platform.html">
|
||||
<li><a href="{{ root_url}}/developers/add_new_platform/">
|
||||
Adding platform support
|
||||
</a></li>
|
||||
<li><a href="{{ root_url }}/developers/api.html">API</a></li>
|
||||
<li><a href="{{ root_url }}/developers/credits.html">Credits</a></li>
|
||||
<li><a href="{{ root_url }}/developers/api/">API</a></li>
|
||||
<li><a href="{{ root_url }}/developers/credits/">Credits</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{{ root_url }}/blog/">Blog</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue