Skip to content

Redirect and Deprecation Map

This page defines migration targets from legacy Annolid docs pages to canonical docs pages.

Migration Policy

  • Keep legacy pages available during transition.
  • Add canonical links on legacy pages.
  • Prefer stable docs URLs for new links and external references.
  • Retire duplicated legacy content only after one full release cycle with clear notice.

Legacy to Canonical Mapping

Legacy URL Canonical URL
https://annolid.com/content/README.html https://annolid.com/
https://annolid.com/content/how_to_install.html https://annolid.com/installation/
https://annolid.com/extract_frames.html https://annolid.com/workflows/
https://annolid.com/install.html https://annolid.com/installation/

Repository Source Mapping

Legacy Source File Canonical File
book/content/how_to_install.md docs/installation.md
docs/source/install.md docs/installation.md
book/content/extract_frames.md docs/workflows.md
docs/source/extract_frames.md docs/workflows.md

Deployment Notes

  • GitHub Pages path-based publishing:
  • root (/) for docs
  • /book/ for Jupyter Book
  • /portal/ compatibility mirror path
  • External domain sync (healthonrails.github.io) preserves this path layout.
  • Redirect stubs are auto-generated by scripts/write_legacy_redirects.sh during deploy workflows.