Andre Wanlin
Andre Wanlin
## Hey, I just made a Pull Request! Updated the theme docs to reflect the changes over the last several months in this area. Also, exported `defaultTypography` to make adjusting...
## Hey, I just made a Pull Request! Added `experimentalExtraAllowedOrigins` to config #### :heavy_check_mark: Checklist - [x] A changeset describing the change and affected packages. ([more info](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md#creating-changesets)) - [ ]...
## Hey, I just made a Pull Request! Cleaned up documentation on creating a custom entity based on feedback from various Adopters: - Removed confusing section about creating common plugin...
## Hey, I just made a Pull Request! Added `validateLocationsExist` to the config to fix errors when running config validation via the `backstage-cli` Ran into this when using this config:...
### 🔖 Feature description As there are more and more metrics and traces being setup in Backstage it would be really helful to have a guide that shows you how...
### 🔖 Feature description When new plugins are submitted to the Plugin Directory it would be good if the Microsite CI would validate that they have the YAML file extension....
## Hey, I just made a Pull Request! Added new TechDocs backend module to handle events from Azure DevOps, Bitbucket, and GitHub which will trigger a refresh #### :heavy_check_mark: Checklist...
## Hey, I just made a Pull Request! Updated New Backend System instructions to use default import #### :heavy_check_mark: Checklist - [x] A changeset describing the change and affected packages....
### 🔖 Feature description It would be pretty handy to help diagnose issues with Backstage for those who create plugins outside the `@backstage` org to be able to include a...
### 📜 Description If I have a config like this in my `app-config.yaml`: ```yaml schedule: frequency: { hours: 6 } timeout: { minutes: 5 } ``` And like this in...