diff options
Diffstat (limited to 'www/homepage/files/config/services.yaml.sample')
-rw-r--r-- | www/homepage/files/config/services.yaml.sample | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/homepage/files/config/services.yaml.sample b/www/homepage/files/config/services.yaml.sample deleted file mode 100644 index 39b379263e61..000000000000 --- a/www/homepage/files/config/services.yaml.sample +++ /dev/null @@ -1,18 +0,0 @@ ---- -# For configuration options and examples, please see: -# https://gethomepage.dev/configs/services/ - -- My First Group: - - My First Service: - href: http://localhost/ - description: Homepage is awesome - -- My Second Group: - - My Second Service: - href: http://localhost/ - description: Homepage is the best - -- My Third Group: - - My Third Service: - href: http://localhost/ - description: Homepage is 😎 |