I want to run material for mk docs on HTTPS #4245
Answered
by
squidfunk
syedshadab19
asked this question in
Q&A
-
Hi I want to run the material for mkdocs on https can you please specify the command for it and also what do I need to change in the docker file? |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Aug 14, 2022
Replies: 1 comment 3 replies
-
The built-in development server of MkDocs is not intended for production use. You should invoke |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
squidfunk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The built-in development server of MkDocs is not intended for production use. You should invoke
mkdocs build
and then serve the resulting static site with another production-grade server (or use a service like GitHub Pages).