Gustaf Lundh
Gustaf Lundh
We probably want to mention the (soon) mandatory Gitiles dependency in the documentation.
The issue is visible on the demo site: https://demo.backstage.io/catalog/default/component/backstage/docs
Here is my closed issue from -22: https://github.com/backstage/backstage/issues/13717
A work-around for the double scrollbars: ``` packages/app/src/App.css: /* TechDoc overflow fix */ #root > div > main > article > div > main { overflow-y: visible; height: 100%; }...
I think it sounds great! The cloning stuff sucks, gitiles makes everything so much more effective when readTreeing etc.
Does your baseUrl include the ending slash?
Please try latest version. Should have a better error message in the log.
> Upgraded to `2.1.0` > > Here is my `app-config` entry > > ``` > jiraDashboard: > token: -u [email protected]:token > baseUrl: https://xxx.atlassian.net/rest/api/latest/ > userEmailSuffix: xxx.com > ``` I'm not...
While a real fix is needed, to make your users happy, you can work around it by adding the following to your App.css: ``` css /* TechDoc overflow fix */...
> > While a real fix is needed, to make your users happy, you can work around it by adding the following to your App.css: > > ```css > >...