Merge branch 'backstage:master' into techdocs-global

This commit is contained in:
zjpersc
2023-03-14 11:16:25 -05:00
committed by GitHub
600 changed files with 7252 additions and 1948 deletions
+5 -1
View File
@@ -37,7 +37,11 @@ Defining feature flag in the application is done by adding feature flags in`feat
const app = createApp({
// ...
featureFlags: [
{ name: 'tech-radar', description: 'Enables the tech radar plugin' },
{
pluginId: '', // pluginId is required for feature flags in plugins. It can be left blank for a feature flag leveraged in the application.
name: 'tech-radar',
description: 'Enables the tech radar plugin',
},
],
// ...
});
File diff suppressed because it is too large Load Diff