Skip to content

Commit 4002ef5

Browse files
committed
docs/Home: add full site page listing
1 parent 732889a commit 4002ef5

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

docs/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hide:
99
IOTstack is a builder for docker-compose to easily make and maintain IoT
1010
stacks on the Raspberry Pi
1111

12-
Welcome to the IOTstack Wiki:
12+
Welcome to IOTstack:
1313

1414
* <span class="show-when-wide-layout">
1515
Use the top tabs and then the left list to explore this Wiki.
@@ -24,3 +24,7 @@ Welcome to the IOTstack Wiki:
2424
* You're always welcome to ask questions on the [IOTStack Discord](https://discord.gg/ZpKHnks).
2525

2626
* Fixes and improvements welcome, see [Contributing](Developers/)
27+
28+
!!! cite inline end "Full site page listing"
29+
30+
{nav}

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ theme:
2727
- navigation.sections
2828

2929
plugins:
30+
- awesome-pages # Required for pagenav-generator
31+
- pagenav-generator
3032
- search
3133
- redirects:
3234
# Forward renamed pages to avoid breaking old links.

requirements-mkdocs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ mkdocs==1.2.3
1010
mkdocs-awesome-pages-plugin==2.7.0
1111
mkdocs-material==8.2.3
1212
mkdocs-material-extensions==1.0.3
13+
mkdocs-pagenav-generator @ git+https://github.com/Andre601/mkdocs-pagenav-generator@acb5b1561695e8f69d67fda029779f40e4b0beef
1314
mkdocs-redirects==1.0.3
1415
packaging==21.3
1516
Pygments==2.11.2

0 commit comments

Comments
 (0)