We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3cc2b commit 83a2f3fCopy full SHA for 83a2f3f
docs/js/extra.js
@@ -26,7 +26,7 @@
26
}
27
function isModulePage() {
28
// if the breadcrumb contains 'Modules »' it must be an API page
29
- return $("ul.wy-breadcrumbs li:contains('Modules »')").size() > 0;
+ return $("ul.wy-breadcrumbs li:contains('C Modules')").length > 0;
30
31
function createTocTableRow(func, intro) {
32
// fragile attempt to auto-create the in-page anchor
docs/requirements.txt
@@ -1,2 +1,2 @@
1
-mkdocs==1.2.3
2
-jinja2<3.1.0
+mkdocs>=1.5.3
+jinja2>=3.1.0
mkdocs.yml
@@ -25,7 +25,7 @@ extra_css:
25
extra_javascript:
- js/extra.js
-pages:
+nav:
- Overview: 'index.md'
- Basics:
- Getting started: 'getting-started.md'
0 commit comments