Hi,
I currently have a problem with the generation of documentation with Techdocs. I have read your documentation (https://backstage.io/docs/features/techdocs/getting-started). I have:
- Installed the plugins
- changed the "app-config.yaml" configuration
- changed necessary files like techdocs.tsx, etc as well
I also read following doc: https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/
I want to build the documentation locally. Backstage tries to build the documentation locally. But the Python package mkdocs-techdocs-core causes problems.
Reason: Backstage runs in a closed environment without internet access and this should not be changed. When generating the documentation, techdocs tries to pull fonts from the internet, namely, "Roboto" from Google. But this leads to an error and the documentation is not generated.
Is there a way to disable this or change techdocs to access local fonts?
Do you have experience with this or a working configuration/instruction?
Thanks in advance 🙂
(Sorry for repost, I forgot to edit the title)