From add92be9953918911714fd00f1ac65c096b2f3c1 Mon Sep 17 00:00:00 2001 From: Diana <75819066+cloudjumpercat@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:05:34 -0500 Subject: [PATCH] Create About page template for the example application --- docs/about.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/about.md diff --git a/docs/about.md b/docs/about.md new file mode 100644 index 00000000..070ab9e6 --- /dev/null +++ b/docs/about.md @@ -0,0 +1,19 @@ +# About the Example Konnect Portal Application + +This page explains how the example Konnect portal application works, how you can customize it, and how to configure UI testing with Cypress. + +## How the example application works + + + +## Customize the example Konnect portal application + + + +For more information about what parameters you can configure, see [Configuration Reference](/docs/reference.md). + +## Configure automated UI testing with Cypress + +