-
|
Hi! We've been using mkdocs-material for almost 2 years for our knowledge-base, but since mkdocs-material is in maintenance mode now, we are evaluating whether to switch to MaterialX or Zensical. MaterialX would be vastly preferred, as our project setup is quite complex. Our knowledgebase is build with docker and deployed to an Azure static website, so I tried to do the same with MaterialX. Current (mkdocs-material) Dockerfile: When changing the first line to In the documentation for MaterialX https://jaywhj.github.io/mkdocs-materialx/getting-started.html, there is no mention of installing MaterialX with Docker (like there is for the regular mkdocs-material). Is this no longer possible? Or if it is possible, how would the commands look in the Dockerfile? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Due to time constraints, I haven't yet provided a separate Docker image repository for MaterialX, so it has been temporarily omitted from the documentation. The sequence is:
Or simply change it to the following method: |
Beta Was this translation helpful? Give feedback.
Due to time constraints, I haven't yet provided a separate Docker image repository for MaterialX, so it has been temporarily omitted from the documentation.
However, you can directly use the Material image. After pulling the image, install MaterialX first:
The sequence is:
Or simply change it to the following method: