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
4bc22d0c
Commit
4bc22d0c
authored
Feb 18, 2024
by
Marcel Stör
Browse files
Bump MkDocs to latest
parent
14cdff10
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/js/extra.js
View file @
4bc22d0c
...
...
@@ -27,7 +27,7 @@ var nodemcu = nodemcu || {};
}
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 @
4bc22d0c
mkdocs
=
=1.
2.2
jinja2
<
3.1
mkdocs
>
=1.
5.3
jinja2
>=
3.1
.0
mkdocs.yml
View file @
4bc22d0c
...
...
@@ -20,7 +20,7 @@ extra_css:
extra_javascript
:
-
js/extra.js
pages
:
nav
:
-
Overview
:
'
index.md'
-
Basics
:
-
Building the firmware
:
'
build.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