From 7d176c3bc10b0451c28312b5476ccb4ae3974644 Mon Sep 17 00:00:00 2001 From: Victor Garcia Date: Tue, 8 Oct 2024 08:03:08 +0200 Subject: [PATCH] Improve sidebar titles --- docs/api.md | 2 +- docs/{demo.md => showcase-application.md} | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) rename docs/{demo.md => showcase-application.md} (96%) diff --git a/docs/api.md b/docs/api.md index 8f6d4affc..07b659bf9 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,6 +1,6 @@ --- id: api -title: Api +title: API sidebar_position: 5 --- diff --git a/docs/demo.md b/docs/showcase-application.md similarity index 96% rename from docs/demo.md rename to docs/showcase-application.md index 0a5b7ca03..7dbe396d2 100644 --- a/docs/demo.md +++ b/docs/showcase-application.md @@ -1,16 +1,16 @@ --- -id: demo -title: Demo +id: showcase-application +title: Showcase application sidebar_position: 3 --- -# Demo Application +# Showcase Application The Mobile UI library includes a **demo application** that showcases all the components available in the library. This application allows you to see the components in action and understand how they can be integrated into your projects. ![](resources/showcase.png) -## Downloading the Demo Application +## Downloading the Showcase application Each release of the Mobile UI library provides artifacts for various targets, including Android and desktop platforms. You can download the demo application from the **Assets** section at the bottom of each [release page](https://github.com/dhis2/dhis2-mobile-ui/releases) on GitHub.