Skip to content

Commit 303f649

Browse files
authored
Merge pull request #557 from ukkopahis/doc-full-site-listing
docs/Home: add full site page listing
2 parents 688c2de + 4002ef5 commit 303f649

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
@@ -29,6 +29,8 @@ theme:
2929
- navigation.sections
3030

3131
plugins:
32+
- awesome-pages # Required for pagenav-generator
33+
- pagenav-generator
3234
- search
3335
- redirects:
3436
# 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.3.0
1010
mkdocs-awesome-pages-plugin==2.7.0
1111
mkdocs-material==8.2.13
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.12.0

0 commit comments

Comments
 (0)