-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
How to deploy with Flask? #2588
-
Hi,
We are using Azure Dev Ops with Docker images and a gunicorn
server for our Flask application for Production Deployment.
I want to have these docs as part of that application. preferably embedded in our Flask website.
What options do I have to achieve this? The documentation I read did not help me.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments 1 reply
-
P.S. I am not using node
or npm
anywhere, would prefer not to.
Beta Was this translation helpful? Give feedback.
All reactions
-
I haven't used gunicorn, but you can try python.
https://preview.docsifyjs.org/#/quickstart?id=manually-preview-your-site
Beta Was this translation helpful? Give feedback.
All reactions
-
Okay, thank you. Will check.
Beta Was this translation helpful? Give feedback.