mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 01:48:30 +07:00
Javascript has been updated to Bootstrap version 5.3.2 and CSS has been updated to the the Bootswatch Cerulean theme version 5.3.2. Adding support for a dark mode to the mkdocs theme is now possible. All local colors (in base.css, extra.css, etc.) are now defined using Bootstrap variables so that any future color modes (such as dark mode) will be consistent. Admonition styles have also been fully fleshed out with all colors being Bootstrap colors (via variables) rather than our own custom colors. Note that while Bootstrap version 5 dropped a dependency on jQuery, the mkdocs theme is still making use of jQuery at this time. However, future changes could remove the need for this dependency. Co-authored-by: Oleh Prypin <oleh@pryp.in>
10 lines
396 B
Plaintext
10 lines
396 B
Plaintext
mkdocs/themes/**/js/jquery-**.min.js
|
|
mkdocs/themes/mkdocs/js/highlight.pack.js
|
|
mkdocs/themes/mkdocs/js/bootstrap.bundle.min.js
|
|
mkdocs/themes/mkdocs/js/modernizr-**.min.js
|
|
mkdocs/themes/readthedocs/js/theme.js
|
|
mkdocs/themes/readthedocs/js/html5shiv.min.js
|
|
mkdocs/contrib/search/templates/search/lunr.js
|
|
mkdocs/contrib/search/lunr-language/lunr.**.js
|
|
mkdocs/contrib/search/lunr-language/tinyseg.js
|