-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it work when served locally using techdocs-cli #11
Comments
As far as I know this is still not possible yet in backstage itself backstage/backstage#4123 (comment). Could you create an issue in the backstage project and link it here? |
You can build a custom container based on the techdocs-container: FROM spotify/techdocs:v1.1.1
RUN pip install --no-cache-dir mkdocs-mermaid2-plugin==0.6.0
ENTRYPOINT [ "mkdocs" ] And serve it like
|
Hey @axdotl thats a nice approach but at least for me it does not work :( |
The working approach is to use the General steps:
Optionally, distribute the project (make sure to include the The |
Hi,
I am looking for a way to make this addon work serving the documentation localy in a Backstage app-like environment using "techdocs-cli serve" command.
Is it something possible ?
Regards,
Stéphane
The text was updated successfully, but these errors were encountered: