diff --git a/README.md b/README.md index 3557be2a4..e8e3bec82 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
FastAPI framework, high performance, easy to learn, fast to code, ready for production
@@ -98,7 +98,7 @@ Now go to http://127.0.0.1:
You will see the automatic interactive API documentation (provided by Swagger UI):
-
+
### Alternative API docs
@@ -107,7 +107,7 @@ And now, go to http://127.
You will see the alternative automatic documentation (provided by ReDoc):
-
+
## Example upgrade
@@ -149,15 +149,15 @@ Now go to http://127.0.0.1:
* The interactive API documentation will be automatically updated, including the new query, and body:
-
+
* Click on the button "Try it out", it allows you to fill the parameters and directly interact with the API:
-
+
* Then click on the "Execute" button, the user interface will communicate with your API, send the parameters, get the results and show them on the screen:
-
+
### Alternative API docs upgrade
@@ -166,7 +166,7 @@ And now, go to http://127.
* The alternative documentation will also reflect the new query parameter and body:
-
+
### Recap
@@ -252,7 +252,7 @@ Try changing the line with:
...and see how your editor will auto-complete the attributes and know their types:
-
+
For a more complete example including more features, [see the tutorial](tutorial).
diff --git a/docs/index.md b/docs/index.md
index 3557be2a4..e8e3bec82 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,5 +1,5 @@
FastAPI framework, high performance, easy to learn, fast to code, ready for production
@@ -98,7 +98,7 @@ Now go to http://127.0.0.1:
You will see the automatic interactive API documentation (provided by Swagger UI):
-
+
### Alternative API docs
@@ -107,7 +107,7 @@ And now, go to http://127.
You will see the alternative automatic documentation (provided by ReDoc):
-
+
## Example upgrade
@@ -149,15 +149,15 @@ Now go to http://127.0.0.1:
* The interactive API documentation will be automatically updated, including the new query, and body:
-
+
* Click on the button "Try it out", it allows you to fill the parameters and directly interact with the API:
-
+
* Then click on the "Execute" button, the user interface will communicate with your API, send the parameters, get the results and show them on the screen:
-
+
### Alternative API docs upgrade
@@ -166,7 +166,7 @@ And now, go to http://127.
* The alternative documentation will also reflect the new query parameter and body:
-
+
### Recap
@@ -252,7 +252,7 @@ Try changing the line with:
...and see how your editor will auto-complete the attributes and know their types:
-
+
For a more complete example including more features, [see the tutorial](tutorial).