Browse Source
✨ Enable recent Material for MkDocs Insiders features (#3710)
pull/3715/head
Sebastián Ramírez
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with
33 additions and
30 deletions
-
docs/de/mkdocs.yml
-
docs/en/mkdocs.yml
-
docs/es/mkdocs.yml
-
docs/fr/mkdocs.yml
-
docs/id/mkdocs.yml
-
docs/it/mkdocs.yml
-
docs/ja/mkdocs.yml
-
docs/ko/mkdocs.yml
-
docs/pl/mkdocs.yml
-
docs/pt/mkdocs.yml
-
docs/ru/mkdocs.yml
-
docs/sq/mkdocs.yml
-
docs/tr/mkdocs.yml
-
docs/uk/mkdocs.yml
-
docs/zh/mkdocs.yml
|
|
@ -20,6 +20,7 @@ theme: |
|
|
|
features: |
|
|
|
- search.suggest |
|
|
|
- search.highlight |
|
|
|
- content.tabs.link |
|
|
|
icon: |
|
|
|
repo: fontawesome/brands/github-alt |
|
|
|
logo: https://fastapi.tiangolo.com/img/icon-white.svg |
|
|
@ -67,7 +68,7 @@ markdown_extensions: |
|
|
|
custom_fences: |
|
|
|
- name: mermaid |
|
|
|
class: mermaid |
|
|
|
format: !!python/name:pymdownx.superfences.fence_div_format '' |
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format '' |
|
|
|
- pymdownx.tabbed |
|
|
|
extra: |
|
|
|
social: |
|
|
@ -120,6 +121,5 @@ extra_css: |
|
|
|
- https://fastapi.tiangolo.com/css/termynal.css |
|
|
|
- https://fastapi.tiangolo.com/css/custom.css |
|
|
|
extra_javascript: |
|
|
|
- https://unpkg.com/[email protected]/dist/mermaid.min.js |
|
|
|
- https://fastapi.tiangolo.com/js/termynal.js |
|
|
|
- https://fastapi.tiangolo.com/js/custom.js |
|
|
|
|
|
@ -20,6 +20,7 @@ theme: |
|
|
|
features: |
|
|
|
- search.suggest |
|
|
|
- search.highlight |
|
|
|
- content.tabs.link |
|
|
|
icon: |
|
|
|
repo: fontawesome/brands/github-alt |
|
|
|
logo: img/icon-white.svg |
|
|
@ -162,6 +163,9 @@ markdown_extensions: |
|
|
|
permalink: true |
|
|
|
- markdown.extensions.codehilite: |
|
|
|
guess_lang: false |
|
|
|
# Uncomment these 2 lines during development to more easily add highlights |
|
|
|
# - pymdownx.highlight: |
|
|
|
# linenums: true |
|
|
|
- mdx_include: |
|
|
|
base_path: docs |
|
|
|
- admonition |
|
|
@ -171,7 +175,7 @@ markdown_extensions: |
|
|
|
custom_fences: |
|
|
|
- name: mermaid |
|
|
|
class: mermaid |
|
|
|
format: !!python/name:pymdownx.superfences.fence_div_format '' |
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format '' |
|
|
|
- pymdownx.tabbed |
|
|
|
extra: |
|
|
|
social: |
|
|
@ -224,6 +228,5 @@ extra_css: |
|
|
|
- css/termynal.css |
|
|
|
- css/custom.css |
|
|
|
extra_javascript: |
|
|
|
- https://unpkg.com/[email protected]/dist/mermaid.min.js |
|
|
|
- js/termynal.js |
|
|
|
- js/custom.js |
|
|
|
|
|
@ -20,6 +20,7 @@ theme: |
|
|
|
features: |
|
|
|
- search.suggest |
|
|
|
- search.highlight |
|
|
|
- content.tabs.link |
|
|
|
icon: |
|
|
|
repo: fontawesome/brands/github-alt |
|
|
|
logo: https://fastapi.tiangolo.com/img/icon-white.svg |
|
|
@ -77,7 +78,7 @@ markdown_extensions: |
|
|
|
custom_fences: |
|
|
|
- name: mermaid |
|
|
|
class: mermaid |
|
|
|
format: !!python/name:pymdownx.superfences.fence_div_format '' |
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format '' |
|
|
|
- pymdownx.tabbed |
|
|
|
extra: |
|
|
|
social: |
|
|
@ -130,6 +131,5 @@ extra_css: |
|
|
|
- https://fastapi.tiangolo.com/css/termynal.css |
|
|
|
- https://fastapi.tiangolo.com/css/custom.css |
|
|
|
extra_javascript: |
|
|
|
- https://unpkg.com/[email protected]/dist/mermaid.min.js |
|
|
|
- https://fastapi.tiangolo.com/js/termynal.js |
|
|
|
- https://fastapi.tiangolo.com/js/custom.js |
|
|
|
|
|
@ -20,6 +20,7 @@ theme: |
|
|
|
features: |
|
|
|
- search.suggest |
|
|
|
- search.highlight |
|
|
|
- content.tabs.link |
|
|
|
icon: |
|
|
|
repo: fontawesome/brands/github-alt |
|
|
|
logo: https://fastapi.tiangolo.com/img/icon-white.svg |
|
|
@ -75,7 +76,7 @@ markdown_extensions: |
|
|
|
custom_fences: |
|
|
|
- name: mermaid |
|
|
|
class: mermaid |
|
|
|
format: !!python/name:pymdownx.superfences.fence_div_format '' |
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format '' |
|
|
|
- pymdownx.tabbed |
|
|
|
extra: |
|
|
|
social: |
|
|
@ -128,6 +129,5 @@ extra_css: |
|
|
|
- https://fastapi.tiangolo.com/css/termynal.css |
|
|
|
- https://fastapi.tiangolo.com/css/custom.css |
|
|
|
extra_javascript: |
|
|
|
- https://unpkg.com/[email protected]/dist/mermaid.min.js |
|
|
|
- https://fastapi.tiangolo.com/js/termynal.js |
|
|
|
- https://fastapi.tiangolo.com/js/custom.js |
|
|
|
|
|
@ -20,6 +20,7 @@ theme: |
|
|
|
features: |
|
|
|
- search.suggest |
|
|
|
- search.highlight |
|
|
|
- content.tabs.link |
|
|
|
icon: |
|
|
|
repo: fontawesome/brands/github-alt |
|
|
|
logo: https://fastapi.tiangolo.com/img/icon-white.svg |
|
|
@ -67,7 +68,7 @@ markdown_extensions: |
|
|
|
custom_fences: |
|
|
|
- name: mermaid |
|
|
|
class: mermaid |
|
|
|
format: !!python/name:pymdownx.superfences.fence_div_format '' |
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format '' |
|
|
|
- pymdownx.tabbed |
|
|
|
extra: |
|
|
|
social: |
|
|
@ -120,6 +121,5 @@ extra_css: |
|
|
|
- https://fastapi.tiangolo.com/css/termynal.css |
|
|
|
- https://fastapi.tiangolo.com/css/custom.css |
|
|
|
extra_javascript: |
|
|
|
- https://unpkg.com/[email protected]/dist/mermaid.min.js |
|
|
|
- https://fastapi.tiangolo.com/js/termynal.js |
|
|
|
- https://fastapi.tiangolo.com/js/custom.js |
|
|
|
|
|
@ -20,6 +20,7 @@ theme: |
|
|
|
features: |
|
|
|
- search.suggest |
|
|
|
- search.highlight |
|
|
|
- content.tabs.link |
|
|
|
icon: |
|
|
|
repo: fontawesome/brands/github-alt |
|
|
|
logo: https://fastapi.tiangolo.com/img/icon-white.svg |
|
|
@ -67,7 +68,7 @@ markdown_extensions: |
|
|
|
custom_fences: |
|
|
|
- name: mermaid |
|
|
|
class: mermaid |
|
|
|
format: !!python/name:pymdownx.superfences.fence_div_format '' |
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format '' |
|
|
|
- pymdownx.tabbed |
|
|
|
extra: |
|
|
|
social: |
|
|
@ -120,6 +121,5 @@ extra_css: |
|
|
|
- https://fastapi.tiangolo.com/css/termynal.css |
|
|
|
- https://fastapi.tiangolo.com/css/custom.css |
|
|
|
extra_javascript: |
|
|
|
- https://unpkg.com/[email protected]/dist/mermaid.min.js |
|
|
|
- https://fastapi.tiangolo.com/js/termynal.js |
|
|
|
- https://fastapi.tiangolo.com/js/custom.js |
|
|
|
|
|
@ -20,6 +20,7 @@ theme: |
|
|
|
features: |
|
|
|
- search.suggest |
|
|
|
- search.highlight |
|
|
|
- content.tabs.link |
|
|
|
icon: |
|
|
|
repo: fontawesome/brands/github-alt |
|
|
|
logo: https://fastapi.tiangolo.com/img/icon-white.svg |
|
|
@ -107,7 +108,7 @@ markdown_extensions: |
|
|
|
custom_fences: |
|
|
|
- name: mermaid |
|
|
|
class: mermaid |
|
|
|
format: !!python/name:pymdownx.superfences.fence_div_format '' |
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format '' |
|
|
|
- pymdownx.tabbed |
|
|
|
extra: |
|
|
|
social: |
|
|
@ -160,6 +161,5 @@ extra_css: |
|
|
|
- https://fastapi.tiangolo.com/css/termynal.css |
|
|
|
- https://fastapi.tiangolo.com/css/custom.css |
|
|
|
extra_javascript: |
|
|
|
- https://unpkg.com/[email protected]/dist/mermaid.min.js |
|
|
|
- https://fastapi.tiangolo.com/js/termynal.js |
|
|
|
- https://fastapi.tiangolo.com/js/custom.js |
|
|
|
|
|
@ -20,6 +20,7 @@ theme: |
|
|
|
features: |
|
|
|
- search.suggest |
|
|
|
- search.highlight |
|
|
|
- content.tabs.link |
|
|
|
icon: |
|
|
|
repo: fontawesome/brands/github-alt |
|
|
|
logo: https://fastapi.tiangolo.com/img/icon-white.svg |
|
|
@ -73,7 +74,7 @@ markdown_extensions: |
|
|
|
custom_fences: |
|
|
|
- name: mermaid |
|
|
|
class: mermaid |
|
|
|
format: !!python/name:pymdownx.superfences.fence_div_format '' |
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format '' |
|
|
|
- pymdownx.tabbed |
|
|
|
extra: |
|
|
|
social: |
|
|
@ -126,6 +127,5 @@ extra_css: |
|
|
|
- https://fastapi.tiangolo.com/css/termynal.css |
|
|
|
- https://fastapi.tiangolo.com/css/custom.css |
|
|
|
extra_javascript: |
|
|
|
- https://unpkg.com/[email protected]/dist/mermaid.min.js |
|
|
|
- https://fastapi.tiangolo.com/js/termynal.js |
|
|
|
- https://fastapi.tiangolo.com/js/custom.js |
|
|
|
|
|
@ -20,6 +20,7 @@ theme: |
|
|
|
features: |
|
|
|
- search.suggest |
|
|
|
- search.highlight |
|
|
|
- content.tabs.link |
|
|
|
icon: |
|
|
|
repo: fontawesome/brands/github-alt |
|
|
|
logo: https://fastapi.tiangolo.com/img/icon-white.svg |
|
|
@ -67,7 +68,7 @@ markdown_extensions: |
|
|
|
custom_fences: |
|
|
|
- name: mermaid |
|
|
|
class: mermaid |
|
|
|
format: !!python/name:pymdownx.superfences.fence_div_format '' |
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format '' |
|
|
|
- pymdownx.tabbed |
|
|
|
extra: |
|
|
|
social: |
|
|
@ -120,6 +121,5 @@ extra_css: |
|
|
|
- https://fastapi.tiangolo.com/css/termynal.css |
|
|
|
- https://fastapi.tiangolo.com/css/custom.css |
|
|
|
extra_javascript: |
|
|
|
- https://unpkg.com/[email protected]/dist/mermaid.min.js |
|
|
|
- https://fastapi.tiangolo.com/js/termynal.js |
|
|
|
- https://fastapi.tiangolo.com/js/custom.js |
|
|
|
|
|
@ -20,6 +20,7 @@ theme: |
|
|
|
features: |
|
|
|
- search.suggest |
|
|
|
- search.highlight |
|
|
|
- content.tabs.link |
|
|
|
icon: |
|
|
|
repo: fontawesome/brands/github-alt |
|
|
|
logo: https://fastapi.tiangolo.com/img/icon-white.svg |
|
|
@ -81,7 +82,7 @@ markdown_extensions: |
|
|
|
custom_fences: |
|
|
|
- name: mermaid |
|
|
|
class: mermaid |
|
|
|
format: !!python/name:pymdownx.superfences.fence_div_format '' |
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format '' |
|
|
|
- pymdownx.tabbed |
|
|
|
extra: |
|
|
|
social: |
|
|
@ -134,6 +135,5 @@ extra_css: |
|
|
|
- https://fastapi.tiangolo.com/css/termynal.css |
|
|
|
- https://fastapi.tiangolo.com/css/custom.css |
|
|
|
extra_javascript: |
|
|
|
- https://unpkg.com/[email protected]/dist/mermaid.min.js |
|
|
|
- https://fastapi.tiangolo.com/js/termynal.js |
|
|
|
- https://fastapi.tiangolo.com/js/custom.js |
|
|
|
|
|
@ -20,6 +20,7 @@ theme: |
|
|
|
features: |
|
|
|
- search.suggest |
|
|
|
- search.highlight |
|
|
|
- content.tabs.link |
|
|
|
icon: |
|
|
|
repo: fontawesome/brands/github-alt |
|
|
|
logo: https://fastapi.tiangolo.com/img/icon-white.svg |
|
|
@ -67,7 +68,7 @@ markdown_extensions: |
|
|
|
custom_fences: |
|
|
|
- name: mermaid |
|
|
|
class: mermaid |
|
|
|
format: !!python/name:pymdownx.superfences.fence_div_format '' |
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format '' |
|
|
|
- pymdownx.tabbed |
|
|
|
extra: |
|
|
|
social: |
|
|
@ -120,6 +121,5 @@ extra_css: |
|
|
|
- https://fastapi.tiangolo.com/css/termynal.css |
|
|
|
- https://fastapi.tiangolo.com/css/custom.css |
|
|
|
extra_javascript: |
|
|
|
- https://unpkg.com/[email protected]/dist/mermaid.min.js |
|
|
|
- https://fastapi.tiangolo.com/js/termynal.js |
|
|
|
- https://fastapi.tiangolo.com/js/custom.js |
|
|
|
|
|
@ -20,6 +20,7 @@ theme: |
|
|
|
features: |
|
|
|
- search.suggest |
|
|
|
- search.highlight |
|
|
|
- content.tabs.link |
|
|
|
icon: |
|
|
|
repo: fontawesome/brands/github-alt |
|
|
|
logo: https://fastapi.tiangolo.com/img/icon-white.svg |
|
|
@ -67,7 +68,7 @@ markdown_extensions: |
|
|
|
custom_fences: |
|
|
|
- name: mermaid |
|
|
|
class: mermaid |
|
|
|
format: !!python/name:pymdownx.superfences.fence_div_format '' |
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format '' |
|
|
|
- pymdownx.tabbed |
|
|
|
extra: |
|
|
|
social: |
|
|
@ -120,6 +121,5 @@ extra_css: |
|
|
|
- https://fastapi.tiangolo.com/css/termynal.css |
|
|
|
- https://fastapi.tiangolo.com/css/custom.css |
|
|
|
extra_javascript: |
|
|
|
- https://unpkg.com/[email protected]/dist/mermaid.min.js |
|
|
|
- https://fastapi.tiangolo.com/js/termynal.js |
|
|
|
- https://fastapi.tiangolo.com/js/custom.js |
|
|
|
|
|
@ -20,6 +20,7 @@ theme: |
|
|
|
features: |
|
|
|
- search.suggest |
|
|
|
- search.highlight |
|
|
|
- content.tabs.link |
|
|
|
icon: |
|
|
|
repo: fontawesome/brands/github-alt |
|
|
|
logo: https://fastapi.tiangolo.com/img/icon-white.svg |
|
|
@ -67,7 +68,7 @@ markdown_extensions: |
|
|
|
custom_fences: |
|
|
|
- name: mermaid |
|
|
|
class: mermaid |
|
|
|
format: !!python/name:pymdownx.superfences.fence_div_format '' |
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format '' |
|
|
|
- pymdownx.tabbed |
|
|
|
extra: |
|
|
|
social: |
|
|
@ -120,6 +121,5 @@ extra_css: |
|
|
|
- https://fastapi.tiangolo.com/css/termynal.css |
|
|
|
- https://fastapi.tiangolo.com/css/custom.css |
|
|
|
extra_javascript: |
|
|
|
- https://unpkg.com/[email protected]/dist/mermaid.min.js |
|
|
|
- https://fastapi.tiangolo.com/js/termynal.js |
|
|
|
- https://fastapi.tiangolo.com/js/custom.js |
|
|
|
|
|
@ -20,6 +20,7 @@ theme: |
|
|
|
features: |
|
|
|
- search.suggest |
|
|
|
- search.highlight |
|
|
|
- content.tabs.link |
|
|
|
icon: |
|
|
|
repo: fontawesome/brands/github-alt |
|
|
|
logo: https://fastapi.tiangolo.com/img/icon-white.svg |
|
|
@ -67,7 +68,7 @@ markdown_extensions: |
|
|
|
custom_fences: |
|
|
|
- name: mermaid |
|
|
|
class: mermaid |
|
|
|
format: !!python/name:pymdownx.superfences.fence_div_format '' |
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format '' |
|
|
|
- pymdownx.tabbed |
|
|
|
extra: |
|
|
|
social: |
|
|
@ -120,6 +121,5 @@ extra_css: |
|
|
|
- https://fastapi.tiangolo.com/css/termynal.css |
|
|
|
- https://fastapi.tiangolo.com/css/custom.css |
|
|
|
extra_javascript: |
|
|
|
- https://unpkg.com/[email protected]/dist/mermaid.min.js |
|
|
|
- https://fastapi.tiangolo.com/js/termynal.js |
|
|
|
- https://fastapi.tiangolo.com/js/custom.js |
|
|
|
|
|
@ -20,6 +20,7 @@ theme: |
|
|
|
features: |
|
|
|
- search.suggest |
|
|
|
- search.highlight |
|
|
|
- content.tabs.link |
|
|
|
icon: |
|
|
|
repo: fontawesome/brands/github-alt |
|
|
|
logo: https://fastapi.tiangolo.com/img/icon-white.svg |
|
|
@ -116,7 +117,7 @@ markdown_extensions: |
|
|
|
custom_fences: |
|
|
|
- name: mermaid |
|
|
|
class: mermaid |
|
|
|
format: !!python/name:pymdownx.superfences.fence_div_format '' |
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format '' |
|
|
|
- pymdownx.tabbed |
|
|
|
extra: |
|
|
|
social: |
|
|
@ -169,6 +170,5 @@ extra_css: |
|
|
|
- https://fastapi.tiangolo.com/css/termynal.css |
|
|
|
- https://fastapi.tiangolo.com/css/custom.css |
|
|
|
extra_javascript: |
|
|
|
- https://unpkg.com/[email protected]/dist/mermaid.min.js |
|
|
|
- https://fastapi.tiangolo.com/js/termynal.js |
|
|
|
- https://fastapi.tiangolo.com/js/custom.js |
|
|
|