Compare commits
4 Commits
8ee454a6c2
...
7db77d3199
Author | SHA1 | Date | |
---|---|---|---|
7db77d3199 | |||
18c77fbd00 | |||
307ddf104a | |||
1e481840da |
@ -7,6 +7,7 @@ use_directory_urls: true
|
|||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
features:
|
features:
|
||||||
|
navigation.instant.progress
|
||||||
- content.action.edit
|
- content.action.edit
|
||||||
- navigation.expand
|
- navigation.expand
|
||||||
- navigation.indexes
|
- navigation.indexes
|
||||||
@ -15,6 +16,7 @@ theme:
|
|||||||
- navigation.sections
|
- navigation.sections
|
||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
- navigation.tabs.sticky
|
- navigation.tabs.sticky
|
||||||
|
- navigation.top
|
||||||
- navigation.tracking
|
- navigation.tracking
|
||||||
palette:
|
palette:
|
||||||
primary: light pink
|
primary: light pink
|
||||||
@ -23,7 +25,7 @@ theme:
|
|||||||
favicon: img/favicon.ico
|
favicon: img/favicon.ico
|
||||||
custom_dir: custom_theme/
|
custom_dir: custom_theme/
|
||||||
|
|
||||||
copyright: Copyleft 2020-2024 Co-op Cloud
|
copyright: Copyleft 2020-2025 Co-op Cloud
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
|
@ -1,16 +1,15 @@
|
|||||||
markdown~=3.2
|
|
||||||
|
|
||||||
mkdocs~=1.5.3
|
mkdocs~=1.5.3
|
||||||
mkdocs-material~=9.5.7
|
|
||||||
mkdocs-material-extensions~=1.3.1
|
mkdocs-material==9.5.49
|
||||||
|
mkdocs-material-extensions==1.3.1
|
||||||
mkdocs-awesome-pages-plugin==2.10.1
|
mkdocs-awesome-pages-plugin==2.10.1
|
||||||
pygments~=2.16
|
pygments==2.19.1
|
||||||
pymdown-extensions~=10.2
|
pymdown-extensions==10.14
|
||||||
mkdocs-redirects==1.2.2
|
mkdocs-redirects==1.2.2
|
||||||
|
|
||||||
# Requirements for plugins
|
# Requirements for plugins
|
||||||
babel~=2.10
|
babel==2.16.0
|
||||||
colorama~=0.4
|
colorama==0.4.6
|
||||||
paginate~=0.5
|
paginate==0.5.7
|
||||||
regex>=2022.4
|
regex>=2022.4
|
||||||
requests~=2.26
|
requests==2.32.3
|
||||||
|
Loading…
Reference in New Issue
Block a user