-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request 'more nav adjustments' (#56) from layoutfixe into …
…main
- Loading branch information
Showing
9 changed files
with
94 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Documentation Index | ||
layout: default | ||
--- | ||
|
||
# Documentation | ||
|
||
<ol> | ||
{% for doc in site.docs %} | ||
<li class="tag-h1"><a href="{{ doc.url }}"{{ doc.name }}</a></li> | ||
{% endfor %} | ||
</ol> | ||
|
||
|
||
1. [Raspberry Pi Node]({% link _install_steps/install-1-raspberrypinode.md %}) | ||
2. [Display Screen]({% link _install_steps/install-2-displayscreen.md %}) | ||
3. [Python Dependencies]({% link _install_steps/install-3-pythondeps.md %}) | ||
4. [Nodeyez User and Config]({% link _install_steps/install-4-nodeyez.md %}) | ||
5. [Website Dashbaord]({% link _install_steps/install-5-websitedashboard.md %}) | ||
6. [Run at Startup]({% link _install_steps/install-6-runatstartup.md %}) | ||
|
||
--- | ||
|
||
[Home](../) | [Continue to Raspberry Pi Node]({% link _install_steps/install-1-raspberrypinode.md %}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: Install Steps | ||
layout: default | ||
--- | ||
|
||
# Install Steps | ||
|
||
1. [Raspberry Pi Node]({% link _install_steps/install-1-raspberrypinode.md %}) | ||
2. [Display Screen]({% link _install_steps/install-2-displayscreen.md %}) | ||
3. [Python Dependencies]({% link _install_steps/install-3-pythondeps.md %}) | ||
4. [Nodeyez User and Config]({% link _install_steps/install-4-nodeyez.md %}) | ||
5. [Website Dashbaord]({% link _install_steps/install-5-websitedashboard.md %}) | ||
6. [Run at Startup]({% link _install_steps/install-6-runatstartup.md %}) | ||
|
||
--- | ||
|
||
[Home](../) | [Continue to Raspberry Pi Node]({% link _install_steps/install-1-raspberrypinode.md %}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters