Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
7971be78
Commit
7971be78
authored
Feb 18, 2024
by
Marcel Stör
Browse files
Bump MkDocs to latest
parent
c610e7a5
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/js/extra.js
View file @
7971be78
...
...
@@ -26,7 +26,7 @@
}
function
isModulePage
()
{
// if the breadcrumb contains 'Modules »' it must be an API page
return
$
(
"
ul.wy-breadcrumbs li:contains('Modules
»
')
"
).
size
()
>
0
;
return
$
(
"
ul.wy-breadcrumbs li:contains('
C
Modules')
"
).
length
>
0
;
}
function
createTocTableRow
(
func
,
intro
)
{
// fragile attempt to auto-create the in-page anchor
...
...
docs/requirements.txt
View file @
7971be78
mkdocs
=
=1.
2
.3
jinja2
<
3.1.0
mkdocs
>
=1.
5
.3
jinja2
>=
3.1.0
mkdocs.yml
View file @
7971be78
...
...
@@ -25,7 +25,7 @@ extra_css:
extra_javascript
:
-
js/extra.js
pages
:
nav
:
-
Overview
:
'
index.md'
-
Basics
:
-
Getting started
:
'
getting-started.md'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment