docs: add python quick start guide (#5166)

* Initial commit for the python quickstart guide

* Fixed minor errors in the Python quickstart guide

* “message”

---------

Co-authored-by: Dakshitha Ratnayake <dakshitharatnayake@Dakshithas-MacBook-Pro.local>
This commit is contained in:
Dakshitha Ratnayake
2023-02-13 17:59:08 +05:30
committed by GitHub
parent 84fa20f1ce
commit e3e21cf336
7 changed files with 285 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ module.exports = {
{
type: "category",
label: "Secure your API",
items: ["examples/secure-api/go", "examples/secure-api/dot-net"],
items: ["examples/secure-api/go", "examples/secure-api/python-flask", "examples/secure-api/dot-net"],
collapsed: false,
},
{