-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create About page template for the example application
- Loading branch information
1 parent
378b1ef
commit add92be
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
||
<!-- depending on how much info you have, this could be one or multiple sections with some tech details users would need to know before using | ||
this app --> | ||
|
||
## Customize the example Konnect portal application | ||
|
||
<!-- This would probably be a numbered list with some directions on how users can customize the settings --> | ||
|
||
For more information about what parameters you can configure, see [Configuration Reference](/docs/reference.md). | ||
|
||
## Configure automated UI testing with Cypress | ||
|
||
<!-- I wasn't sure if this was something users would have to configure at all, but I do think they should have some info about how this works. | ||
Feel free to remove or rename this section --> |