docs: restructure local-dev and rename to tooling

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-05-17 11:28:17 +02:00
parent e6fb2dc950
commit a1ae9cc72c
20 changed files with 66 additions and 53 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ A Backstage Plugin adds functionality to Backstage.
To create a new frontend plugin, make sure you've run `yarn install` and installed
dependencies, then run the following on your command line (a shortcut to
invoking the
[`backstage-cli new --select plugin`](../local-dev/cli-commands.md#new))
[`backstage-cli new --select plugin`](../tooling/cli/03-commands.md#new))
from the root of your project.
```bash
+1 -1
View File
@@ -369,4 +369,4 @@ Note: wrapping in the test application **requires** you to do a `find()` or
## Debugging Jest Tests
You can find it [here](https://backstage.io/docs/local-dev/cli-build-system#debugging-jest-tests)
You can find it [here](https://backstage.io/docs/tooling/cli/build-system#debugging-jest-tests)