Yumihiki
38802eefeb
📝 Quote `pip install` command for Zsh compatibility in multiple languages ( #5214 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
0ba0c4662d
✨ Add illustrations for Concurrent burgers and Parallel burgers ( #5277 )
3 years ago
Itay Raveh
59d154fa6f
🌐 Start of Hebrew translation ( #5050 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Robin
b4a98a7224
🌐 Start of Swedish translation ( #5062 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
ca437cdfab
📝 Add docs recommending `Union` over `Optional` and migrate source examples ( #4908 )
* 📝 Add docs recommending Union over Optional
* 📝 Update docs recommending Union over Optional
* 📝 Update source examples for docs, recommend Union over Optional
* 📝 Update highlighted lines with updated source examples
* 📝 Update highlighted lines in Markdown with recent code changes
* 📝 Update docs, use Union instead of Optional
* ♻️ Update source examples to recommend Union over Optional
* 🎨 Update highlighted code in Markdown after moving from Optional to Union
3 years ago
Sebastián Ramírez
3d0f130ff3
🔧 Add pre-commit with first config and first formatting pass ( #4888 )
* 🔧 Add first pre-commit config
* 🎨 Format YAML files with pre-commit
* 🎨 Format Markdown with pre-commit
* 🎨 Format SVGs, drawio, JS, HTML with pre-commit
* ➕ Add pre-commit to dev dependencies
* ⬇️ Extend pre-commit range to support Python 3.6
3 years ago
Mário Victor Ribeiro Silva
15dd12629e
📝 Add dark mode auto switch to docs based on OS preference ( #4869 )
3 years ago
Kinuax
cb5a200a7c
✏ Fix links to Pydantic docs ( #4670 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
alm
c0d6865c10
🌐 Remove translation docs references to aiofiles as it's no longer needed since AnyIO ( #3594 )
Co-authored-by: AlonMenczer <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
5c842586c2
🌐 Start Dutch translations ( #4703 )
3 years ago
Amin Alaee
2b6f1585ec
🌐 Start Persian/Farsi translations ( #4243 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
ca2b1dbb64
🔧 Enable MkDocs Material Insiders' `content.tabs.link` ( #4399 )
3 years ago
Sebastián Ramírez
d08a062ee2
✨ Add docs and tests for Python 3.9 and Python 3.10 ( #3712 )
Co-authored-by: Thomas Grainger <[email protected] >
3 years ago
Sebastián Ramírez
764ecae2d4
⬆ Upgrade MkDocs Material and configs ( #4385 )
3 years ago
Jorge Alvarado
b1508dcacc
✏ Re-word and combine 2 paragraphs into 1 for readability ( #3346 )
4 years ago
Edd Salkield
c29aa0bc87
🔧 Swap light/dark theme button icon ( #3246 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Madat Bay
cc0d0f3899
🌐 Initialize Azerbaijani translations ( #3941 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Sebastián Ramírez
30e742d566
✨ Enable recent Material for MkDocs Insiders features ( #3710 )
4 years ago
Sebastián Ramírez
4d4452ede5
🔥 Remove/clean extra imports from examples in docs for features ( #3709 )
4 years ago
Sebastián Ramírez
9a33a0e24c
➕ Update docs library to include sources in Markdown ( #3648 )
4 years ago
Sebastián Ramírez
dbfd3f7e18
📝 Add official FastAPI Twitter to docs ( #3578 )
4 years ago
Marcelo Trylesinski
fc35b7d18d
🎨 Improve style for sponsors, add radius border ( #2388 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Mark H
5342a0a00f
🌐 Add basic setup for German translations ( #3522 )
4 years ago
Camila Gutierrez
6ebf60b175
🌐 Add Spanish translation for `tutorial/query-params.md` ( #2243 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Juan Funez
c235e9b78c
🌐 Add Spanish translation for `advanced/response-directly.md` ( #1253 )
Co-authored-by: Camila Gutierrez <[email protected] >
4 years ago
Juan Funez
3d1b107d70
🌐 Add Spanish translation for `advanced/additional-status-codes.md` ( #1252 )
Co-authored-by: Camila Gutierrez <[email protected] >
4 years ago
Juan Funez
f16c7729bd
🌐 Add Spanish translation for `advanced/path-operation-advanced-configuration.md` ( #1251 )
Co-authored-by: Camila Gutierrez <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
Co-authored-by: Camila Gutierrez <[email protected] >
4 years ago
Nasaruddin
7e4bfaf0e9
🌐 Initialize Indonesian translations ( #3014 )
Co-authored-by: Nasaruddin <[email protected] >
4 years ago
Camila Gutierrez
faec748ef6
🌐 Add Spanish translation of Tutorial - Path Parameters ( #2219 )
Co-authored-by: Pedro A. Moreno <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Camila Gutierrez
8a1f0aa3b6
🌐 Add Spanish translation of Tutorial - First Steps ( #2208 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
neternefer
85b32f51ff
🌐 Initialize new language Polish for translations ( #3170 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Sebastián Ramírez
73021d7261
📝 Update social links: add Discord, fix GitHub ( #2621 )
4 years ago
Sebastián Ramírez
e2a6341c60
📝 Update Uvicorn installation instructions to use uvicorn[standard] (includes uvloop) ( #2543 )
4 years ago
Sebastián Ramírez
9f89399f5e
🌐 Add docs lang selector widget ( #2542 )
* ✨ Add language selector widget
* 🔧 Update script to re-generate MkDocs configs, including langs widget
* 🔧 Update languages MkDocs configs, with lang selector widget
4 years ago
Sebastián Ramírez
6e9b771abf
🐛 Fix docs overrides directory for translations ( #2541 )
* 🙈 Add .gitignore files to keep overrides directories for translations to fix serving live locally during translations
* ♻️ Refactor docs scripts to handle language overrides (newsletter notification)
4 years ago
vjanz
7a2c5526d4
🌐 Start translation of the documentation for the Albanian language ( #2516 )
4 years ago
Sebastián Ramírez
e6f8aa8756
✨ Add newsletter: FastAPI and friends ( #2509 )
* ✨ Add newsletter: FastAPI and friends
* 🔧 Update MkDocs config for announcement
* 🔧 Update generation script to include overrides for announcements
4 years ago
Sebastián Ramírez
4bcdbc5673
✨ 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 ⚾
4 years ago
Sebastián Ramírez
ac99792762
✨ Add Discord chat ( #2322 )
Co-authored-by: Marcelo Trylesinski <[email protected] >
4 years ago
谭九鼎
8355832c7c
📝 Update/fix links in docs to use HTTPS ( #2165 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Sebastián Ramírez
a42c690496
📝 Add deployment to Deta, the first gold sponsor 🎉 ( #2303 )
* 📝 Add docs for sponsors
* 📝 Add docs for deploying on Deta
* 🍱 Add Deta docs screenshots
* ♻️ Refactor and separate deployment docs
* 📝 Update internal docs links to Deployment
* 📝 Update links in Deta tutorial
* 🍱 Update sponsors images
* 🔧 Use sponsors data from YAML
* 📝 Update sponsors in languages docs
* ✨ Update docs generation scripts
* ✅ Update README.md testing
* 📝 Update main README
* 🔧 Update fastapi-people action handling individual sponsors
* ✏️ Fix typos in Deta tutorial
4 years ago
Juan Sebastian Avila Rodriguez
e9413f2711
✏ Fix typo in Spanish tutorial index ( #2020 )
5 years ago
hard_coder
c8365bd339
🌐 Initialize new language Korean for translations ( #2018 )
5 years ago
Brock Friedrich
be669059fb
🎨 Simplify docs hl_lines ranges and standardize 2 spaces between each range ( #1863 )
5 years ago
ryuckel
e1e8627168
🌐 Add Japanese translation for index.md ( #1571 )
5 years ago
JulianMaurin
60aa63b68a
🌐 Initialize translations for French ( #1975 )
Co-authored-by: JulianMaurin <[email protected] >
5 years ago
Yağızcan Değirmenci
4f0a3a9e4d
🌐 Initialize Turkish translations ( #1905 )
5 years ago
Sebastián Ramírez
272f01a153
🌐 Add Ukrainian language setup, without index translation ( #1830 )
5 years ago
Adrien Cacciaguerra
d71e807401
💄 Use OS preference theme for docs ( #1760 )
5 years ago
Sebastián Ramírez
8bafe2a482
🚀 GitHub Actions update, use commit from PR, not pre-merge ( #1761 )
* 🔥 Remove deploy badge that won't show correctly until next release
after the fixes to the Gitter bot
* 🐛 Fix GitHub Action to upload docs artifacts with commit from PR, not pre-merge
* ♻️ Run zip docs and artifact upload only on PRs
5 years ago