forked from toolshed/docs.coopcloud.tech
		
	add & update theme dependencies
This commit is contained in:
		| @ -1,4 +1,4 @@ | |||||||
| FROM squidfunk/mkdocs-material:9.4.14 | FROM squidfunk/mkdocs-material:9.5.7 | ||||||
|  |  | ||||||
| EXPOSE 8000 | EXPOSE 8000 | ||||||
|  |  | ||||||
| @ -9,5 +9,6 @@ WORKDIR /docs | |||||||
| RUN apk add --no-cache curl | RUN apk add --no-cache curl | ||||||
|  |  | ||||||
| RUN pip install \ | RUN pip install \ | ||||||
|   mkdocs-awesome-pages-plugin==2.9.1 \ |   mkdocs-material~=9.5.7 \ | ||||||
|   mkdocs-material-extensions==1.1.1 |   mkdocs-material-extensions~=1.1.1 \ | ||||||
|  |   mkdocs-awesome-pages-plugin~=2.9.1 | ||||||
|  | |||||||
| @ -4,6 +4,14 @@ | |||||||
|   --md-primary-fg-color--dark: #ee4a33; |   --md-primary-fg-color--dark: #ee4a33; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | /* Button styling tweaks */ | ||||||
|  |  | ||||||
|  | .md-button { | ||||||
|  |   margin: .25em !important; | ||||||
|  |   padding: .15em .6em !important; | ||||||
|  |   font-size: .85em !important; | ||||||
|  | } | ||||||
|  |  | ||||||
| /* Navbar styling tweaks */ | /* Navbar styling tweaks */ | ||||||
|  |  | ||||||
| .md-search__form { | .md-search__form { | ||||||
|  | |||||||
							
								
								
									
										24
									
								
								mkdocs.yml
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								mkdocs.yml
									
									
									
									
									
								
							| @ -26,20 +26,28 @@ theme: | |||||||
| copyright: Copyleft 2023 Co-op Cloud | copyright: Copyleft 2023 Co-op Cloud | ||||||
|  |  | ||||||
| markdown_extensions: | markdown_extensions: | ||||||
|   - meta |  | ||||||
|   - admonition |   - admonition | ||||||
|  |   - attr_list | ||||||
|   - codehilite: |   - codehilite: | ||||||
|       guess_lang: false |       guess_lang: false | ||||||
|  |   - def_list | ||||||
|  |   - footnotes | ||||||
|  |   - md_in_html | ||||||
|  |   - meta | ||||||
|   - toc: |   - toc: | ||||||
|       permalink: true |       permalink: true | ||||||
|   - attr_list |   - pymdownx.betterem: | ||||||
|   - pymdownx.tabbed |       smart_enable: all | ||||||
|   - pymdownx.superfences |   - pymdownx.details | ||||||
|   - pymdownx.tilde |  | ||||||
|   - pymdownx.magiclink |  | ||||||
|   - pymdownx.emoji: |   - pymdownx.emoji: | ||||||
|       emoji_index: !!python/name:materialx.emoji.twemoji |       emoji_generator: !!python/name:material.extensions.emoji.to_svg | ||||||
|       emoji_generator: !!python/name:materialx.emoji.to_svg |       emoji_index: !!python/name:material.extensions.emoji.twemoji | ||||||
|  |   - pymdownx.magiclink | ||||||
|  |   - pymdownx.mark | ||||||
|  |   - pymdownx.smartsymbols | ||||||
|  |   - pymdownx.superfences | ||||||
|  |   - pymdownx.tabbed | ||||||
|  |   - pymdownx.tilde | ||||||
|  |  | ||||||
| nav: | nav: | ||||||
|   - "Introduction": |   - "Introduction": | ||||||
|  | |||||||
| @ -1,4 +1,15 @@ | |||||||
|  | markdown~=3.2 | ||||||
|  |  | ||||||
|  | mkdocs~=1.5.3 | ||||||
|  | mkdocs-material~=9.5.7 | ||||||
|  | mkdocs-material-extensions~=1.3.1 | ||||||
| mkdocs-awesome-pages-plugin==2.9.2 | mkdocs-awesome-pages-plugin==2.9.2 | ||||||
| mkdocs-material-extensions==1.3.1 | pygments~=2.16 | ||||||
| mkdocs-material==9.4.14 | pymdown-extensions~=10.2 | ||||||
| mkdocs==1.5.3 |  | ||||||
|  | # Requirements for plugins | ||||||
|  | babel~=2.10 | ||||||
|  | colorama~=0.4 | ||||||
|  | paginate~=0.5 | ||||||
|  | regex>=2022.4 | ||||||
|  | requests~=2.26 | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user