Skip to content

Commit 4b40740

Browse files
Keen Yee Liaumatsko
Keen Yee Liau
authored andcommitted
docs: Remove 'Building with Bazel' section (angular#37190)
This commit removes "Building with Bazel" section from angular.io navigation list and Angular CLI landing page. PR Close angular#37190
1 parent a36667d commit 4b40740

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

aio/content/cli/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,3 @@ Options that specify files can be given as absolute paths, or as paths relative
109109
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.
110110
In addition to any general options, each artifact or library defines its own options in a *schematic*.
111111
Schematic options are supplied to the command in the same format as immediate command options.
112-
113-
114-
### Building with Bazel
115-
116-
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).
117-

aio/content/navigation.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -628,11 +628,6 @@
628628
"title": "Building & Serving",
629629
"tooltip": "Building and serving Angular apps."
630630
},
631-
{
632-
"url": "guide/bazel",
633-
"title": "Building with Bazel",
634-
"tooltip": "How to set up your environment to build and test with Bazel."
635-
},
636631
{
637632
"url": "guide/testing",
638633
"title": "Testing",

0 commit comments

Comments
 (0)