Skip to content

Commit 495ee52

Browse files
committed
Cleanup
1 parent 6db34a8 commit 495ee52

8 files changed

Lines changed: 267 additions & 75 deletions

File tree

docs/_static/switcher.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"url": "https://docs.openspp.org/"
66
},
77
{
8-
"name": "1.1",
9-
"version": "1.1",
10-
"url": "https://docs.openspp.org/1.1/"
8+
"name": "1.3",
9+
"version": "1.3",
10+
"url": "https://docs.openspp.org/1.3/"
1111
}
12-
]
12+
]

docs/conf.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@
134134
# built documents.
135135
#
136136
# The short X.Y version.
137-
version = "1.1"
137+
version = "1.3"
138138
# The full version, including alpha/beta/rc tags.
139-
release = "1.1"
139+
release = "1.3"
140140

141141
# -- Multi-version configuration ----------------------------------------------
142142
# Support environment-driven configuration for multi-version builds
@@ -390,9 +390,13 @@
390390
if not IS_PREVIEW:
391391
html_extra_path = [
392392
"_static/robots.txt",
393+
"_static/_redirects",
393394
]
394395
else:
395-
html_extra_path = []
396+
# Include redirects in previews too for validation
397+
html_extra_path = [
398+
"_static/_redirects",
399+
]
396400

397401
html_static_path = [
398402
"_static", # Last path wins. So this one will override the default theme's static files.

docs/contributing/redirects.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
orphan: true
3+
---
14

25
# Managing Documentation Redirects
36

@@ -79,4 +82,4 @@ redirects = {
7982
"setup/installation": "getting_started/installation_guide.html",
8083
"setup/configuration": "getting_started/installation_guide.html",
8184
}
82-
```
85+
```

docs/contributing/review_status_dashboard.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
orphan: true
3+
---
14

25
# Documentation Review Status Dashboard
36

docs/overview/case_studies/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
orphan: true
3+
---
14

25
# Case Studies
36

docs/overview/features/integrations_apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
orphan: true
22
myst:
33
html_meta:
44
"title": "OpenSPP Integration Architecture"

docs/overview/features/registry_data_management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
orphan: true
22
myst:
33
html_meta:
44
"description": "Overview of how OpenSPP manages secure and flexible registry data for social protection programs, including individuals, groups, and data validation."
@@ -42,4 +42,4 @@ OpenSPP provides the tools and structure needed for effective data management:
4242
* **For step-by-step instructions on registering users:** See {doc}`../../user_guide/registry_management/register_individual`.
4343
* **To learn how to import/export data:** See {doc}`../../user_guide/registry_management/import_export_registrant_data`
4444
* **For technical details on registry modules:** See {doc}`/reference/modules/g2p_registry_base`, {doc}`/reference/modules/g2p_registry_individual`, {doc}`/reference/modules/g2p_registry_group`, {doc}`/reference/modules/g2p_registry_membership`.
45-
* **For developer guides on customization:** See {doc}`/developer_guide/module_development/registry` and {doc}`/developer_guide/module_development/fields`.
45+
* **For developer guides on customization:** See {doc}`/developer_guide/module_development/registry` and {doc}`/developer_guide/module_development/fields`.

docs/reference/modules/index.md

Lines changed: 243 additions & 64 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)