Browse Source

📝 Re-structure docs main menu (#11904)

pull/9946/merge
Sebastián Ramírez 11 months ago
committed by GitHub
parent
commit
81234084cd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      docs/de/docs/features.md
  2. 3
      docs/de/docs/help/index.md
  3. 5
      docs/de/docs/index.md
  4. 5
      docs/em/docs/features.md
  5. 5
      docs/em/docs/index.md
  6. 5
      docs/en/docs/features.md
  7. 3
      docs/en/docs/help/index.md
  8. 5
      docs/en/docs/index.md
  9. 2
      docs/en/docs/reference/index.md
  10. 12
      docs/en/mkdocs.yml
  11. 5
      docs/es/docs/features.md
  12. 3
      docs/es/docs/help/index.md
  13. 5
      docs/es/docs/index.md
  14. 5
      docs/fa/docs/index.md
  15. 5
      docs/fr/docs/features.md
  16. 5
      docs/fr/docs/index.md
  17. 5
      docs/he/docs/index.md
  18. 5
      docs/ja/docs/features.md
  19. 5
      docs/ja/docs/index.md
  20. 5
      docs/ko/docs/features.md
  21. 3
      docs/ko/docs/help/index.md
  22. 5
      docs/ko/docs/index.md
  23. 5
      docs/pl/docs/features.md
  24. 5
      docs/pl/docs/index.md
  25. 5
      docs/pt/docs/features.md
  26. 3
      docs/pt/docs/help/index.md
  27. 5
      docs/pt/docs/index.md
  28. 5
      docs/ru/docs/features.md
  29. 5
      docs/ru/docs/index.md
  30. 5
      docs/tr/docs/features.md
  31. 3
      docs/tr/docs/help/index.md
  32. 5
      docs/tr/docs/index.md
  33. 5
      docs/vi/docs/features.md
  34. 5
      docs/vi/docs/index.md
  35. 5
      docs/yo/docs/index.md
  36. 5
      docs/zh/docs/features.md
  37. 5
      docs/zh/docs/index.md

5
docs/de/docs/features.md

@ -1,8 +1,3 @@
---
hide:
- navigation
---
# Merkmale # Merkmale
## FastAPI Merkmale ## FastAPI Merkmale

3
docs/de/docs/help/index.md

@ -1,3 +0,0 @@
# Hilfe
Helfen und Hilfe erhalten, beitragen, mitmachen. 🤝

5
docs/de/docs/index.md

@ -1,7 +1,4 @@
--- # FastAPI
hide:
- navigation
---
<style> <style>
.md-content .md-typeset h1 { display: none; } .md-content .md-typeset h1 { display: none; }

5
docs/em/docs/features.md

@ -1,8 +1,3 @@
---
hide:
- navigation
---
# ⚒ # ⚒
## FastAPI ⚒ ## FastAPI ⚒

5
docs/em/docs/index.md

@ -1,7 +1,4 @@
--- # FastAPI
hide:
- navigation
---
<style> <style>
.md-content .md-typeset h1 { display: none; } .md-content .md-typeset h1 { display: none; }

5
docs/en/docs/features.md

@ -1,8 +1,3 @@
---
hide:
- navigation
---
# Features # Features
## FastAPI features ## FastAPI features

3
docs/en/docs/help/index.md

@ -1,3 +0,0 @@
# Help
Help and get help, contribute, get involved. 🤝

5
docs/en/docs/index.md

@ -1,7 +1,4 @@
--- # FastAPI
hide:
- navigation
---
<style> <style>
.md-content .md-typeset h1 { display: none; } .md-content .md-typeset h1 { display: none; }

2
docs/en/docs/reference/index.md

@ -1,4 +1,4 @@
# Reference - Code API # Reference
Here's the reference or code API, the classes, functions, parameters, attributes, and Here's the reference or code API, the classes, functions, parameters, attributes, and
all the FastAPI parts you can use in your applications. all the FastAPI parts you can use in your applications.

12
docs/en/mkdocs.yml

@ -81,8 +81,9 @@ plugins:
show_symbol_type_heading: true show_symbol_type_heading: true
show_symbol_type_toc: true show_symbol_type_toc: true
nav: nav:
- FastAPI: index.md - FastAPI:
- features.md - index.md
- features.md
- Learn: - Learn:
- learn/index.md - learn/index.md
- python-types.md - python-types.md
@ -218,6 +219,8 @@ nav:
- fastapi-people.md - fastapi-people.md
- Resources: - Resources:
- resources/index.md - resources/index.md
- help-fastapi.md
- contributing.md
- project-generation.md - project-generation.md
- external-links.md - external-links.md
- newsletter.md - newsletter.md
@ -226,10 +229,7 @@ nav:
- alternatives.md - alternatives.md
- history-design-future.md - history-design-future.md
- benchmarks.md - benchmarks.md
- Help:
- help/index.md
- help-fastapi.md
- contributing.md
- release-notes.md - release-notes.md
markdown_extensions: markdown_extensions:
toc: toc:

5
docs/es/docs/features.md

@ -1,8 +1,3 @@
---
hide:
- navigation
---
# Características # Características
## Características de FastAPI ## Características de FastAPI

3
docs/es/docs/help/index.md

@ -1,3 +0,0 @@
# Ayuda
Ayuda y recibe ayuda, contribuye, involúcrate. 🤝

5
docs/es/docs/index.md

@ -1,7 +1,4 @@
--- # FastAPI
hide:
- navigation
---
<style> <style>
.md-content .md-typeset h1 { display: none; } .md-content .md-typeset h1 { display: none; }

5
docs/fa/docs/index.md

@ -1,7 +1,4 @@
--- # FastAPI
hide:
- navigation
---
<style> <style>
.md-content .md-typeset h1 { display: none; } .md-content .md-typeset h1 { display: none; }

5
docs/fr/docs/features.md

@ -1,8 +1,3 @@
---
hide:
- navigation
---
# Fonctionnalités # Fonctionnalités
## Fonctionnalités de FastAPI ## Fonctionnalités de FastAPI

5
docs/fr/docs/index.md

@ -1,7 +1,4 @@
--- # FastAPI
hide:
- navigation
---
<style> <style>
.md-content .md-typeset h1 { display: none; } .md-content .md-typeset h1 { display: none; }

5
docs/he/docs/index.md

@ -1,7 +1,4 @@
--- # FastAPI
hide:
- navigation
---
<style> <style>
.md-content .md-typeset h1 { display: none; } .md-content .md-typeset h1 { display: none; }

5
docs/ja/docs/features.md

@ -1,8 +1,3 @@
---
hide:
- navigation
---
# 機能 # 機能
## FastAPIの機能 ## FastAPIの機能

5
docs/ja/docs/index.md

@ -1,7 +1,4 @@
--- # FastAPI
hide:
- navigation
---
<style> <style>
.md-content .md-typeset h1 { display: none; } .md-content .md-typeset h1 { display: none; }

5
docs/ko/docs/features.md

@ -1,8 +1,3 @@
---
hide:
- navigation
---
# 기능 # 기능
## FastAPI의 기능 ## FastAPI의 기능

3
docs/ko/docs/help/index.md

@ -1,3 +0,0 @@
# 도움
도움을 주고 받고, 기여하고, 참여합니다. 🤝

5
docs/ko/docs/index.md

@ -1,7 +1,4 @@
--- # FastAPI
hide:
- navigation
---
<style> <style>
.md-content .md-typeset h1 { display: none; } .md-content .md-typeset h1 { display: none; }

5
docs/pl/docs/features.md

@ -1,8 +1,3 @@
---
hide:
- navigation
---
# Cechy # Cechy
## Cechy FastAPI ## Cechy FastAPI

5
docs/pl/docs/index.md

@ -1,7 +1,4 @@
--- # FastAPI
hide:
- navigation
---
<style> <style>
.md-content .md-typeset h1 { display: none; } .md-content .md-typeset h1 { display: none; }

5
docs/pt/docs/features.md

@ -1,8 +1,3 @@
---
hide:
- navigation
---
# Recursos # Recursos
## Recursos do FastAPI ## Recursos do FastAPI

3
docs/pt/docs/help/index.md

@ -1,3 +0,0 @@
# Ajude
Ajude e obtenha ajuda, contribua, participe. 🤝

5
docs/pt/docs/index.md

@ -1,7 +1,4 @@
--- # FastAPI
hide:
- navigation
---
<style> <style>
.md-content .md-typeset h1 { display: none; } .md-content .md-typeset h1 { display: none; }

5
docs/ru/docs/features.md

@ -1,8 +1,3 @@
---
hide:
- navigation
---
# Основные свойства # Основные свойства
## Основные свойства FastAPI ## Основные свойства FastAPI

5
docs/ru/docs/index.md

@ -1,7 +1,4 @@
--- # FastAPI
hide:
- navigation
---
<style> <style>
.md-content .md-typeset h1 { display: none; } .md-content .md-typeset h1 { display: none; }

5
docs/tr/docs/features.md

@ -1,8 +1,3 @@
---
hide:
- navigation
---
# Özelikler # Özelikler
## FastAPI özellikleri ## FastAPI özellikleri

3
docs/tr/docs/help/index.md

@ -1,3 +0,0 @@
# Yardım
Yardım alın, yardım edin, katkıda bulunun, dahil olun. 🤝

5
docs/tr/docs/index.md

@ -1,7 +1,4 @@
--- # FastAPI
hide:
- navigation
---
<style> <style>
.md-content .md-typeset h1 { display: none; } .md-content .md-typeset h1 { display: none; }

5
docs/vi/docs/features.md

@ -1,8 +1,3 @@
---
hide:
- navigation
---
# Tính năng # Tính năng
## Tính năng của FastAPI ## Tính năng của FastAPI

5
docs/vi/docs/index.md

@ -1,7 +1,4 @@
--- # FastAPI
hide:
- navigation
---
<style> <style>
.md-content .md-typeset h1 { display: none; } .md-content .md-typeset h1 { display: none; }

5
docs/yo/docs/index.md

@ -1,7 +1,4 @@
--- # FastAPI
hide:
- navigation
---
<style> <style>
.md-content .md-typeset h1 { display: none; } .md-content .md-typeset h1 { display: none; }

5
docs/zh/docs/features.md

@ -1,8 +1,3 @@
---
hide:
- navigation
---
# 特性 # 特性
## FastAPI 特性 ## FastAPI 特性

5
docs/zh/docs/index.md

@ -1,7 +1,4 @@
--- # FastAPI
hide:
- navigation
---
<style> <style>
.md-content .md-typeset h1 { display: none; } .md-content .md-typeset h1 { display: none; }

Loading…
Cancel
Save