You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://pypistats.org/packages/cookiecutter-python)[](https://github.com/boromir674/cookiecutter-python-package/compare/v2.5.10..master)[](https://github.com/boromir674/cookiecutter-python-package/releases)
6
+
[](https://pypistats.org/packages/cookiecutter-python)[](https://github.com/boromir674/cookiecutter-python-package/compare/v2.6.0..master)[](https://github.com/boromir674/cookiecutter-python-package/releases)
Copy file name to clipboardExpand all lines: mkdocs.yml
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,20 @@ theme:
18
18
default: material/tag
19
19
20
20
features:
21
+
# render a breadcrumb navigation above the title of each page, which might make orientation easier for users visiting your documentation on devices with smaller screens.
21
22
- navigation.path
22
-
- navigation.top
23
+
- navigation.top# back-to-top button shown when user, after scrolling down, starts to scroll up again.
23
24
- navigation.footer
24
25
# enables switching multiple tabs with the same name
25
26
- content.tabs.link
26
27
# renders copy button on code blocks
27
28
- content.code.copy
28
29
30
+
- navigation.instant
31
+
# URL in the address bar is automatically updated with the active anchor as highlighted in the table of contents (right sidebar)
32
+
- navigation.tracking
33
+
- navigation.indexes
34
+
29
35
plugins:
30
36
# Enable jinja inside your markdown files
31
37
# - allows {% include %} statements
@@ -58,7 +64,7 @@ plugins:
58
64
# programmatically generate Nav Item: ie 'reference/' entry in Navigation
59
65
- literate-nav:
60
66
nav_file: SUMMARY.md
61
-
- section-index
67
+
#- section-index
62
68
63
69
# Enable displaying at the bottom of pages the last date of modification!
0 commit comments