Skip to content

Commit

Permalink
docs(misc): minor changes in configuration guides
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Jan 6, 2022
1 parent de486f8 commit 3a99403
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 993 deletions.
21 changes: 4 additions & 17 deletions .circleci/config.yml
Expand Up @@ -171,23 +171,10 @@ jobs:
os: linux
- nx/set-shas:
main-branch-name: 'master'
- run:
name: Check repository
command: |
pids=()
yarn check-imports &
pids+=($!)
yarn nx format:check --base=$NX_BASE --head=$NX_HEAD &
pids+=($!)
yarn check-commit &
pids+=($!)
yarn depcheck &
pids+=($!)
for pid in "${pids[@]}"; do
wait "$pid"
done
- run: yarn check-imports
- run: yarn nx format:check --base=$NX_BASE --head=$NX_HEAD
- run: yarn check-commit
- run: yarn depcheck
- run:
name: Check Documentation
command: yarn documentation
Expand Down
12 changes: 1 addition & 11 deletions docs/map.json
Expand Up @@ -45,7 +45,7 @@
]
},
{
"name": "Configuration",
"name": "Configuration Choices",
"id": "configuration",
"itemList": [
{
Expand All @@ -57,11 +57,6 @@
"name": "project.json and nx.json",
"id": "projectjson",
"file": "shared/configuration/projectjson"
},
{
"name": "angular.json and nx.json",
"id": "angularjson",
"file": "shared/configuration/angularjson"
}
]
},
Expand Down Expand Up @@ -1667,11 +1662,6 @@
"name": "Configuration",
"id": "configuration",
"itemList": [
{
"name": "angular.json and nx.json",
"id": "angularjson",
"file": "shared/configuration/angularjson"
},
{
"name": "package.json and nx.json",
"id": "packagejson",
Expand Down

1 comment on commit 3a99403

@vercel
Copy link

@vercel vercel bot commented on 3a99403 Jan 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.