Skip to content

Commit f58e126

Browse files
committed
toc
1 parent d8224e4 commit f58e126

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/integrations.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Third-Party Integrations and Tools
1818
.. meta::
1919
:keywords: pypi, package, web, module, pip
2020

21+
.. toctree::
22+
23+
FastAPI Integration Tutorial </integrations/fastapi-integration>
24+
2125
Overview
2226
--------
2327

source/integrations/fastapi-integration.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ FastAPI Integration Tutorial
1818
:description: Learn how to create an app to connect to MongoDB deployment by using the PyMongo driver.
1919
:keywords: quick start, tutorial, basics
2020

21-
.. toctree::
22-
23-
FastAPI Integration Tutorial </integrations/fastapi-integration>
24-
2521
`FastAPI <https://fastapi.tiangolo.com/>`__ is a modern, high-performance, easy-to-learn, fast-to-code, production-ready, Python 3.6+ framework for building APIs based on standard Python type hints. While it might not be as established as some other Python frameworks such as Django, it is already in production at companies such as Uber, Netflix, and Microsoft.
2622

2723
FastAPI is async, and as its name implies, it is super fast; so, MongoDB is the perfect accompaniment. In this quick start, we will create a CRUD (Create, Read, Update, Delete) app showing how you can integrate MongoDB with your FastAPI projects.

0 commit comments

Comments
 (0)