diff options
author | aperullo <anthony.perullo@connexta.com> | 2021-12-27 12:08:03 -0500 |
---|---|---|
committer | aperullo <anthony.perullo@connexta.com> | 2021-12-27 12:19:18 -0500 |
commit | 9b1da2a4626f0b6f1db9c2d8178306df3be6486c (patch) | |
tree | 037f53c9dbfe9c86fbf4f6f14e96fc839cb642f9 /exampleSite/config.yml | |
parent | 615d0d28e8821497d6078781e5943d54eabdeaab (diff) |
add optional external link button
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r-- | exampleSite/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index b270320..f968d0b 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -162,6 +162,10 @@ params: category: North Coast - name: Backup Gateway category: North Coast + - name: Website + description: The web frontend for the application. + category: Uncategorized + link: https://example.com/ - name: API description: The guts of the application. category: Uncategorized |