Skip to content

Commit

Permalink
docs(docs): add CI section for React (nrwl#2862)
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Mann <[email protected]>
  • Loading branch information
isaacplmann and Isaac Mann authored Apr 16, 2020
1 parent 8208856 commit e1512c6
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -1638,6 +1638,37 @@
"name": "Guides",
"id": "guides",
"itemList": [
{
"name": "CI",
"id": "ci",
"itemList": [
{
"name": "Rebuild Only What is Affected",
"id": "monorepo-affected",
"file": "shared/monorepo-affected"
},
{
"name": "Distributed CI: Overview",
"id": "distributed-builds",
"file": "shared/distributed-builds"
},
{
"name": "Distributed CI: Azure",
"id": "monorepo-ci-azure",
"file": "shared/monorepo-ci-azure"
},
{
"name": "Distributed CI: Jenkins",
"id": "monorepo-ci-jenkins",
"file": "shared/monorepo-ci-jenkins"
},
{
"name": "Incremental Builds",
"id": "incremental-builds",
"file": "shared/incremental-builds"
}
]
},
{
"name": "Visualizing Workspaces",
"id": "monorepo-dependency-diagrams",
Expand Down

0 comments on commit e1512c6

Please sign in to comment.