diff --git a/.github/styles/vocab.txt b/.github/styles/vocab.txt index 5008e88dae..d00ef23437 100644 --- a/.github/styles/vocab.txt +++ b/.github/styles/vocab.txt @@ -139,14 +139,17 @@ Oldsberg onboarding Onboarding pagerduty +parallelization Patrik Phoen plantuml Pomaceous postgres +postpack pre prebaked preconfigured +prepack Preprarer Prerequisities productional @@ -184,6 +187,7 @@ Serverless Sinon smartsymobls Snyk +sourcemaps sparklines Spotifiers spotify @@ -217,6 +221,8 @@ toolsets tooltip tooltips touchpoints +transpiled +transpilation ui untracked upvote diff --git a/docs/cli/index.md b/docs/cli/index.md index 064c1451b9..4a60a1bf1b 100644 --- a/docs/cli/index.md +++ b/docs/cli/index.md @@ -14,9 +14,9 @@ executed either directly through `yarn backstage-cli ` or within [`@backstage/create-app`](https://www.npmjs.com/package/@backstage/create-app) it contains package scripts for executing the most common commands. -Under the hood the CLI uses [webpack](https://webpack.js.org/) for bundling, -[rollup](https://rollupjs.org/) for building packages, -[jest](https://jestjs.io/) for testing, and [eslint](https://eslint.org/) for +Under the hood the CLI uses [Webpack](https://webpack.js.org/) for bundling, +[Rollup](https://rollupjs.org/) for building packages, +[Jest](https://jestjs.io/) for testing, and [eslint](https://eslint.org/) for linting. It also includes custom tooling for working within Backstage apps, for example for keeping the app up to date and verifying static configuration.