🔧 Upgrade MkDocs Material and update configs (#217)
This commit is contained in:
parent
800a5f232f
commit
c873aa3930
@ -28,9 +28,6 @@ theme:
|
|||||||
repo_name: tiangolo/sqlmodel
|
repo_name: tiangolo/sqlmodel
|
||||||
repo_url: https://github.com/tiangolo/sqlmodel
|
repo_url: https://github.com/tiangolo/sqlmodel
|
||||||
edit_uri: ''
|
edit_uri: ''
|
||||||
google_analytics:
|
|
||||||
- UA-205713594-2
|
|
||||||
- auto
|
|
||||||
nav:
|
nav:
|
||||||
- SQLModel: index.md
|
- SQLModel: index.md
|
||||||
- features.md
|
- features.md
|
||||||
@ -104,12 +101,15 @@ markdown_extensions:
|
|||||||
custom_fences:
|
custom_fences:
|
||||||
- name: mermaid
|
- name: mermaid
|
||||||
class: mermaid
|
class: mermaid
|
||||||
format: !!python/name:pymdownx.superfences.fence_div_format ''
|
format: !!python/name:pymdownx.superfences.fence_code_format ''
|
||||||
- pymdownx.tabbed:
|
- pymdownx.tabbed:
|
||||||
alternate_style: true
|
alternate_style: true
|
||||||
- mdx_include
|
- mdx_include
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
|
analytics:
|
||||||
|
provider: google
|
||||||
|
property: UA-205713594-2
|
||||||
social:
|
social:
|
||||||
- icon: fontawesome/brands/github-alt
|
- icon: fontawesome/brands/github-alt
|
||||||
link: https://github.com/tiangolo/sqlmodel
|
link: https://github.com/tiangolo/sqlmodel
|
||||||
@ -129,6 +129,5 @@ extra_css:
|
|||||||
- css/custom.css
|
- css/custom.css
|
||||||
|
|
||||||
extra_javascript:
|
extra_javascript:
|
||||||
- https://unpkg.com/mermaid@8.4.6/dist/mermaid.min.js
|
|
||||||
- js/termynal.js
|
- js/termynal.js
|
||||||
- js/custom.js
|
- js/custom.js
|
||||||
|
@ -41,7 +41,7 @@ mypy = "0.930"
|
|||||||
flake8 = "^3.9.2"
|
flake8 = "^3.9.2"
|
||||||
black = {version = "^21.5-beta.1", python = "^3.7"}
|
black = {version = "^21.5-beta.1", python = "^3.7"}
|
||||||
mkdocs = "^1.2.1"
|
mkdocs = "^1.2.1"
|
||||||
mkdocs-material = "^7.1.9"
|
mkdocs-material = "^8.1.4"
|
||||||
mdx-include = "^1.4.1"
|
mdx-include = "^1.4.1"
|
||||||
coverage = {extras = ["toml"], version = "^5.5"}
|
coverage = {extras = ["toml"], version = "^5.5"}
|
||||||
fastapi = "^0.68.0"
|
fastapi = "^0.68.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user