Closed zhammer closed 6 months ago
We use mkdocs-kroki-plugin to render techdocs in our organization's Backstage.
We want to enforce ServerURL while building our docs in the techdocs builder, rather than having users set the ServerURL in their kroki: config.
kroki:
Use KROKI_SERVER_URL that is how we are doing it for Backstage.
KROKI_SERVER_URL
Alternatively you can also use environment variables via mkdocs config:
- kroki: ServerURL: !ENV KROKI_SERVER_URL
We use mkdocs-kroki-plugin to render techdocs in our organization's Backstage.
We want to enforce ServerURL while building our docs in the techdocs builder, rather than having users set the ServerURL in their
kroki:
config.