From 378b1ef23f0dca44956e8731ad46e34f0c6e2a7a Mon Sep 17 00:00:00 2001 From: Diana <75819066+cloudjumpercat@users.noreply.github.com> Date: Thu, 1 Jun 2023 14:52:30 -0500 Subject: [PATCH 1/2] Create a Configuration Reference doc template --- docs/reference.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/reference.md diff --git a/docs/reference.md b/docs/reference.md new file mode 100644 index 00000000..29b0dd9b --- /dev/null +++ b/docs/reference.md @@ -0,0 +1,10 @@ +# Configuration Reference + +This page explains the different parameters you can configure and what they do. + +| Parameter | Notes | +| --------- | ---------- | +|Example | Example | +|Example | Example | + + 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 2/2] 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 + +