Browse Source
✨ Set up and enable Material for MkDocs Insiders for the docs (#2325 )
* ⬆️ Upgrade Material for MkDocs
* ⬆️ Install Material for MkDocs Insiders on CI
* 🔧 Update MkDocs configs to use Material for MkDocs Insiders
* ✨ Use the lightbulb because it looks nice 💡
* 💚 Fix GitHub Action workflow syntax for building docs
* 🐛 Fix GitHub Actions workflow syntax, strike one ⚾
pull/2338/head
Sebastián Ramírez
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with
147 additions and
12 deletions
.github/workflows/build-docs.yml
docs/en/mkdocs.yml
docs/es/mkdocs.yml
docs/fr/mkdocs.yml
docs/it/mkdocs.yml
docs/ja/mkdocs.yml
docs/ko/mkdocs.yml
docs/pt/mkdocs.yml
docs/ru/mkdocs.yml
docs/tr/mkdocs.yml
docs/uk/mkdocs.yml
docs/zh/mkdocs.yml
pyproject.toml
@ -20,6 +20,9 @@ jobs:
run : python3.7 -m pip install flit
- name : Install docs extras
run : python3.7 -m flit install --extras doc
- name : Install Material for MkDocs Insiders
if : github.repository == 'tiangolo/fastapi'
run : pip install git+https://${{ secrets.ACTIONS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git
- name : Build Docs
run : python3.7 ./scripts/docs.py build-all
- name : Zip docs
@ -4,9 +4,21 @@ site_url: https://fastapi.tiangolo.com/
theme:
name : material
palette:
scheme : preference
- scheme : default
primary : teal
accent : amber
toggle:
icon : material/lightbulb-outline
name : Switch to light mode
- scheme : slate
primary : teal
accent : amber
toggle:
icon : material/lightbulb
name : Switch to dark mode
features:
- search.suggest
- search.highlight
icon:
repo : fontawesome/brands/github-alt
logo : img/icon-white.svg
@ -4,9 +4,21 @@ site_url: https://fastapi.tiangolo.com/es/
theme:
name : material
palette:
scheme : preference
- scheme : default
primary : teal
accent : amber
toggle:
icon : material/lightbulb-outline
name : Switch to light mode
- scheme : slate
primary : teal
accent : amber
toggle:
icon : material/lightbulb
name : Switch to dark mode
features:
- search.suggest
- search.highlight
icon:
repo : fontawesome/brands/github-alt
logo : https://fastapi.tiangolo.com/img/icon-white.svg
@ -4,9 +4,21 @@ site_url: https://fastapi.tiangolo.com/fr/
theme:
name : material
palette:
scheme : preference
- scheme : default
primary : teal
accent : amber
toggle:
icon : material/lightbulb-outline
name : Switch to light mode
- scheme : slate
primary : teal
accent : amber
toggle:
icon : material/lightbulb
name : Switch to dark mode
features:
- search.suggest
- search.highlight
icon:
repo : fontawesome/brands/github-alt
logo : https://fastapi.tiangolo.com/img/icon-white.svg
@ -4,9 +4,21 @@ site_url: https://fastapi.tiangolo.com/it/
theme:
name : material
palette:
scheme : preference
- scheme : default
primary : teal
accent : amber
toggle:
icon : material/lightbulb-outline
name : Switch to light mode
- scheme : slate
primary : teal
accent : amber
toggle:
icon : material/lightbulb
name : Switch to dark mode
features:
- search.suggest
- search.highlight
icon:
repo : fontawesome/brands/github-alt
logo : https://fastapi.tiangolo.com/img/icon-white.svg
@ -4,9 +4,21 @@ site_url: https://fastapi.tiangolo.com/ja/
theme:
name : material
palette:
scheme : preference
- scheme : default
primary : teal
accent : amber
toggle:
icon : material/lightbulb-outline
name : Switch to light mode
- scheme : slate
primary : teal
accent : amber
toggle:
icon : material/lightbulb
name : Switch to dark mode
features:
- search.suggest
- search.highlight
icon:
repo : fontawesome/brands/github-alt
logo : https://fastapi.tiangolo.com/img/icon-white.svg
@ -4,9 +4,21 @@ site_url: https://fastapi.tiangolo.com/ko/
theme:
name : material
palette:
scheme : preference
- scheme : default
primary : teal
accent : amber
toggle:
icon : material/lightbulb-outline
name : Switch to light mode
- scheme : slate
primary : teal
accent : amber
toggle:
icon : material/lightbulb
name : Switch to dark mode
features:
- search.suggest
- search.highlight
icon:
repo : fontawesome/brands/github-alt
logo : https://fastapi.tiangolo.com/img/icon-white.svg
@ -4,9 +4,21 @@ site_url: https://fastapi.tiangolo.com/pt/
theme:
name : material
palette:
scheme : preference
- scheme : default
primary : teal
accent : amber
toggle:
icon : material/lightbulb-outline
name : Switch to light mode
- scheme : slate
primary : teal
accent : amber
toggle:
icon : material/lightbulb
name : Switch to dark mode
features:
- search.suggest
- search.highlight
icon:
repo : fontawesome/brands/github-alt
logo : https://fastapi.tiangolo.com/img/icon-white.svg
@ -4,9 +4,21 @@ site_url: https://fastapi.tiangolo.com/ru/
theme:
name : material
palette:
scheme : preference
- scheme : default
primary : teal
accent : amber
toggle:
icon : material/lightbulb-outline
name : Switch to light mode
- scheme : slate
primary : teal
accent : amber
toggle:
icon : material/lightbulb
name : Switch to dark mode
features:
- search.suggest
- search.highlight
icon:
repo : fontawesome/brands/github-alt
logo : https://fastapi.tiangolo.com/img/icon-white.svg
@ -4,9 +4,21 @@ site_url: https://fastapi.tiangolo.com/tr/
theme:
name : material
palette:
scheme : preference
- scheme : default
primary : teal
accent : amber
toggle:
icon : material/lightbulb-outline
name : Switch to light mode
- scheme : slate
primary : teal
accent : amber
toggle:
icon : material/lightbulb
name : Switch to dark mode
features:
- search.suggest
- search.highlight
icon:
repo : fontawesome/brands/github-alt
logo : https://fastapi.tiangolo.com/img/icon-white.svg
@ -4,9 +4,21 @@ site_url: https://fastapi.tiangolo.com/uk/
theme:
name : material
palette:
scheme : preference
- scheme : default
primary : teal
accent : amber
toggle:
icon : material/lightbulb-outline
name : Switch to light mode
- scheme : slate
primary : teal
accent : amber
toggle:
icon : material/lightbulb
name : Switch to dark mode
features:
- search.suggest
- search.highlight
icon:
repo : fontawesome/brands/github-alt
logo : https://fastapi.tiangolo.com/img/icon-white.svg
@ -4,9 +4,21 @@ site_url: https://fastapi.tiangolo.com/zh/
theme:
name : material
palette:
scheme : preference
- scheme : default
primary : teal
accent : amber
toggle:
icon : material/lightbulb-outline
name : Switch to light mode
- scheme : slate
primary : teal
accent : amber
toggle:
icon : material/lightbulb
name : Switch to dark mode
features:
- search.suggest
- search.highlight
icon:
repo : fontawesome/brands/github-alt
logo : https://fastapi.tiangolo.com/img/icon-white.svg
@ -65,7 +65,7 @@ test = [
]
doc = [
"mkdocs >=1.1.2,<2.0.0" ,
"mkdocs-material >=5.5.0,<6 .0.0" ,
"mkdocs-material >=6.1.4,<7 .0.0" ,
"markdown-include >=0.5.1,<0.6.0" ,
"mkdocs-markdownextradata-plugin >=0.1.7,<0.2.0" ,
"typer >=0.3.0,<0.4.0" ,