nx/docs/map.json
Isaac Mann e82642ddc3
docs(docs): add examples section (#3165)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-06-12 22:09:48 -04:00

1793 lines
52 KiB
JSON

[
{
"id": "angular",
"itemList": [
{
"name": "Getting Started",
"id": "getting-started",
"itemList": [
{
"name": "Why Nx?",
"id": "why-nx",
"file": "angular/getting-started/why-nx"
},
{
"name": "Resources",
"id": "resources"
},
{
"name": "Nx and Angular CLI",
"id": "nx-and-cli",
"file": "angular/getting-started/nx-and-cli"
}
]
},
{
"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 - Configure Proxy",
"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 - Use Computation Caching",
"id": "10-computation-caching"
},
{
"name": "11 - Test Affected Projects",
"id": "11-test-affected-projects"
},
{
"name": "12 - Summary",
"id": "12-summary"
}
]
},
{
"name": "Migration",
"id": "migration",
"itemList": [
{
"name": "Overview",
"id": "overview",
"file": "shared/migration/overview"
},
{
"name": "From Angular CLI",
"id": "migration-angular"
},
{
"name": "From AngularJS",
"id": "migration-angularjs"
}
]
},
{
"name": "CLI",
"id": "cli",
"itemList": [
{
"name": "Overview",
"searchResultsName": "CLI Overview",
"id": "overview",
"file": "angular/guides/cli-overview"
},
{
"name": "Console",
"id": "console",
"file": "shared/console"
},
{
"name": "generate",
"id": "generate",
"file": "angular/cli/generate"
},
{
"name": "serve",
"id": "serve",
"file": "angular/cli/serve"
},
{
"name": "build",
"id": "build",
"file": "angular/cli/build"
},
{
"name": "test",
"id": "test",
"file": "angular/cli/test"
},
{
"name": "lint",
"id": "lint",
"file": "angular/cli/lint"
},
{
"name": "e2e",
"id": "e2e",
"file": "angular/cli/e2e"
},
{
"name": "run",
"id": "run",
"file": "angular/cli/run"
},
{
"name": "dep-graph",
"id": "dep-graph",
"file": "angular/cli/dep-graph"
},
{
"name": "run-many",
"id": "run-many",
"file": "angular/cli/run-many"
},
{
"name": "affected",
"id": "affected",
"file": "angular/cli/affected"
},
{
"name": "affected:build",
"id": "affected-build",
"file": "angular/cli/affected-build"
},
{
"name": "affected:test",
"id": "affected-test",
"file": "angular/cli/affected-test"
},
{
"name": "affected:lint",
"id": "affected-lint",
"file": "angular/cli/affected-lint"
},
{
"name": "affected:e2e",
"id": "affected-e2e",
"file": "angular/cli/affected-e2e"
},
{
"name": "affected:dep-graph",
"id": "affected-dep-graph",
"file": "angular/cli/affected-dep-graph"
},
{
"name": "affected:apps",
"id": "affected-apps",
"file": "angular/cli/affected-apps"
},
{
"name": "affected:libs",
"id": "affected-libs",
"file": "angular/cli/affected-libs"
},
{
"name": "print-affected",
"id": "print-affected",
"file": "angular/cli/print-affected"
},
{
"name": "format:check",
"id": "format-check",
"file": "angular/cli/format-check"
},
{
"name": "format:write",
"id": "format-write",
"file": "angular/cli/format-write"
},
{
"name": "migrate",
"id": "migrate",
"file": "angular/cli/migrate"
},
{
"name": "report",
"id": "report",
"file": "angular/cli/report"
},
{
"name": "list",
"id": "list",
"file": "angular/cli/list"
},
{
"name": "workspace-lint",
"id": "workspace-lint",
"file": "angular/cli/workspace-lint"
},
{
"name": "workspace-schematic",
"id": "workspace-schematic",
"file": "angular/cli/workspace-schematic"
}
]
},
{
"name": "Plugins",
"id": "plugins",
"itemList": [
{
"name": "Overview",
"searchResultsName": "Plugins Overview",
"id": "overview",
"file": "shared/plugins-overview"
},
{
"name": "Workspace",
"id": "workspace",
"itemList": [
{
"id": "nrwl-workspace-overview",
"name": "Overview",
"searchResultsName": "@nrwl/workspace Overview",
"file": "shared/workspace-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "library",
"id": "library",
"file": "angular/api-workspace/schematics/library"
},
{
"name": "move",
"id": "move",
"file": "angular/api-workspace/schematics/move"
},
{
"name": "remove",
"id": "remove",
"file": "angular/api-workspace/schematics/remove"
},
{
"name": "workspace-schematic",
"id": "workspace-schematic",
"file": "angular/api-workspace/schematics/workspace-schematic"
}
]
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "run-commands",
"id": "run-commands",
"file": "angular/api-workspace/builders/run-commands"
}
]
}
]
},
{
"name": "web",
"id": "web",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/web Overview",
"file": "shared/web-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "application",
"id": "application",
"file": "angular/api-web/schematics/application"
}
]
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "build",
"id": "build",
"file": "angular/api-web/builders/build"
},
{
"name": "dev-server",
"id": "dev-server",
"file": "angular/api-web/builders/dev-server"
},
{
"name": "package",
"id": "package",
"file": "angular/api-web/builders/package"
}
]
}
]
},
{
"name": "angular",
"id": "angular",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/angular Overview",
"file": "shared/angular-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "application",
"id": "application",
"file": "angular/api-angular/schematics/application"
},
{
"name": "downgrade-module",
"id": "downgrade-module",
"file": "angular/api-angular/schematics/downgrade-module"
},
{
"name": "karma-project",
"id": "karma-project",
"file": "angular/api-angular/schematics/karma-project"
},
{
"name": "karma",
"id": "karma",
"file": "angular/api-angular/schematics/karma"
},
{
"name": "library",
"id": "library",
"file": "angular/api-angular/schematics/library"
},
{
"name": "move",
"id": "move",
"file": "angular/api-angular/schematics/move"
},
{
"name": "ngrx",
"id": "ngrx",
"file": "angular/api-angular/schematics/ngrx"
},
{
"name": "stories",
"id": "stories",
"file": "angular/api-angular/schematics/stories"
},
{
"name": "storybook-configuration",
"id": "storybook-configuration",
"file": "angular/api-angular/schematics/storybook-configuration"
},
{
"name": "upgrade-module",
"id": "upgrade-module",
"file": "angular/api-angular/schematics/upgrade-module"
}
]
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "package",
"id": "package",
"file": "angular/api-angular/builders/package"
}
]
}
]
},
{
"name": "react",
"id": "react",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/react Overview",
"file": "shared/react-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "application",
"id": "application",
"file": "angular/api-react/schematics/application"
},
{
"name": "component",
"id": "component",
"file": "angular/api-react/schematics/component"
},
{
"name": "library",
"id": "library",
"file": "angular/api-react/schematics/library"
},
{
"name": "redux",
"id": "redux",
"file": "angular/api-react/schematics/redux"
},
{
"name": "storybook-configuration",
"id": "storybook-configuration",
"file": "angular/api-react/schematics/storybook-configuration"
}
]
}
]
},
{
"name": "jest",
"id": "jest",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/jest Overview",
"file": "shared/jest-plugin"
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "jest",
"id": "jest",
"file": "angular/api-jest/builders/jest"
}
]
}
]
},
{
"name": "cypress",
"id": "cypress",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/cypress Overview",
"file": "shared/cypress-plugin"
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "cypress",
"id": "cypress",
"file": "angular/api-cypress/builders/cypress"
}
]
}
]
},
{
"name": "storybook",
"id": "storybook",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/storybook Overview",
"file": "angular/guides/storybook-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "configuration",
"id": "configuration",
"file": "angular/api-storybook/schematics/configuration"
},
{
"name": "cypress-project",
"id": "cypress-project",
"file": "angular/api-storybook/schematics/cypress-project"
}
]
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "build",
"id": "build",
"file": "angular/api-storybook/builders/build"
},
{
"name": "storybook",
"id": "storybook",
"file": "angular/api-storybook/builders/storybook"
}
]
}
]
},
{
"name": "node",
"id": "node",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/node Overview",
"file": "shared/node-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "application",
"id": "application",
"file": "angular/api-node/schematics/application"
},
{
"name": "library",
"id": "library",
"file": "angular/api-node/schematics/library"
}
]
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "build",
"id": "build",
"file": "angular/api-node/builders/build"
},
{
"name": "execute",
"id": "execute",
"file": "angular/api-node/builders/execute"
},
{
"name": "package",
"id": "package",
"file": "angular/api-node/builders/package"
}
]
}
]
},
{
"name": "express",
"id": "express",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/express Overview",
"file": "shared/express-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "application",
"id": "application",
"file": "angular/api-express/schematics/application"
}
]
}
]
},
{
"name": "nest",
"id": "nest",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/nest Overview",
"file": "shared/nest-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "application",
"id": "application",
"file": "angular/api-nest/schematics/application"
},
{
"name": "library",
"id": "library",
"file": "angular/api-nest/schematics/library"
}
]
}
]
},
{
"name": "next",
"id": "next",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/next Overview",
"file": "shared/next-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "application",
"id": "application",
"file": "angular/api-next/schematics/application"
}
]
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "build",
"id": "build",
"file": "angular/api-next/builders/build"
},
{
"name": "server",
"id": "server",
"file": "angular/api-next/builders/server"
},
{
"name": "export",
"id": "export",
"file": "angular/api-next/builders/export"
}
]
}
]
},
{
"name": "Nx Plugin",
"id": "nx-plugin",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/nx-plugin Overview",
"file": "shared/nx-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "plugin",
"id": "plugin",
"file": "angular/api-nx-plugin/schematics/plugin"
}
]
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "e2e",
"id": "e2e",
"file": "angular/api-nx-plugin/builders/e2e"
}
]
}
]
}
]
},
{
"name": "Workspace",
"id": "workspace",
"itemList": [
{
"name": "Overview",
"searchResultsName": "Workspace Overview",
"id": "workspace-overview",
"file": "shared/workspace-overview"
},
{
"name": "Configuration",
"id": "configuration",
"file": "angular/guides/configuration"
},
{
"name": "Builders",
"id": "builders",
"itemList": [
{
"name": "Using Builders",
"id": "using-builders",
"file": "shared/using-builders"
},
{
"name": "Run Commands Builder",
"id": "run-commands-builder",
"file": "shared/running-custom-commands"
}
]
},
{
"name": "Computation Caching",
"id": "computation-caching",
"file": "shared/computation-caching"
},
{
"name": "Schematics",
"id": "schematics",
"itemList": [
{
"name": "Using Schematics",
"id": "using-schematics",
"file": "shared/using-schematics"
},
{
"name": "Workspace Schematics",
"id": "workspace-schematics",
"file": "shared/tools-workspace-schematics"
}
]
},
{
"name": "Structure",
"id": "structure",
"itemList": [
{
"name": "Creating Libraries",
"id": "creating-libraries",
"file": "shared/workspace/creating-libraries"
},
{
"name": "Library Types",
"id": "library-types",
"file": "shared/workspace/library-types"
},
{
"name": "Grouping Libraries",
"id": "grouping-libraries",
"file": "shared/workspace/grouping-libraries"
},
{
"name": "Using Tags",
"id": "monorepo-tags",
"file": "shared/monorepo-tags"
}
]
},
{
"name": "Updating Nx",
"id": "update",
"file": "shared/update"
}
]
},
{
"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",
"file": "shared/monorepo-dependency-diagrams"
},
{
"name": "Using NgRx",
"id": "misc-ngrx"
},
{
"name": "Using DataPersistence",
"id": "misc-data-persistence"
},
{
"name": "Using Nx at Enterprises",
"id": "monorepo-nx-enterprise",
"file": "shared/monorepo-nx-enterprise"
},
{
"name": "Nx 7 => Nx 8",
"id": "nx7-to-nx8"
}
]
},
{
"name": "Examples",
"id": "examples",
"itemList": [
{
"name": "Nx Micro-Frontend Example",
"id": "nx-examples",
"file": "shared/examples/nx-examples"
},
{
"name": "Building Angular and React Applications Together With Nx",
"id": "react-and-angular",
"file": "angular/examples/react-and-angular"
},
{
"name": "Using Apollo GraphQL",
"id": "apollo-angular",
"file": "angular/examples/apollo-angular"
}
]
}
]
},
{
"id": "react",
"itemList": [
{
"name": "Getting Started",
"id": "getting-started",
"itemList": [
{
"name": "Why Nx?",
"id": "why-nx",
"file": "react/getting-started/why-nx"
},
{
"name": "Resources",
"id": "resources"
}
]
},
{
"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 - Configure Proxy",
"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 - Use Computation Caching",
"id": "10-computation-caching"
},
{
"name": "11 - Test Affected Projects",
"id": "11-test-affected-projects"
},
{
"name": "12 - Summary",
"id": "12-summary"
}
]
},
{
"name": "Migration",
"id": "migration",
"itemList": [
{
"name": "Overview",
"id": "overview",
"file": "shared/migration/overview"
}
]
},
{
"name": "CLI",
"id": "cli",
"itemList": [
{
"name": "Overview",
"searchResultsName": "CLI Overview",
"id": "overview",
"file": "react/guides/cli-overview"
},
{
"name": "Console",
"id": "console",
"file": "shared/console"
},
{
"name": "generate",
"id": "generate",
"file": "react/cli/generate"
},
{
"name": "serve",
"id": "serve",
"file": "react/cli/serve"
},
{
"name": "build",
"id": "build",
"file": "react/cli/build"
},
{
"name": "test",
"id": "test",
"file": "react/cli/test"
},
{
"name": "lint",
"id": "lint",
"file": "react/cli/lint"
},
{
"name": "e2e",
"id": "e2e",
"file": "react/cli/e2e"
},
{
"name": "run",
"id": "run",
"file": "react/cli/run"
},
{
"name": "dep-graph",
"id": "dep-graph",
"file": "react/cli/dep-graph"
},
{
"name": "run-many",
"id": "run-many",
"file": "react/cli/run-many"
},
{
"name": "affected",
"id": "affected",
"file": "react/cli/affected"
},
{
"name": "affected:build",
"id": "affected-build",
"file": "react/cli/affected-build"
},
{
"name": "affected:test",
"id": "affected-test",
"file": "react/cli/affected-test"
},
{
"name": "affected:lint",
"id": "affected-lint",
"file": "react/cli/affected-lint"
},
{
"name": "affected:e2e",
"id": "affected-e2e",
"file": "react/cli/affected-e2e"
},
{
"name": "affected:dep-graph",
"id": "affected-dep-graph",
"file": "react/cli/affected-dep-graph"
},
{
"name": "affected:apps",
"id": "affected-apps",
"file": "react/cli/affected-apps"
},
{
"name": "affected:libs",
"id": "affected-libs",
"file": "react/cli/affected-libs"
},
{
"name": "print-affected",
"id": "print-affected",
"file": "react/cli/print-affected"
},
{
"name": "format:check",
"id": "format-check",
"file": "react/cli/format-check"
},
{
"name": "format:write",
"id": "format-write",
"file": "react/cli/format-write"
},
{
"name": "migrate",
"id": "migrate",
"file": "react/cli/migrate"
},
{
"name": "report",
"id": "report",
"file": "react/cli/report"
},
{
"name": "list",
"id": "list",
"file": "react/cli/list"
},
{
"name": "workspace-lint",
"id": "workspace-lint",
"file": "react/cli/workspace-lint"
},
{
"name": "workspace-schematic",
"id": "workspace-schematic",
"file": "react/cli/workspace-schematic"
}
]
},
{
"name": "Plugins",
"id": "plugins",
"itemList": [
{
"name": "Overview",
"searchResultsName": "Plugins Overview",
"id": "overview",
"file": "shared/plugins-overview"
},
{
"name": "Workspace",
"id": "workspace",
"itemList": [
{
"id": "nrwl-workspace-overview",
"name": "Overview",
"searchResultsName": "@nrwl/workspace Overview",
"file": "shared/workspace-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "library",
"id": "library",
"file": "react/api-workspace/schematics/library"
},
{
"name": "move",
"id": "move",
"file": "react/api-workspace/schematics/move"
},
{
"name": "remove",
"id": "remove",
"file": "react/api-workspace/schematics/remove"
},
{
"name": "workspace-schematic",
"id": "workspace-schematic",
"file": "react/api-workspace/schematics/workspace-schematic"
}
]
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "run-commands",
"id": "run-commands",
"file": "react/api-workspace/builders/run-commands"
}
]
}
]
},
{
"name": "web",
"id": "web",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/web Overview",
"file": "shared/web-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "application",
"id": "application",
"file": "react/api-web/schematics/application"
}
]
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "build",
"id": "build",
"file": "react/api-web/builders/build"
},
{
"name": "dev-server",
"id": "dev-server",
"file": "react/api-web/builders/dev-server"
},
{
"name": "package",
"id": "package",
"file": "react/api-web/builders/package"
}
]
}
]
},
{
"name": "angular",
"id": "angular",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/angular Overview",
"file": "shared/angular-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "application",
"id": "application",
"file": "react/api-angular/schematics/application"
},
{
"name": "downgrade-module",
"id": "downgrade-module",
"file": "react/api-angular/schematics/downgrade-module"
},
{
"name": "karma-project",
"id": "karma-project",
"file": "react/api-angular/schematics/karma-project"
},
{
"name": "karma",
"id": "karma",
"file": "react/api-angular/schematics/karma"
},
{
"name": "library",
"id": "library",
"file": "react/api-angular/schematics/library"
},
{
"name": "move",
"id": "move",
"file": "react/api-angular/schematics/move"
},
{
"name": "ngrx",
"id": "ngrx",
"file": "react/api-angular/schematics/ngrx"
},
{
"name": "stories",
"id": "stories",
"file": "react/api-angular/schematics/stories"
},
{
"name": "storybook-configuration",
"id": "storybook-configuration",
"file": "react/api-angular/schematics/storybook-configuration"
},
{
"name": "upgrade-module",
"id": "upgrade-module",
"file": "react/api-angular/schematics/upgrade-module"
}
]
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "package",
"id": "package",
"file": "react/api-angular/builders/package"
}
]
}
]
},
{
"name": "react",
"id": "react",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/react Overview",
"file": "shared/react-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "application",
"id": "application",
"file": "react/api-react/schematics/application"
},
{
"name": "component",
"id": "component",
"file": "react/api-react/schematics/component"
},
{
"name": "library",
"id": "library",
"file": "react/api-react/schematics/library"
},
{
"name": "redux",
"id": "redux",
"file": "react/api-react/schematics/redux"
},
{
"name": "storybook-configuration",
"id": "storybook-configuration",
"file": "react/api-react/schematics/storybook-configuration"
}
]
}
]
},
{
"name": "jest",
"id": "jest",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/jest Overview",
"file": "shared/jest-plugin"
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "jest",
"id": "jest",
"file": "react/api-jest/builders/jest"
}
]
}
]
},
{
"name": "cypress",
"id": "cypress",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/cypress Overview",
"file": "shared/cypress-plugin"
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "cypress",
"id": "cypress",
"file": "react/api-cypress/builders/cypress"
}
]
}
]
},
{
"name": "storybook",
"id": "storybook",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/storybook Overview",
"file": "react/guides/storybook-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "configuration",
"id": "configuration",
"file": "react/api-storybook/schematics/configuration"
},
{
"name": "cypress-project",
"id": "cypress-project",
"file": "react/api-storybook/schematics/cypress-project"
}
]
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "build",
"id": "build",
"file": "react/api-storybook/builders/build"
},
{
"name": "storybook",
"id": "storybook",
"file": "react/api-storybook/builders/storybook"
}
]
}
]
},
{
"name": "node",
"id": "node",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/node Overview",
"file": "shared/node-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "application",
"id": "application",
"file": "react/api-node/schematics/application"
},
{
"name": "library",
"id": "library",
"file": "react/api-node/schematics/library"
}
]
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "build",
"id": "build",
"file": "react/api-node/builders/build"
},
{
"name": "execute",
"id": "execute",
"file": "react/api-node/builders/execute"
},
{
"name": "package",
"id": "package",
"file": "react/api-node/builders/package"
}
]
}
]
},
{
"name": "express",
"id": "express",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/express Overview",
"file": "shared/express-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "application",
"id": "application",
"file": "react/api-express/schematics/application"
}
]
}
]
},
{
"name": "nest",
"id": "nest",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/nest Overview",
"file": "shared/nest-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "application",
"id": "application",
"file": "react/api-next/schematics/application"
},
{
"name": "library",
"id": "library",
"file": "react/api-nest/schematics/library"
}
]
}
]
},
{
"name": "next",
"id": "next",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/next Overview",
"file": "shared/next-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "application",
"id": "application",
"file": "react/api-next/schematics/application"
}
]
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "build",
"id": "build",
"file": "react/api-next/builders/build"
},
{
"name": "server",
"id": "server",
"file": "react/api-next/builders/server"
},
{
"name": "export",
"id": "export",
"file": "react/api-next/builders/export"
}
]
}
]
},
{
"name": "Nx Plugin",
"id": "nx-plugin",
"itemList": [
{
"id": "overview",
"name": "Overview",
"searchResultsName": "@nrwl/nx-plugin Overview",
"file": "shared/nx-plugin"
},
{
"id": "schematics",
"name": "Schematics",
"itemList": [
{
"name": "plugin",
"id": "plugin",
"file": "angular/api-nx-plugin/schematics/plugin"
}
]
},
{
"id": "builders",
"name": "Builders",
"itemList": [
{
"name": "e2e",
"id": "e2e",
"file": "angular/api-nx-plugin/builders/e2e"
}
]
}
]
}
]
},
{
"name": "Workspace",
"id": "workspace",
"itemList": [
{
"name": "Overview",
"searchResultsName": "Workspace Overview",
"id": "workspace-overview",
"file": "shared/workspace-overview"
},
{
"name": "Configuration",
"id": "configuration",
"file": "react/guides/configuration"
},
{
"name": "Builders",
"id": "builders",
"itemList": [
{
"name": "Using Builders",
"id": "using-builders",
"file": "shared/using-builders"
},
{
"name": "Run Commands Builder",
"id": "run-commands-builder",
"file": "shared/running-custom-commands"
}
]
},
{
"name": "Computation Caching",
"id": "computation-caching",
"file": "shared/computation-caching"
},
{
"name": "Schematics",
"id": "schematics",
"itemList": [
{
"name": "Using Schematics",
"id": "using-schematics",
"file": "shared/using-schematics"
},
{
"name": "Workspace Schematics",
"id": "workspace-schematics",
"file": "shared/tools-workspace-schematics"
}
]
},
{
"name": "Structure",
"id": "structure",
"itemList": [
{
"name": "Creating Libraries",
"id": "creating-libraries",
"file": "shared/workspace/creating-libraries"
},
{
"name": "Library Types",
"id": "library-types",
"file": "shared/workspace/library-types"
},
{
"name": "Grouping Libraries",
"id": "grouping-libraries",
"file": "shared/workspace/grouping-libraries"
},
{
"name": "Using Tags",
"id": "monorepo-tags",
"file": "shared/monorepo-tags"
}
]
},
{
"name": "Updating Nx",
"id": "update",
"file": "shared/update"
}
]
},
{
"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",
"file": "shared/monorepo-dependency-diagrams"
},
{
"name": "Adding Images, Fonts, and Files",
"id": "adding-assets-react",
"file": "react/guides/adding-assets"
},
{
"name": "Using Environment Variables",
"id": "environment-variables",
"file": "react/guides/environment-variables"
},
{
"name": "Using Nx at Enterprises",
"id": "monorepo-nx-enterprise",
"file": "shared/monorepo-nx-enterprise"
},
{
"name": "JavaScript and TypeScript",
"id": "js-and-ts",
"file": "react/guides/js-and-ts"
}
]
},
{
"name": "Examples",
"id": "examples",
"itemList": [
{
"name": "Nx Micro-Frontend Example",
"id": "nx-examples",
"file": "shared/examples/nx-examples"
},
{
"name": "Powering Up React Development With Nx",
"id": "react-nx",
"file": "react/examples/react-nx"
},
{
"name": "Using Apollo GraphQL",
"id": "apollo-react",
"file": "react/examples/apollo-react"
}
]
}
]
}
]