Skip to content

Commit e129ca5

Browse files
committed
Add a navigation footer to show previous and next pages
This is specially useful when reading the documentation in a mobile device since the navigation bar is hidden. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 330bb2d commit e129ca5

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
- New [`mkdocs-macros`](https://mkdocs-macros-plugin.readthedocs.io/en/latest/) extension.
3737
- Show inherited attributes in the documentation.
3838
- Make code annotations numbered. This is useful to hint about the order one should read the annotations.
39+
- Add a navigation footer to show previous and next pages. This is specially useful when reading the documentation in a mobile device since the navigation bar is hidden.
3940
- Updated dependencies.
4041

4142
- CI

cookiecutter/{{cookiecutter.github_repo_name}}/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ theme:
2929
- content.code.copy
3030
- navigation.indexes
3131
- navigation.instant
32+
- navigation.footer
3233
- navigation.tabs
3334
- navigation.top
3435
- navigation.tracking

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ theme:
2626
- content.code.copy
2727
- navigation.indexes
2828
- navigation.instant
29+
- navigation.footer
2930
- navigation.tabs
3031
- navigation.top
3132
- navigation.tracking

tests_golden/integration/test_cookiecutter_generation/actor/frequenz-actor-test/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ theme:
2929
- content.code.copy
3030
- navigation.indexes
3131
- navigation.instant
32+
- navigation.footer
3233
- navigation.tabs
3334
- navigation.top
3435
- navigation.tracking

tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ theme:
2929
- content.code.copy
3030
- navigation.indexes
3131
- navigation.instant
32+
- navigation.footer
3233
- navigation.tabs
3334
- navigation.top
3435
- navigation.tracking

tests_golden/integration/test_cookiecutter_generation/app/frequenz-app-test/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ theme:
2929
- content.code.copy
3030
- navigation.indexes
3131
- navigation.instant
32+
- navigation.footer
3233
- navigation.tabs
3334
- navigation.top
3435
- navigation.tracking

tests_golden/integration/test_cookiecutter_generation/lib/frequenz-test-python/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ theme:
2929
- content.code.copy
3030
- navigation.indexes
3131
- navigation.instant
32+
- navigation.footer
3233
- navigation.tabs
3334
- navigation.top
3435
- navigation.tracking

tests_golden/integration/test_cookiecutter_generation/model/frequenz-model-test/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ theme:
2929
- content.code.copy
3030
- navigation.indexes
3131
- navigation.instant
32+
- navigation.footer
3233
- navigation.tabs
3334
- navigation.top
3435
- navigation.tracking

0 commit comments

Comments
 (0)