Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions site/en/_book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ upper_tabs:
path: /build/style-guide
- title: Share variables
path: /build/share-variables
- title: External dependencies
path: /build/external
- title: Manage dependencies with Bzlmod
path: /build/bzlmod
- title: Recommended rules
path: /community/recommended-rules
- heading: Running Bazel
Expand All @@ -136,6 +132,8 @@ upper_tabs:
path: /external/extension
- title: Module lockfile
path: /external/lockfile
- title: '`mod` command'
path: /external/mod-command
- title: Bzlmod migration guide
path: /external/migration
- title: Advanced topics
Expand Down
2 changes: 1 addition & 1 deletion site/en/about/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Q4 brings Bazel 6.0 — the new [long term support (LTS)](https://bazel.build/re

### Bzlmod: external dependency management system

[Bzlmod](https://bazel.build/docs/bzlmod) automatically resolves transitive dependencies, allowing projects to scale while staying fast and resource-efficient. Introduced experimentally in Bazel 5.0, Bzlmod will be generally available and provide a solution for the [diamond dependency problem](https://docs.google.com/document/d/1moQfNcEIttsk6vYanNKIy3ZuK53hQUFq1b1r0rmsYVg/edit#heading=h.lgyp7ubwxmjc).
[Bzlmod](https://bazel.build/external/overview#bzlmod) automatically resolves transitive dependencies, allowing projects to scale while staying fast and resource-efficient. Introduced experimentally in Bazel 5.0, Bzlmod will be generally available and provide a solution for the [diamond dependency problem](https://docs.google.com/document/d/1moQfNcEIttsk6vYanNKIy3ZuK53hQUFq1b1r0rmsYVg/edit#heading=h.lgyp7ubwxmjc).

* Bzlmod goes from ‘experimental’ to ‘generally available’
* Includes support for `rules\_jvm\_external`, allowing users to download Maven dependencies for Java projects
Expand Down
443 changes: 0 additions & 443 deletions site/en/build/bzlmod.md

This file was deleted.

368 changes: 0 additions & 368 deletions site/en/build/external.md

This file was deleted.

Loading