Skip to content

Commit b53e349

Browse files
committed
docs: remove review headers and disable reorganization warnings
- Removed review-related frontmatter fields from all documentation files - review-status, review-date, reviewer, migration-notes - Fixed empty frontmatter blocks that resulted from header removal - Disabled reorganization ribbon and warning banner by commenting out review status system in layout.html template - Applied doc-style-editor fixes to overview section: - Added missing MyST html_meta for SEO - Fixed heading case to sentence case - Converted markdown links to {doc} syntax - Removed links from headings in index files All documentation now builds cleanly without review metadata or warnings.
1 parent 29e998a commit b53e349

109 files changed

Lines changed: 252 additions & 748 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/_templates/layout.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{% extends "sphinx_book_theme/layout.html" %}
22
{%- block extrahead %}
33
{{ super() }}
4-
<!-- Review Status System -->
4+
<!-- Review Status System - DISABLED
55
<link rel="stylesheet" href="{{ pathto('_static/review_status.css', 1) }}" type="text/css" />
66
<script src="{{ pathto('_static/review_status_simple.js', 1) }}"></script>
7+
-->
78

89
<script src="https://cdn.jsdelivr.net/npm/less@4.1.1" ></script>
910

docs/community/code_of_conduct.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
review-status: needs-review
3-
review-date: 2025-06-04
4-
reviewer: migration-script
5-
migration-notes: "Added during 2025 documentation reorganization"
6-
---
71

82
# Contributor Covenant Code of Conduct
93

docs/community/contributing.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
review-status: needs-review
3-
review-date: 2025-09-01
4-
reviewer: migration-script
5-
migration-notes: "Added during 2025 documentation reorganization"
6-
---
71

82
# Contributing
93

docs/community/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
review-status: needs-review
3-
review-date: 2025-06-04
4-
reviewer: migration-script
5-
migration-notes: "Added during 2025 documentation reorganization"
6-
---
71

82
# Community
93

docs/community/license.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
review-status: needs-review
3-
review-date: 2025-06-04
4-
reviewer: migration-script
5-
migration-notes: "Added during 2025 documentation reorganization"
6-
---
71

82
# Licensing
93

docs/community/release_management.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
review-status: needs-review
3-
review-date: 2025-06-04
4-
reviewer: migration-script
5-
migration-notes: "Added during 2025 documentation reorganization"
6-
---
71

82
# Release Management
93

docs/community/security_reporting.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
review-status: needs-review
3-
review-date: 2025-06-04
4-
reviewer: migration-script
5-
migration-notes: "Added during 2025 documentation reorganization"
6-
---
71

82
# OpenSPP Vulnerability Disclosure Policy
93

docs/community/support.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
review-status: needs-review
3-
review-date: 2025-06-04
4-
reviewer: migration-script
5-
migration-notes: "hidden for now. for batch 2 documentation
6-
---
71

82
# Support Model
93

docs/contributing/redirects.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
review-status: needs-review
3-
review-date: 2025-06-04
4-
reviewer: migration-script
5-
migration-notes: "Added during 2025 documentation reorganization"
6-
---
71

82
# Managing Documentation Redirects
93

docs/contributing/review_status_dashboard.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
review-status: approved
3-
review-date: 2025-06-04
4-
reviewer: migration-script
5-
migration-notes: "Status dashboard for documentation review tracking"
6-
---
71

82
# Documentation Review Status Dashboard
93

@@ -122,7 +116,6 @@ The review status system includes:
122116
- `docs/_static/review_status_simple.js` - Status detection and display
123117
- `docs/_templates/layout.html` - Template modifications
124118
- `add_review_status.py` - Script to add frontmatter to all pages
125-
126119
---
127120

128121
*Last updated: 2025-06-04*

0 commit comments

Comments
 (0)