diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2022-02-12 11:17:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 11:17:38 +0200 |
commit | b17f38da158cc46652a27c98fb70cb533ec39142 (patch) | |
tree | d9b0ae557d3f93f45689527caaec59981bd53472 /exampleSite/config.yml | |
parent | 238257cd798decdb6c7ed51ce5eca20adc0001c8 (diff) | |
parent | 9b1da2a4626f0b6f1db9c2d8178306df3be6486c (diff) |
External link button to link to a component #223
External link button to link to a component
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 |