From f28e270b24310273f05d41e60b5711ac66e9755e Mon Sep 17 00:00:00 2001 From: Andra Blaj Date: Fri, 14 Feb 2025 15:29:13 +0000 Subject: [PATCH 1/2] chore(#508): add style for page descriptions --- content/en/contribute/docs/style-guide.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/en/contribute/docs/style-guide.md b/content/en/contribute/docs/style-guide.md index e3fad046f..87953acca 100644 --- a/content/en/contribute/docs/style-guide.md +++ b/content/en/contribute/docs/style-guide.md @@ -267,6 +267,24 @@ This is a sample note. This is a sample note. {{% /alert */%}}` +### Page descriptions + +Page descriptions show on index pages, and at the top of the individual pages. + +Use active and concise language in page descriptions. + +| Do | Don't | +|---|---| +|Best practices for configuring CHT applications|This document covers the configuration best practices of forms, tasks, targets, and contact profiles when building your own community health app| + +Use sentence case and no punctuation. Avoid multiple sentences. + +| Do | Don't | +|---|---| +|Best practices for configuring CHT applications|Best Practices for Configuring CHT Applications| +|Developing and delivering world-class software|Developing and delivering world-class software.| +|The central users of CHT applications|CHWs are the central users of apps built with the Core Framework. CHWs conduct household visits and are responsible for the health of their community.| + ### Images The [image markdown syntax](https://www.markdownguide.org/basic-syntax/#images-1) can be used for images, but if any styling is required use the built-in `figure` shortcode. With the `figure` shortcode [many fields are configurable](https://gohugo.io/content-management/shortcodes/#figure), and the position and size can be responsive with [Bootstrap grid classes](https://getbootstrap.com/docs/4.0/layout/grid/#responsive-classes). You should avoid using the HTML `img` tag in the documentation. From b81f50d33c434085d2d62c21ba66ed110e34e176 Mon Sep 17 00:00:00 2001 From: Andra Blaj Date: Fri, 14 Feb 2025 15:58:27 +0000 Subject: [PATCH 2/2] apply page description style --- content/en/building/concepts/_index.md | 2 +- content/en/building/concepts/access.md | 2 +- content/en/building/concepts/navigation.md | 2 +- content/en/building/condition-cards.md | 2 +- .../en/building/contact-management/user-management-tool.md | 2 +- .../en/building/contact-summary/contact-summary-overview.md | 2 +- content/en/building/features/_index.md | 2 +- content/en/building/features/messaging/_index.md | 2 +- content/en/building/features/reports/_index.md | 2 +- content/en/building/guides/_index.md | 2 +- content/en/building/guides/android/publishing.md | 2 +- content/en/building/guides/performance/purging.md | 2 +- content/en/building/guides/performance/replication.md | 2 +- content/en/building/guides/security/securing-android.md | 2 +- content/en/building/prerequisites.md | 2 +- .../training/training-cards/training-cards-configuration.md | 2 +- content/en/building/tutorials/_index.md | 2 +- content/en/building/tutorials/application-graphics.md | 2 +- content/en/building/tutorials/couch2pg-setup.md | 2 +- content/en/contribute/code/repository-checklist.md | 2 +- content/en/contribute/code/static-analysis.md | 2 +- content/en/contribute/docs/style-guide.md | 6 +++--- content/en/contribute/tech-radar.md | 2 +- content/en/core/overview/architecture.md | 2 +- content/en/core/overview/data-flows-for-analytics.md | 2 +- content/en/core/overview/offline-first.md | 2 +- content/en/core/overview/pwa.md | 2 +- content/en/core/overview/transitions.md | 2 +- content/en/design/best-practices.md | 2 +- content/en/design/interface/_index.md | 2 +- content/en/design/personas/_index.md | 2 +- content/en/exploring/covid-rdt-reference-app.md | 2 +- content/en/exploring/interoperability.md | 2 +- content/en/exploring/learning-care.md | 2 +- content/en/exploring/pharmacovigilance-reference-app.md | 2 +- content/en/exploring/stock-monitoring.md | 2 +- content/en/exploring/supervisor-reference-app.md | 4 ++-- content/en/exploring/training.md | 2 +- .../en/hosting/analytics/couch2pg-to-cht-sync-migration.md | 2 +- content/en/hosting/costs/_index.md | 3 ++- 40 files changed, 44 insertions(+), 43 deletions(-) diff --git a/content/en/building/concepts/_index.md b/content/en/building/concepts/_index.md index 6805e24bb..f719cd26c 100644 --- a/content/en/building/concepts/_index.md +++ b/content/en/building/concepts/_index.md @@ -2,7 +2,7 @@ title: "Concepts" weight: 13 description: > - Basic concepts that will help you understand how CHT applications are built + Basic concepts about how CHT applications are built aliases: - /apps/concepts/ --- diff --git a/content/en/building/concepts/access.md b/content/en/building/concepts/access.md index d33621dbc..4b76c0de5 100644 --- a/content/en/building/concepts/access.md +++ b/content/en/building/concepts/access.md @@ -3,7 +3,7 @@ title: "Accessing CHT Apps" linkTitle: "Access" weight: 1 description: > - Starting up your digital health apps + Starting up a digital health app aliases: - /apps/concepts/access diff --git a/content/en/building/concepts/navigation.md b/content/en/building/concepts/navigation.md index 5deccddc1..efed76f3d 100644 --- a/content/en/building/concepts/navigation.md +++ b/content/en/building/concepts/navigation.md @@ -3,7 +3,7 @@ title: "Navigating CHT Apps" linkTitle: "Navigation" weight: 2 description: > - Browsing your digital health apps + Browsing a digital health app aliases: - /apps/concepts/navigation --- diff --git a/content/en/building/condition-cards.md b/content/en/building/condition-cards.md index 177d38aa2..8696b68b7 100644 --- a/content/en/building/condition-cards.md +++ b/content/en/building/condition-cards.md @@ -3,7 +3,7 @@ title: Condition Cards linkTitle: Condition Cards weight: 6 description: > - Building CHT application condition cards + Building CHT condition cards relatedContent: > building/contact-management building/contact-summary/contact-summary-templated#condition-cards diff --git a/content/en/building/contact-management/user-management-tool.md b/content/en/building/contact-management/user-management-tool.md index 081877cf3..39c78792f 100644 --- a/content/en/building/contact-management/user-management-tool.md +++ b/content/en/building/contact-management/user-management-tool.md @@ -3,7 +3,7 @@ title: "CHT User Management tool" linkTitle: User management tool weight: 5 description: > - How to use and configure a user management tool for your CHT project. + How to use and configure a user management tool for a CHT project relatedContent: > building/contact-management/contact-and-users-1 building/guides/data/users-bulk-load diff --git a/content/en/building/contact-summary/contact-summary-overview.md b/content/en/building/contact-summary/contact-summary-overview.md index 27589381f..036eba330 100644 --- a/content/en/building/contact-summary/contact-summary-overview.md +++ b/content/en/building/contact-summary/contact-summary-overview.md @@ -3,7 +3,7 @@ title: Building Contact Summary linkTitle: Building weight: 1 description: > - Building CHT application contact summary + Building CHT Application contact summary relatedContent: > building/contact-management#contact-summary building/contact-summary/contact-summary-templated#contact-summary diff --git a/content/en/building/features/_index.md b/content/en/building/features/_index.md index a734c8414..5581ebe61 100644 --- a/content/en/building/features/_index.md +++ b/content/en/building/features/_index.md @@ -3,7 +3,7 @@ title: "Features of CHT Applications" linkTitle: "Features" weight: 15 description: > - Overview of features of CHT applications built with CHT Core + Overview of features of CHT Applications built with CHT Core aliases: - /apps/features/ --- diff --git a/content/en/building/features/messaging/_index.md b/content/en/building/features/messaging/_index.md index 1860177c8..577426a77 100644 --- a/content/en/building/features/messaging/_index.md +++ b/content/en/building/features/messaging/_index.md @@ -2,7 +2,7 @@ title: Messaging weight: 5 description: > - Messaging for Care Coordination, Alerts, and Notifications + Messaging for care coordination, alerts, and notifications relatedContent: > building/reference/app-settings/schedules building/guides/messaging diff --git a/content/en/building/features/reports/_index.md b/content/en/building/features/reports/_index.md index 7ffec93eb..715ab49cb 100644 --- a/content/en/building/features/reports/_index.md +++ b/content/en/building/features/reports/_index.md @@ -2,7 +2,7 @@ title: Reports weight: 6 description: > - Reports for Data & Report Management + Reports for data & report management relatedContent: > building/reference/app-settings/patient_reports building/guides/data/invalid-reports diff --git a/content/en/building/guides/_index.md b/content/en/building/guides/_index.md index ecc9ceab4..9c41ca87e 100644 --- a/content/en/building/guides/_index.md +++ b/content/en/building/guides/_index.md @@ -3,7 +3,7 @@ title: "Quick Guides for Implementers" linkTitle: "Quick Guides" weight: 15 description: > - These quick guides address focused CHT app development topics + Focused CHT app development guides aliases: - /apps/guides/ --- diff --git a/content/en/building/guides/android/publishing.md b/content/en/building/guides/android/publishing.md index a0b3cf8c3..c2a27b5b4 100644 --- a/content/en/building/guides/android/publishing.md +++ b/content/en/building/guides/android/publishing.md @@ -3,7 +3,7 @@ title: "Publishing" linkTitle: "Publishing" weight: 4 description: > - Instructions for Publishing Android Apps + Instructions for publishing Android Apps relatedContent: > contribute/code/android/releasing building/guides/android/branding diff --git a/content/en/building/guides/performance/purging.md b/content/en/building/guides/performance/purging.md index 9b9616540..6893cd1f7 100644 --- a/content/en/building/guides/performance/purging.md +++ b/content/en/building/guides/performance/purging.md @@ -3,7 +3,7 @@ title: "Purging" linkTitle: "Purging" weight: description: > - Remove unneeded documents from offline users devices. + Remove unneeded documents from offline users devices keywords: relatedContent: > design/personas/chw-janet diff --git a/content/en/building/guides/performance/replication.md b/content/en/building/guides/performance/replication.md index 75c590131..592052d2f 100644 --- a/content/en/building/guides/performance/replication.md +++ b/content/en/building/guides/performance/replication.md @@ -3,7 +3,7 @@ title: "CouchDB replication" linkTitle: "Replication" weight: description: > - Settings for downloading copies of data onto a user's device. + Settings for downloading copies of data onto a user's device keywords: relatedContent: > building/reference/app-settings/replication_depth diff --git a/content/en/building/guides/security/securing-android.md b/content/en/building/guides/security/securing-android.md index 3f01b9460..4ca176af6 100644 --- a/content/en/building/guides/security/securing-android.md +++ b/content/en/building/guides/security/securing-android.md @@ -3,7 +3,7 @@ title: "Securing Android Devices" linkTitle: "Securing Android" weight: description: > - How to secure android devices used in deployments + How to secure Android devices used in deployments relatedContent: > building/guides/debugging/replicating-production-data-locally hosting/3.x/ssl-cert-install diff --git a/content/en/building/prerequisites.md b/content/en/building/prerequisites.md index d6059d326..88696aaa9 100644 --- a/content/en/building/prerequisites.md +++ b/content/en/building/prerequisites.md @@ -3,7 +3,7 @@ title: "Prerequisites for App Development" linkTitle: "Prerequisites" weight: 1 description: > - Tools and background skills that are helpful for developing CHT apps + Tools and skills needed for developing CHT Applications relatedContent: > building/local-setup aliases: diff --git a/content/en/building/training/training-cards/training-cards-configuration.md b/content/en/building/training/training-cards/training-cards-configuration.md index f983eb76b..b467a9cb4 100644 --- a/content/en/building/training/training-cards/training-cards-configuration.md +++ b/content/en/building/training/training-cards/training-cards-configuration.md @@ -3,7 +3,7 @@ title: "Training Cards Configuration" linkTitle: "Configuring" weight: 15 description: > - Deploy in-app training cards for remote training. + Deploying in-app training cards for remote training keyword: training relatedContent: > building/training/training-cards diff --git a/content/en/building/tutorials/_index.md b/content/en/building/tutorials/_index.md index 85afe1627..73f2426de 100644 --- a/content/en/building/tutorials/_index.md +++ b/content/en/building/tutorials/_index.md @@ -3,7 +3,7 @@ title: "Step-by-Step Tutorials" linkTitle: "Tutorials" weight: 15 description: > - A growing collection of thorough step-by-step tutorials for developing and deploying digital health apps with the Community Health Toolkit. + A collection of step-by-step tutorials for developing and deploying digital health apps with the CHT aliases: - /apps/tutorials/ --- diff --git a/content/en/building/tutorials/application-graphics.md b/content/en/building/tutorials/application-graphics.md index 276088daf..de6a841a9 100644 --- a/content/en/building/tutorials/application-graphics.md +++ b/content/en/building/tutorials/application-graphics.md @@ -3,7 +3,7 @@ title: "Configuring CHT Application Graphics" linkTitle: Branding weight: 14 description: > - Configuring CHT Application Graphics + Configuring CHT Application graphics relatedContent: > building/features/admin design/interface/icons diff --git a/content/en/building/tutorials/couch2pg-setup.md b/content/en/building/tutorials/couch2pg-setup.md index 12bce8e41..8e0feb818 100644 --- a/content/en/building/tutorials/couch2pg-setup.md +++ b/content/en/building/tutorials/couch2pg-setup.md @@ -3,7 +3,7 @@ title: "Local Couch2pg Setup" linkTitle: Couch2pg Setup weight: 21 description: > - Setting up a Couch2pg service to download data from CouchDB to Postgres Database + Setting up a Couch2pg service to download data from CouchDB to Postgres database relatedContent: > building/local-setup aliases: diff --git a/content/en/contribute/code/repository-checklist.md b/content/en/contribute/code/repository-checklist.md index 82791a99f..c94e4f6f7 100644 --- a/content/en/contribute/code/repository-checklist.md +++ b/content/en/contribute/code/repository-checklist.md @@ -3,7 +3,7 @@ title: "CHT Product Repository Checklist" linkTitle: "Repository Checklist" weight: 8 description: > - Checklist to consider when creating CHT Product repositories under Medic's GitHub organization account + Checklist to consider when creating CHT Product repositories --- ## Repository Creation Checklist diff --git a/content/en/contribute/code/static-analysis.md b/content/en/contribute/code/static-analysis.md index 4cfee9b75..bcf67a161 100644 --- a/content/en/contribute/code/static-analysis.md +++ b/content/en/contribute/code/static-analysis.md @@ -3,7 +3,7 @@ title: "Static Analysis" linkTitle: "Static Analysis" weight: 11 description: > - Guidelines for static analysis of CHT code. + Guidelines for static analysis of CHT code --- ## eslint diff --git a/content/en/contribute/docs/style-guide.md b/content/en/contribute/docs/style-guide.md index 87953acca..f119c5dbc 100644 --- a/content/en/contribute/docs/style-guide.md +++ b/content/en/contribute/docs/style-guide.md @@ -275,15 +275,15 @@ Use active and concise language in page descriptions. | Do | Don't | |---|---| -|Best practices for configuring CHT applications|This document covers the configuration best practices of forms, tasks, targets, and contact profiles when building your own community health app| +|Best practices for configuring CHT Applications|This document covers the configuration best practices of forms, tasks, targets, and contact profiles when building your own community health app| Use sentence case and no punctuation. Avoid multiple sentences. | Do | Don't | |---|---| -|Best practices for configuring CHT applications|Best Practices for Configuring CHT Applications| +|Best practices for configuring CHT Applications|Best Practices For Configuring CHT Applications| |Developing and delivering world-class software|Developing and delivering world-class software.| -|The central users of CHT applications|CHWs are the central users of apps built with the Core Framework. CHWs conduct household visits and are responsible for the health of their community.| +|The central users of CHT Applications|CHWs are the central users of apps built with the Core Framework. CHWs conduct household visits and are responsible for the health of their community.| ### Images diff --git a/content/en/contribute/tech-radar.md b/content/en/contribute/tech-radar.md index 754aad526..c16a3e854 100644 --- a/content/en/contribute/tech-radar.md +++ b/content/en/contribute/tech-radar.md @@ -3,7 +3,7 @@ title: "CHT Technology Radars" linkTitle: "Tech radar" weight: 6 description: > - CHT Technology Radars for Contributors and Implementers + CHT Technology Radars for contributors and implementers --- It is essential for a development toolkit such as the Community Health Toolkit to constantly improve and keep track with the latest useful innovations. It is important to openly look for innovations and new technologies and to question established technologies and methods every now and then. diff --git a/content/en/core/overview/architecture.md b/content/en/core/overview/architecture.md index fb0ab23a3..79dc7ce54 100644 --- a/content/en/core/overview/architecture.md +++ b/content/en/core/overview/architecture.md @@ -3,7 +3,7 @@ title: "Architecture of CHT Instances" linkTitle: "CHT Core" weight: 1 description: > - The different pieces of a CHT project, how they interact, and what they're used for + Overview of CHT projects components and interactions relatedContent: > core/overview/watchdog core/overview/cht-sync diff --git a/content/en/core/overview/data-flows-for-analytics.md b/content/en/core/overview/data-flows-for-analytics.md index e55ec8251..f4d06c263 100644 --- a/content/en/core/overview/data-flows-for-analytics.md +++ b/content/en/core/overview/data-flows-for-analytics.md @@ -3,7 +3,7 @@ title: "Data Flows for Analytics" linkTitle: "Data Flows" weight: 3 description: > - An overview of data flows in the CHT for analytics, impact monitoring, and data science + Overview of data flows in the CHT for analytics, impact monitoring, and data science relatedContent: > building/guides/data building/guides/database diff --git a/content/en/core/overview/offline-first.md b/content/en/core/overview/offline-first.md index b5c3a5c3e..99bfd1fa8 100644 --- a/content/en/core/overview/offline-first.md +++ b/content/en/core/overview/offline-first.md @@ -3,7 +3,7 @@ title: "Offline-First in the CHT" linkTitle: "Offline-First" weight: 2 description: > - An overview of what Offline-First means, why the CHT uses it, and how to contribute code that uses it. + Overview of Offline-First in the context of the CHT --- ## Introduction diff --git a/content/en/core/overview/pwa.md b/content/en/core/overview/pwa.md index 7aaabaecb..6f377c614 100644 --- a/content/en/core/overview/pwa.md +++ b/content/en/core/overview/pwa.md @@ -3,7 +3,7 @@ title: "Installation as a Progressive Web App" linkTitle: "Progressive Web App" weight: 2 description: > - What it means that the CHT Core web application is a Progressive Web App. + What it means that the CHT Core web application is a Progressive Web App --- ## What is a Progressive Web App (PWA)? diff --git a/content/en/core/overview/transitions.md b/content/en/core/overview/transitions.md index 5986b3c16..f4d5955ae 100644 --- a/content/en/core/overview/transitions.md +++ b/content/en/core/overview/transitions.md @@ -3,7 +3,7 @@ title: "Sentinel Transitions" linkTitle: "Sentinel Transitions" weight: 4 description: > - Overview of Transitions, JavaScript code that runs server-side when database documents change + Overview of transitions and database documents change relatedContent: > building/reference/app-settings/transitions --- diff --git a/content/en/design/best-practices.md b/content/en/design/best-practices.md index 0881a694e..7b1310ff3 100644 --- a/content/en/design/best-practices.md +++ b/content/en/design/best-practices.md @@ -3,7 +3,7 @@ title: "Configuration Best Practices" linkTitle: "Best Practices" weight: 5 description: > - Best Practices for configuring CHT Applications + Best practices for configuring CHT Applications aliases: - /design/best-practices/ --- diff --git a/content/en/design/interface/_index.md b/content/en/design/interface/_index.md index bfbe949e8..c7f59236c 100644 --- a/content/en/design/interface/_index.md +++ b/content/en/design/interface/_index.md @@ -3,7 +3,7 @@ title: "Interface" linkTitle: "Interface" weight: 2 description: > - Interface principles to help shaping the design of the CHT and providing support in effective implementation + Interface principles to design the CHT and support effective implementation --- The purpose of this guide is to document the standard aspects of the core framework and allow designers and developers to focus on solving challenges, rather than reinventing interface elements that are already in use. \ No newline at end of file diff --git a/content/en/design/personas/_index.md b/content/en/design/personas/_index.md index 8c4c667dd..6a06249f0 100644 --- a/content/en/design/personas/_index.md +++ b/content/en/design/personas/_index.md @@ -3,7 +3,7 @@ title: "User Personas" linkTitle: "Personas" weight: 1 description: > - The "typical" users of CHT Apps across diverse contexts + The "typical" users of CHT Applications across diverse contexts --- User personas give you a common understanding of who you are serving, particularly when working across diverse contexts. Your global personas are based on "typical" users, knowing that some variation is present in different settings. diff --git a/content/en/exploring/covid-rdt-reference-app.md b/content/en/exploring/covid-rdt-reference-app.md index b2bd4c4e6..eaea9b367 100644 --- a/content/en/exploring/covid-rdt-reference-app.md +++ b/content/en/exploring/covid-rdt-reference-app.md @@ -3,7 +3,7 @@ title: "COVID-19 Testing with Rapid Diagnostic Tests" linkTitle: "COVID-19 Testing" weight: description: > - CHT example application that uses a third party app to capture the result of a Rapid Diagnostic Test. + CHT example application that uses a third party app to capture the result of a Rapid Diagnostic Test relatedContent: > building/forms/app/#android-app-launcher building/forms/app/#cht-xform-widgets diff --git a/content/en/exploring/interoperability.md b/content/en/exploring/interoperability.md index e1a87a91f..0dfba7930 100644 --- a/content/en/exploring/interoperability.md +++ b/content/en/exploring/interoperability.md @@ -3,7 +3,7 @@ title: "Loss to Follow Up" linkTitle: "Loss to Follow Up" weight: description: > - Generating patients with missed follow-up appointments between the CHT and requesting system + Handling patients with missed follow-up appointments between the CHT and other health systems keywords: Loss to Follow Up relatedContent: > building/interoperability diff --git a/content/en/exploring/learning-care.md b/content/en/exploring/learning-care.md index ce9daa49a..5b0001b27 100644 --- a/content/en/exploring/learning-care.md +++ b/content/en/exploring/learning-care.md @@ -3,7 +3,7 @@ title: "Learning and Care" linkTitle: "Learning & Care" weight: description: > - An integration built to pilot the integrated workflows focused on CHW remote learning and care support for COVID-19. + An integration built to pilot the integrated workflows focused on CHW remote learning and care support for COVID-19 keywords: oppia relatedContent: > building/integrations/oppia diff --git a/content/en/exploring/pharmacovigilance-reference-app.md b/content/en/exploring/pharmacovigilance-reference-app.md index e56f4c335..089430214 100644 --- a/content/en/exploring/pharmacovigilance-reference-app.md +++ b/content/en/exploring/pharmacovigilance-reference-app.md @@ -3,7 +3,7 @@ title: "Pharmacovigilance Reference app" linkTitle: "Pharmacovigilance" weight: description: > - CHT example application that supports pharmacovigilance in a community setting. + CHT example application that supports pharmacovigilance in a community setting aliases: - /apps/examples/pharmacovigilance-reference-app - /building/examples/pharmacovigilance-reference-app diff --git a/content/en/exploring/stock-monitoring.md b/content/en/exploring/stock-monitoring.md index 67f8f29b9..765db3194 100644 --- a/content/en/exploring/stock-monitoring.md +++ b/content/en/exploring/stock-monitoring.md @@ -3,7 +3,7 @@ title: "Stock Monitoring" linkTitle: "Stock Monitoring" weight: description: > - Guidance on design and development of stock monitoring workflows. + Guidance on design and development of stock monitoring workflows keywords: stock monitoring aliases: - /apps/examples/stock-monitoring diff --git a/content/en/exploring/supervisor-reference-app.md b/content/en/exploring/supervisor-reference-app.md index 78ba7a061..5ad212d56 100644 --- a/content/en/exploring/supervisor-reference-app.md +++ b/content/en/exploring/supervisor-reference-app.md @@ -1,9 +1,9 @@ --- -title: "Reference Application for CHW Supervision and Performance Management" +title: "CHW Supervision and Performance Management Reference App " linkTitle: "Supervision & Performance Management" weight: description: > - A reference app for CHW supervisors to support performance management of CHWs using a mobile app. + A reference app for CHW supervisors to support performance management of CHWs relatedContent: > building/concepts building/features/supervision diff --git a/content/en/exploring/training.md b/content/en/exploring/training.md index b10723bf0..1199cd1f5 100644 --- a/content/en/exploring/training.md +++ b/content/en/exploring/training.md @@ -3,7 +3,7 @@ title: "Remote Onboarding and Training" linkTitle: "Remote Training" weight: description: > - App and care workflow training using remote capabilities. + App and care workflow training using remote capabilities keywords: training onboarding relatedContent: > building/reference/app-settings/token_login/ diff --git a/content/en/hosting/analytics/couch2pg-to-cht-sync-migration.md b/content/en/hosting/analytics/couch2pg-to-cht-sync-migration.md index 79abb4f07..09cbd5c1e 100644 --- a/content/en/hosting/analytics/couch2pg-to-cht-sync-migration.md +++ b/content/en/hosting/analytics/couch2pg-to-cht-sync-migration.md @@ -3,7 +3,7 @@ title: "Migrating from couch2pg to CHT Sync" weight: 4 linkTitle: "couch2pg to CHT Sync" description: > - Instructions on migrating from couch2pg to CHT Sync for data synchronization and analytics. + Instructions on migrating from couch2pg to CHT Sync for data synchronization and analytics relatedContent: > core/overview/cht-sync core/overview/data-flows-for-analytics/ diff --git a/content/en/hosting/costs/_index.md b/content/en/hosting/costs/_index.md index 44d0aad51..772652cc1 100644 --- a/content/en/hosting/costs/_index.md +++ b/content/en/hosting/costs/_index.md @@ -2,11 +2,12 @@ title: "Hosting Costs" linkTitle: "Hosting Costs" weight: 2 +description: > + A guide for calculating CHT hosting costs aliases: --- - ## Cost per CHT per Month In a production environment, the CHT costs USD$0.10 per active user per month to run. What exactly does this mean? Let's dive into some specifics which importantly cover what is include and excluded and how these costs can vary with each deployment.