mkdocs improvement

This commit is contained in:
2026-06-08 19:49:29 +03:00
parent 8f6341e840
commit 73725b8365
5 changed files with 73 additions and 66 deletions
+23 -2
View File
@@ -1,7 +1,28 @@
site_name: OMATH Docs
theme:
name: darkly
name: material
font:
text: Roboto
code: Roboto Mono
palette:
scheme: slate
primary: black
accent: orange
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.top
- search.highlight
- content.code.copy
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
extra_css:
- styles/center.css
- styles/custom-header.css
- styles/links.css
- styles/links.css