Skip to content

Commit 679a062

Browse files
committed
fixed build errors related to developer guide
fixed missing images for developer guide fixed toctree reference errors
1 parent 233d56a commit 679a062

File tree

12 files changed

+9
-11
lines changed

12 files changed

+9
-11
lines changed

docs/community/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
review-status: needs-review
33
review-date: 2025-06-04
44
reviewer: migration-script
5-
migration-notes: "Added during 2025 documentation reorganization"
5+
migration-notes: "hidden for now. need to confirm if this is to be displayed"
66
---
77

88
# Support Model

docs/developer_guide/architecture.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ modularity are:
7979

8080
## High-level Functional Reference Architecture
8181

82-
![](images/highlevel_architecture.jpg)
82+
![](architecture/highlevel_architecture.jpg)
8383

8484
The OpenSPP functional architecture diagram above presents an overview of the components and layers of a typical OpenSPP implementation.
8585

@@ -126,7 +126,7 @@ Non-functional requirements are the characteristics of the OpenSPP platform that
126126

127127
The on-premises deployment of OpenSPP encompasses a suite of interconnected components, each playing a vital role in delivering secure, robust, and highly efficient service. This document is intended to provide an high-level understanding of the OpenSPP on-premises deployment architecture and its key components.
128128

129-
![](images/deployment_architecture_onprem.jpg)
129+
![](architecture/deployment_architecture_onprem.jpg)
130130

131131
### A. The components description
132132

@@ -221,7 +221,7 @@ The selection among these options should align with the organization's/countries
221221

222222
The single-node deployment refers to installing and configuring OpenSPP on a single VM, typically for testing or small-scale production purposes. This deployment type involves setting up all the required OpenSPP modules on a single physical or virtual machine, ensuring simplified management and a reduced resource footprint.
223223

224-
![](images/deployment_architecture_on_prem_single_node.jpg)
224+
![](architecture/deployment_architecture_on_prem_single_node.jpg)
225225

226226
The specifications required for a single-node deployment of OpenSPP largely depend on the intended use case of the system. The requirements may be relatively minimal for a testing or development setting, entailing a multi-core processor, adequate RAM, and sufficient storage capacity. However, for small-scale production environments, the requirements can escalate significantly, mandating top-tier multicore processors, substantial amounts of RAM, and high-performance, capacity-rich storage. The network interface should be correspondingly high-speed. These recommendations should be adapted based on the specific computational load and throughput anticipated for the system. For instance, systems expected to handle high traffic volumes will necessitate more robust hardware and expanded network capabilities to ensure seamless operation.
227227

@@ -237,7 +237,7 @@ replace the default implementation with your own.
237237
For example, the eligibility calculation can be delegated to a third-party service that has access to other
238238
data and just return the eligibility result to OpenSPP.
239239

240-
![](images/openspp_modular_architecture.png)
240+
![](architecture/openspp_modular_architecture.png)
241241

242242
- [Eligibility Manager](programs/eligibility_manager.rst)
243243
- [Entitlement Manager](programs/entitlement_manager.rst)
458 KB
Loading
1.33 MB
Loading
1.7 MB
Loading
113 KB
Loading

docs/developer_guide/integrations/oidc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ it.
5050

5151
**For example:**
5252

53-
![](images/openspp_oidc_configuration.png)
53+
![](oidc/openspp_oidc_configuration.png)
5454

5555
### Customizing the login page (Optional)
5656

192 KB
Loading

docs/overview/case_studies/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
review-status: needs-review
33
review-date: 2025-06-04
44
reviewer: migration-script
5-
migration-notes: "Added during 2025 documentation reorganization"
5+
migration-notes: "hidden for now as its content is still in progress"
66
---
77

88
# Case Studies

docs/overview/use_cases/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ This section provides entry points for OpenSPP's main use cases.
1818
farmer_registry
1919
social_registry
2020
sp_mis
21-
social-protection-management-information-system
2221
```

0 commit comments

Comments
 (0)