Jackson Chen

Results 9 comments of Jackson Chen

Hey @alejandroestarlichmartinez - Could you provide which search engine your backstage instance is using?

Hi! Internally, we're using [backstage-plugin-techdocs-addon-mermaid](https://github.com/johanneswuerbach/backstage-plugin-techdocs-addon-mermaid) in order to render the mermaid diagrams within our backstage frontend. In regards to the techdocs-cli, by default I believe it's using the [techdocs-cli-embedded-app](https://github.com/backstage/backstage/tree/master/packages/techdocs-cli-embedded-app) when...

I ended up doing a bit more digging into this and have a [fix incoming](https://github.com/backstage/mkdocs-techdocs-core/pull/214). Once it's merged in, you'll still need to add a bit of [config in your...

So I lied a little bit. The PR does technically fix the issue with the `...` element _not_ being generated, so running `techdocs-cli serve:mkdocs` or `mkdocs serve` will now allow...

Hey @martina-equinix. You might need to add `mermaid2` under plugins. Unfortunately the fix only works if you're serving through mkdocs. If serving via Techdocs, the external JavaScript gets removed from...

We ended up forking https://github.com/cesaremorel/markdown-inline-graphviz to https://github.com/backstage/markdown-inline-graphviz under a new [pypi project](https://pypi.org/project/markdown-graphviz-inline/). Hopefully this helps unblock us.

Hey, here are the [docs with examples](https://backstage.io/docs/features/techdocs/using-cloud-storage/#configuring-aws-s3-bucket-with-techdocs) for setting up AWS. Based off of your config, it seems you might be missing some credentials. Another thing, it looks like your...

Could you share the file structure of your docs folder?