From a801dea2d6df3b8c9c3a74be9acd8e5d93635ffe Mon Sep 17 00:00:00 2001 From: Dasun Hegoda Date: Fri, 24 Nov 2023 13:59:27 +0530 Subject: [PATCH] User Mgt --- docs/index.md | 6 ++++-- docs/learn/index.md | 1 - docs/technical_reference/index.md | 3 +++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index f5ae42c9..bb0ff496 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,14 +8,16 @@ myst: --- (index-label)= + # OpenSPP - Social Protection Platform OpenSPP is an open-source project that aims to streamline the management of social protection programs. It can be used on its own or in conjunction with other services. ## How the documentation is organized + A high-level overview of how OpenSPP’s documentation is organized will help you know where to look for certain things: -- [Tutorials](tutorials/index) take you by the hand through a series of steps to create a web application. Start here if you’re new to OpenSPP. +- [Tutorials](tutorials/index) take you by the hand through a series of steps to create a web application. Start here if you’re new to OpenSPP. - [User guides](user_guide/index) discuss key topics and concepts at a fairly high level and provide useful background information and explanation. - [Technical guides](technical_reference/index) contain technical reference for APIs and other aspects of OpenSPP's machinery. They describe how it works and how to use it but assume that you have a basic understanding of key concepts. - [How-to guides](howto/index) are recipes. They guide you through the steps involved in addressing key problems and use-cases. They are more advanced than tutorials and assume some knowledge of how OpenSPP works. @@ -38,7 +40,6 @@ The project is currently under development, and everything is evolving rapidly a To learn more, take a look at the [Architecture](technical_reference/architecture) page. - ```{toctree} :maxdepth: 2 :hidden: true @@ -48,6 +49,7 @@ tutorials/index user_guide/index howto/index technical_reference/index +explanation/index community_and_support/index contributing/index ``` diff --git a/docs/learn/index.md b/docs/learn/index.md index 8bcdec5d..f5f710cd 100644 --- a/docs/learn/index.md +++ b/docs/learn/index.md @@ -2,7 +2,6 @@ New to OpenSPP? Well, you came to the right place: read this material to quickly get up and running. - ```{toctree} --- caption: Learn diff --git a/docs/technical_reference/index.md b/docs/technical_reference/index.md index fc0e0726..1d204e44 100644 --- a/docs/technical_reference/index.md +++ b/docs/technical_reference/index.md @@ -25,6 +25,9 @@ programs/dashboards integrations external_api +# Other +backup + # Managers and Modules programs/concepts programs/program_manager