Skip to content

Commit

Permalink
Move performance pages to locations that mirror the navigation.
Browse files Browse the repository at this point in the history
Example:
  https://bazel.build/configure/build-performance-metrics
becomes
  https://bazel.build/advanced/performance/build-performance-metrics

This is not a cleanup for all of the docs. It is a first attempt
to ensure this doesn't break some pipeline.

RELNOTES: None
PiperOrigin-RevId: 522028643
Change-Id: I49fcf225bbc71b3a9a2347202e66e0bfffadeff1
  • Loading branch information
aiuto authored and Copybara-Service committed Apr 5, 2023
1 parent a165187 commit 278988c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions site/en/_book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@ upper_tabs:
path: /configure/windows
- heading: Build performance
- title: Extracting build performance metrics
path: /configure/build-performance-metrics
path: /advanced/performance/build-performance-metrics
- title: Breaking down build performance
path: /configure/build-performance-breakdown
path: /advanced/performance/build-performance-breakdown
- title: JSON trace profile
path: /configure/json-trace-profile
path: /advanced/performance/json-trace-profile
- title: Optimize memory
path: /configure/memory
path: /advanced/performance/memory
- name: Remote execution
contents:
- heading: Remote build execution (RBE)
Expand Down
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions site/en/docs/_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ landing_page:
- heading: Using Bazel on Windows
path: /configure/windows
- heading: Extracting build performance metrics
path: /configure/build-performance-metrics
path: /advanced/performance/build-performance-metrics
- heading: Breaking down build performance
path: /configure/build-performance-breakdown
path: /advanced/performance/build-performance-breakdown
- heading: JSON trace profile
path: /configure/json-trace-profile
path: /advanced/performance/json-trace-profile
- heading: Optimize memory
path: /configure/memory
path: /advanced/performance/memory

# Remote distrubution row
- options:
Expand Down

0 comments on commit 278988c

Please sign in to comment.