Address remaining docs review feedback

Clarify the remaining old frontend system sections, tighten the scaffolder follow-up wording, and rename the docs sidebar entry to match the frontend system terminology used elsewhere.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-16 19:44:44 +01:00
parent 98b6b9701b
commit 90a02779fa
5 changed files with 23 additions and 10 deletions
+5 -1
View File
@@ -21,7 +21,11 @@ Once installed, the plugin is automatically available in your app through the de
## Old Frontend System
If your Backstage app uses the old frontend system, add a route for the page in your app:
If your Backstage app uses the old frontend system, you need to manually wire the
plugin into your app as outlined in this section. If you are on the new frontend
system, you can skip this.
Add a route for the page in your app:
```tsx
// packages/app/src/App.tsx