From d34c47c7d76ba727fc90dfa8115fe9f763de0580 Mon Sep 17 00:00:00 2001 From: Andra Blaj Date: Fri, 31 Jan 2025 16:55:10 +0000 Subject: [PATCH 1/2] chore: move training page to training section --- .../en/{running-programs => building/training}/training.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename content/en/{running-programs => building/training}/training.md (99%) diff --git a/content/en/running-programs/training.md b/content/en/building/training/training.md similarity index 99% rename from content/en/running-programs/training.md rename to content/en/building/training/training.md index cfd61ea55..0cd70e526 100644 --- a/content/en/running-programs/training.md +++ b/content/en/building/training/training.md @@ -1,8 +1,11 @@ --- title: "CHT training resources" -linkTitle: "Training of End Users" -weight : 1 +linkTitle: "Training CHT Users" +weight : 4 +aliases: + - /running-programs/training --- + ## CHT training process In the implementation of CHT supported community health programs, health care workers such as CHWs, CHW supervisors and facility based health care providers need training to help equip them with the required knowledge and skills to effectively carry out their roles and responsibilities. For most deployments, program leads and ministry of health officials may also need training for them to perform their roles, oversee and supervise the community health programs. End user training needs to be well planned and implemented using standardized training methods and approaches which take into account the capacity of end users. From 7d3cdd9b326faed307ca328a7e1e74c11af59288 Mon Sep 17 00:00:00 2001 From: Andra Blaj Date: Fri, 31 Jan 2025 16:57:51 +0000 Subject: [PATCH 2/2] chore: order sections logically --- content/en/building/_index.md | 2 +- content/en/core/_index.md | 2 +- content/en/design/_index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/building/_index.md b/content/en/building/_index.md index 610c8044a..c092ebf99 100644 --- a/content/en/building/_index.md +++ b/content/en/building/_index.md @@ -4,7 +4,7 @@ linkTitle: "Building" identifier: "Building" aliases: - /apps/ -weight: 3 +weight: 5 description: > Overview and reference for building CHT Applications --- diff --git a/content/en/core/_index.md b/content/en/core/_index.md index 6edd75b38..e36bcbed3 100644 --- a/content/en/core/_index.md +++ b/content/en/core/_index.md @@ -1,7 +1,7 @@ --- title: "CHT Core Framework" linkTitle: "CHT Core Framework" -weight: 4 +weight: 3 description: > Technical overview and architecture of CHT Core used to build digital health applications --- diff --git a/content/en/design/_index.md b/content/en/design/_index.md index d90ae9856..975eccba3 100644 --- a/content/en/design/_index.md +++ b/content/en/design/_index.md @@ -1,7 +1,7 @@ --- title: "Designing" linkTitle: "Designing" -weight: 2 +weight: 4 description: > Design guidelines for developers and designers of digital health applications ---