Documentation Offboarding
Use this guidance when a documentation source, content area, or documentation site is being retired or removed from the Developer Portal.
When to offboard
Typical triggers:
- Product/service is decommissioned.
- Documentation source repository is no longer maintained.
- Content is replaced by a new canonical source.
- Team ownership has ended and no successor owner is assigned.
Offboarding outcomes
- Users are not left with broken links.
- Replacement content is clearly signposted where available.
- Portal navigation and search do not surface stale pages.
- Ownership and support references are removed or updated.
Offboarding flow
flowchart TB
A[Identify offboarding need] --> B[Confirm owner and approval]
B --> C[Decide replacement or retirement path]
C --> D[Plan deprecation notice and migration links]
D --> E[Update navigation and references]
E --> F[Remove or archive source content]
F --> G[Run validation and publish]
G --> H[Monitor for broken links and user feedback]
Checklist: offboarding a content area
- Confirm accountable owner for the offboarding change.
- Identify impacted pages and inbound links.
- Publish a clear deprecation notice with timeline.
- Link users to replacement content (if any).
- Update all indexes/navigation pages.
- Remove stale page links from related docs.
- Run local and CI validation checks.
- Verify published portal pages and search results.
Checklist: offboarding a full documentation site from portal ingestion
- Confirm business/product decision and owner approval.
- Edit
sources.jsoninministryofjustice/ministry-of-justice-developer-portaland remove the source entry or setenabledtofalse. - Remove site references from contributor/onboarding docs.
- Remove generated links from index and navigation pages.
- Ensure redirects or migration notes exist for high-traffic pages.
- Verify no broken local links remain after build.
- Raise a pull request in
ministryofjustice/ministry-of-justice-developer-portalwith the offboarding changes. - Request review by posting the PR in #ask-developer-experience and include impact notes. 9.
Validation checks
- Build the documentation output using the repository’s standard build workflow.
- Verify navigation links in the generated output.
- Run built-site link checking before publishing.
This page was last reviewed on 9 July 2026.
It needs to be reviewed again on 9 January 2027
by the page owner #developer-experience-alerts
.
This page was set to be reviewed before 9 January 2027
by the page owner #developer-experience-alerts.
This might mean the content is out of date.