Put all the docs build in a container image #6201
alecthegeek
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hey alecthegeek, Anything that makes it easier to maintain the docs is great! I had a bit of luck using Github
It's basically a mirror of the live website, with changes applied. Cheers. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently the docs build uses a container image for the mkdocs tools.
However there are other dependencies (e.g. Python, gelatyz which needs Rust,...)
This creates friction for folks like me who use Wezterm, want to contribute to the docs, but may not have the dependencies installed
I propose to put all these in a single container image so that no additional software beyond a container runtime engine is needed to build the docs,
Anyone think this is a bad idea?.
Approach
ci/make-docs.sh
script to use the new imageBeta Was this translation helpful? Give feedback.
All reactions