nx/docs/map.json
2019-02-28 13:53:43 -05:00

139 lines
2.8 KiB
JSON

[
{
"name": "Getting Started",
"id": "getting-started",
"itemList": [
{
"name": "What is Nx?",
"id": "what-is-nx"
},
{
"name": "Getting Started",
"id": "getting-started"
},
{
"name": "Nx and Angular CLI",
"id": "nx-and-cli"
},
{
"name": "Resources",
"id": "resources"
},
{
"name": "About",
"id": "about"
}
]
},
{
"name": "Tutorial",
"id": "tutorial",
"itemList": [
{
"name": "1 - Create Application",
"id": "01-create-application"
},
{
"name": "2 - Add E2E Test",
"id": "02-add-e2e-test"
},
{
"name": "3 - Display Todos",
"id": "03-display-todos"
},
{
"name": "4 - Connect to API",
"id": "04-connect-to-api"
},
{
"name": "5 - Add Node Application",
"id": "05-add-node-app"
},
{
"name": "6 - Add Node Application",
"id": "06-proxy"
},
{
"name": "7 - Share Code",
"id": "07-share-code"
},
{
"name": "8 - Create Libraries",
"id": "08-create-libs"
},
{
"name": "9 - Dep Graph",
"id": "09-dep-graph"
},
{
"name": "10 - Test Affected Projects",
"id": "10-test-affected-projects"
},
{
"name": "11 - Build Affected Projects",
"id": "11-build-affected-projects"
},
{
"name": "12 - Summary",
"id": "12-summary"
}
]
},
{
"name": "Fundamentals",
"id": "fundamentals",
"itemList": [
{
"name": "Using Modern Tools",
"id": "use-modern-tools"
},
{
"name": "Building Full-Stack Applications",
"id": "build-full-stack-applications"
},
{
"name": "Developing Like Google",
"id": "develop-like-google"
}
]
},
{
"name": "Guides",
"id": "guides",
"itemList": [
{
"name": "Using Cypress",
"id": "modernize-cypress"
},
{
"name": "Using Jest",
"id": "modernize-jest"
},
{
"name": "Rebuilding and Retesting What is Affected",
"id": "monorepo-affected"
},
{
"name": "Analysing & Visualizing Workspaces",
"id": "monorepo-dependency-diagrams"
},
{
"name": "Imposing Constraints on the Dependency Graph",
"id": "monorepo-tags"
},
{
"name": "Setting Up NgRx",
"id": "misc-ngrx"
},
{
"name": "Using DataPersistence",
"id": "misc-data-persistence"
},
{
"name": "Upgrading AngularJS Applications",
"id": "misc-upgrade"
}
]
}
]