Browse Source
* ⬆️ Upgrade mkdocs.yml configs for MkDocs Material 5 * ✨ Update docs.py to always update mkdocs.yml * 🌐 Update mkdocs.yml for translations * 🔧 Update MkDocs config * ✨ Add tabs for alternative options * ⬆️ Update termynal setup with new CSS classes * 🔧 Sync / Update mkdocs.yml for languagespull/1222/head
committed by
GitHub
9 changed files with 184 additions and 144 deletions
@ -6,6 +6,8 @@ theme: |
|||
palette: |
|||
primary: teal |
|||
accent: amber |
|||
icon: |
|||
repo: fontawesome/brands/github-alt |
|||
logo: https://fastapi.tiangolo.com/img/icon-white.svg |
|||
favicon: https://fastapi.tiangolo.com/img/favicon.png |
|||
language: es |
|||
@ -37,19 +39,20 @@ markdown_extensions: |
|||
- name: mermaid |
|||
class: mermaid |
|||
format: !!python/name:pymdownx.superfences.fence_div_format '' |
|||
- pymdownx.tabbed |
|||
extra: |
|||
social: |
|||
- type: github |
|||
- icon: fontawesome/brands/github-alt |
|||
link: https://github.com/tiangolo/typer |
|||
- type: twitter |
|||
- icon: fontawesome/brands/twitter |
|||
link: https://twitter.com/tiangolo |
|||
- type: linkedin |
|||
- icon: fontawesome/brands/linkedin |
|||
link: https://www.linkedin.com/in/tiangolo |
|||
- type: rss |
|||
- icon: fontawesome/brands/dev |
|||
link: https://dev.to/tiangolo |
|||
- type: medium |
|||
- icon: fontawesome/brands/medium |
|||
link: https://medium.com/@tiangolo |
|||
- type: globe |
|||
- icon: fontawesome/solid/globe |
|||
link: https://tiangolo.com |
|||
extra_css: |
|||
- https://fastapi.tiangolo.com/css/termynal.css |
|||
@ -58,3 +61,5 @@ 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 |
|||
- https://fastapi.tiangolo.com/js/chat.js |
|||
- https://sidecar.gitter.im/dist/sidecar.v1.js |
|||
|
Loading…
Reference in new issue