Added warning on using Docker in production (#7977)
* docsc(publishing your site): Add a warning regarding the container image * docs(publishing your site): Move warning to creating your site * docs(creating your site): Moved back warning to publising your site * docs(publish your site): Remove warning * docs(getting started): Add warning admonition * docs(getting started): Move it to the end of chapter * docs(publish your site): Remove lines
This commit is contained in:
parent
cd2ec69f01
commit
10dd004863
|
|
@ -122,6 +122,13 @@ The following plugins are bundled with the Docker image:
|
||||||
[mkdocs-minify-plugin]: https://github.com/byrnereese/mkdocs-minify-plugin
|
[mkdocs-minify-plugin]: https://github.com/byrnereese/mkdocs-minify-plugin
|
||||||
[mkdocs-redirects]: https://github.com/datarobot/mkdocs-redirects
|
[mkdocs-redirects]: https://github.com/datarobot/mkdocs-redirects
|
||||||
|
|
||||||
|
???+ warning
|
||||||
|
|
||||||
|
The Docker container is intended for local previewing purposes only and
|
||||||
|
is not suitable for deployment. This is because the web server used by
|
||||||
|
MkDocs for live previews is not designed for production use and may have
|
||||||
|
security vulnerabilities.
|
||||||
|
|
||||||
??? question "How to add plugins to the Docker image?"
|
??? question "How to add plugins to the Docker image?"
|
||||||
|
|
||||||
Material for MkDocs only bundles selected plugins in order to keep the size
|
Material for MkDocs only bundles selected plugins in order to keep the size
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue