docs: Add notes about backstage root dir
Signed-off-by: Sergey Shevchenko <sergeyshevchdevelop@gmail.com>
This commit is contained in:
@@ -11,6 +11,7 @@ This plugin contains no other functionality.
|
||||
1. Install the plugin package in your Backstage app:
|
||||
|
||||
```sh
|
||||
# From your Backstage root directory
|
||||
yarn add --cwd packages/app @backstage/plugin-analytics-module-ga4
|
||||
```
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ The Dynatrace plugin will require the following information, to be used in the c
|
||||
1. Install the plugin on your frontend:
|
||||
|
||||
```
|
||||
# From your Backstage root directory
|
||||
yarn add --cwd packages/app @backstage/plugin-dynatrace
|
||||
```
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ This plugin creates a new page in Backstage where the user can validate the enti
|
||||
First of all, install the package in the `app` package by running the following command:
|
||||
|
||||
```bash
|
||||
# From your Backstage root directory
|
||||
yarn add --cwd packages/app @backstage/plugin-entity-validation
|
||||
```
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ The file paths mentioned in the following steps are relative to your app's root
|
||||
First, install the PagerDuty plugin via a CLI:
|
||||
|
||||
```bash
|
||||
# From your Backstage app root directory
|
||||
# From your Backstage root directory
|
||||
yarn add --cwd packages/app @backstage/plugin-pagerduty
|
||||
```
|
||||
|
||||
|
||||
@@ -5,5 +5,6 @@ This package provides frontend utilities for TechDocs and Addons.
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
# From your Backstage root directory
|
||||
yarn add --cwd packages/app @backstage/plugin-techdocs-react
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user