Skip to content

Commit 8dd1f83

Browse files
committed
docs: remove shell language from terminal output block
Changed terminal output code block in installation.md from shell language to plain text to prevent rendering of shell prompt ($). The block displays read-only log output that users should not execute as commands.
1 parent b478e91 commit 8dd1f83

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

adev/src/content/ecosystem/service-workers/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Now look at how the browser and service worker handle the updated application.
145145

146146
Look at the `http-server` logs to see the service worker requesting `/ngsw.json`.
147147

148-
```shell
148+
```
149149
[2023-09-07T00:37:24.372Z] "GET /ngsw.json?ngsw-cache-bust=0.9365263935102124" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36"
150150
```
151151

adev/src/content/introduction/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If you don't have any preferences, just hit the enter key to take the default op
7878

7979
After you select the configuration options and the CLI runs through the setup, you should see the following message:
8080

81-
```shell
81+
```
8282
✔ Packages installed successfully.
8383
Successfully initialized git.
8484
```
@@ -105,7 +105,7 @@ npm start
105105

106106
If everything is successful, you should see a similar confirmation message in your terminal:
107107

108-
```shell
108+
```
109109
Watch mode enabled. Watching for file changes...
110110
NOTE: Raw file sizes do not reflect development server per-request transformations.
111111
➜ Local: http://localhost:4200/

adev/src/content/tools/cli/end-to-end.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ng e2e
1414

1515
The `ng e2e` command will first check your project for the "e2e" target. If it can't locate it, the CLI will then prompt you which e2e package you would like to use and walk you through the setup.
1616

17-
```shell
17+
```
1818
1919
Cannot find "e2e" target for the specified project.
2020
You can add a package that implements these capabilities.

adev/src/content/tools/cli/schematics-authoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ The command creates a new project folder \(the root folder for the collection\)
296296
Go to the collection folder, install your npm dependencies, and open your new collection in your favorite editor to see the generated files.
297297
For example, if you are using VS Code:
298298

299-
```shell
299+
```
300300
301301
cd hello-world
302302
npm install

0 commit comments

Comments
 (0)