Charles Moulliard

Results 392 comments of Charles Moulliard

> If you are running Backstage in a docker container, you can set the `techdocs.runIn` in your `app-config.yaml` to `local` and see if that helps. I did the change you...

> did you manage to get unstuck with this? No unfortunately

> We are running Backstage on OpenShift successfully with a base image like What you propose as CI/CD build to generate the documentation is different from the error I reported...

FYI: Here is a nice trick https://www.vrabbi.cloud/post/tap-gui-techdocs-auto-rendering. Be aware that you can still get the docker error limit too :-( `time="2022-06-03T15:16:12.503806228Z" level=error msg="Handler for POST /images/create returned error: toomanyrequests: You...

> I did the change you proposed > > ``` > techdocs: > generator: > runIn: local > ... > ``` I did another test using the TAP Gui baskstage...

> Does that make sense? Yes. We have been able to find a trick to add a container next to the backstage container running docker as [rootless](https://docs.docker.com/engine/security/rootless/). See steps here...

Many thanks @vsch. Is there an example showing how we could use java AST classes to add a paragraph, bullet lists, some titles, ... instead of using a String ?

Many thanks for your well detailed and long response. I will have a look. What I would like to populate is a report as this one ``` # Team weekly...

The 2 options will be required. The first will be used by Hyla to filter files (containing include::...) and that we would like to pare/process and render finally as one...