219cc05885
The nav-item extensions were disabled in the template config to prevent duplicate rendering, but the custom sidebar already handles this via nav.take(). After #33788 added filtering of disabled nav items from page discovery, disabling them causes nav.take('page:catalog') to return nothing, breaking the sidebar navigation. Signed-off-by: benjdlambert <ben@blam.sh>
@backstage/create-app
This package provides a CLI for creating a copy of the Backstage app.
You can use the flag --skip-install to skip the install.
Usage
With npx:
npx @backstage/create-app
With a local clone of this repo, from the main create-app/ folder, run:
yarn install
yarn backstage-create-app