docs: Remove 'Building with Bazel' section (#37190)
This commit removes "Building with Bazel" section from angular.io navigation list and Angular CLI landing page. PR Close #37190
This commit is contained in:
parent
a36667d984
commit
4b40740324
|
@ -109,9 +109,3 @@ Options that specify files can be given as absolute paths, or as paths relative
|
||||||
The [ng generate](cli/generate) and [ng add](cli/add) commands take as an argument the artifact or library to be generated or added to the current project.
|
The [ng generate](cli/generate) and [ng add](cli/add) commands take as an argument the artifact or library to be generated or added to the current project.
|
||||||
In addition to any general options, each artifact or library defines its own options in a *schematic*.
|
In addition to any general options, each artifact or library defines its own options in a *schematic*.
|
||||||
Schematic options are supplied to the command in the same format as immediate command options.
|
Schematic options are supplied to the command in the same format as immediate command options.
|
||||||
|
|
||||||
|
|
||||||
### Building with Bazel
|
|
||||||
|
|
||||||
Optionally, you can configure the Angular CLI to use [Bazel](https://docs.bazel.build) as the build tool. For more information, see [Building with Bazel](guide/bazel).
|
|
||||||
|
|
||||||
|
|
|
@ -628,11 +628,6 @@
|
||||||
"title": "Building & Serving",
|
"title": "Building & Serving",
|
||||||
"tooltip": "Building and serving Angular apps."
|
"tooltip": "Building and serving Angular apps."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"url": "guide/bazel",
|
|
||||||
"title": "Building with Bazel",
|
|
||||||
"tooltip": "How to set up your environment to build and test with Bazel."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"url": "guide/testing",
|
"url": "guide/testing",
|
||||||
"title": "Testing",
|
"title": "Testing",
|
||||||
|
|
Loading…
Reference in New Issue