Skip to content

Commit 3a99403

Browse files
committed
docs(misc): minor changes in configuration guides
1 parent de486f8 commit 3a99403

File tree

9 files changed

+24
-993
lines changed

9 files changed

+24
-993
lines changed

.circleci/config.yml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -171,23 +171,10 @@ jobs:
171171
os: linux
172172
- nx/set-shas:
173173
main-branch-name: 'master'
174-
- run:
175-
name: Check repository
176-
command: |
177-
pids=()
178-
179-
yarn check-imports &
180-
pids+=($!)
181-
yarn nx format:check --base=$NX_BASE --head=$NX_HEAD &
182-
pids+=($!)
183-
yarn check-commit &
184-
pids+=($!)
185-
yarn depcheck &
186-
pids+=($!)
187-
188-
for pid in "${pids[@]}"; do
189-
wait "$pid"
190-
done
174+
- run: yarn check-imports
175+
- run: yarn nx format:check --base=$NX_BASE --head=$NX_HEAD
176+
- run: yarn check-commit
177+
- run: yarn depcheck
191178
- run:
192179
name: Check Documentation
193180
command: yarn documentation

docs/map.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
]
4646
},
4747
{
48-
"name": "Configuration",
48+
"name": "Configuration Choices",
4949
"id": "configuration",
5050
"itemList": [
5151
{
@@ -57,11 +57,6 @@
5757
"name": "project.json and nx.json",
5858
"id": "projectjson",
5959
"file": "shared/configuration/projectjson"
60-
},
61-
{
62-
"name": "angular.json and nx.json",
63-
"id": "angularjson",
64-
"file": "shared/configuration/angularjson"
6560
}
6661
]
6762
},
@@ -1667,11 +1662,6 @@
16671662
"name": "Configuration",
16681663
"id": "configuration",
16691664
"itemList": [
1670-
{
1671-
"name": "angular.json and nx.json",
1672-
"id": "angularjson",
1673-
"file": "shared/configuration/angularjson"
1674-
},
16751665
{
16761666
"name": "package.json and nx.json",
16771667
"id": "packagejson",

0 commit comments

Comments
 (0)