Allow documentation redirects.

Review Request #14440 — Created May 16, 2025 and submitted

Information

Review Board
release-7.1.x

Reviewers

This change allows documentation page paths to be redirected to other
pages. We follow what we do for our Review Board codebase docs, where we:
- Add a redirects.json file that contains the redirect info
- Point to that file in collect_file_patterns in our conf.py
- Rely on the beanbag_docutils.sphinx.ext.collect_files extension to
collect the redirect info.

The redirect info will be filled out in other changes.

Used in other changes.

Summary ID
Allow documentation redirects.
This change allows documentation page paths to be redirected to other pages. We follow what we do for our Review Board codebase docs, where we: - Add a `redirects.json` file that contains the redirect info - Point to that file in `collect_file_patterns` in our `conf.py` - Rely on the `beanbag_docutils.sphinx.ext.collect_files` extension to collect the redirect info.
1fe983f114f1b631aa074881c9a17e3f2392d7e5
david
  1. Ship It!
  2. 
      
chipx86
  1. Ship It!
  2. 
      
maubin
Review request changed
Status:
Completed
Change Summary:
Pushed to release-7.1.x (38746aa)
Loading...