nixos/homepage-dashboard: fix documentation link formatting

This commit is contained in:
dish
2025-02-12 21:03:21 +01:00
committed by Valentin Gagarin
parent 44f86c5331
commit 28b67e4c43
@@ -38,7 +38,7 @@ in
See the upstream documentation:
https://gethomepage.dev/installation/docker/#using-environment-secrets
<https://gethomepage.dev/installation/docker/#using-environment-secrets>
'';
default = "";
};
@@ -48,7 +48,7 @@ in
description = ''
Custom CSS for styling Homepage.
See https://gethomepage.dev/configs/custom-css-js/.
See <https://gethomepage.dev/configs/custom-css-js/>.
'';
default = "";
};
@@ -58,7 +58,7 @@ in
description = ''
Custom Javascript for Homepage.
See https://gethomepage.dev/configs/custom-css-js/.
See <https://gethomepage.dev/configs/custom-css-js/>.
'';
default = "";
};
@@ -68,7 +68,7 @@ in
description = ''
Homepage bookmarks configuration.
See https://gethomepage.dev/configs/bookmarks/.
See <https://gethomepage.dev/configs/bookmarks/>.
'';
# Defaults: https://github.com/gethomepage/homepage/blob/main/src/skeleton/bookmarks.yaml
example = [
@@ -105,7 +105,7 @@ in
description = ''
Homepage services configuration.
See https://gethomepage.dev/configs/services/.
See <https://gethomepage.dev/configs/services/>.
'';
# Defaults: https://github.com/gethomepage/homepage/blob/main/src/skeleton/services.yaml
example = [
@@ -138,7 +138,7 @@ in
description = ''
Homepage widgets configuration.
See https://gethomepage.dev/widgets/.
See <https://gethomepage.dev/widgets/>.
'';
# Defaults: https://github.com/gethomepage/homepage/blob/main/src/skeleton/widgets.yaml
example = [
@@ -164,7 +164,7 @@ in
description = ''
Homepage kubernetes configuration.
See https://gethomepage.dev/configs/kubernetes/.
See <https://gethomepage.dev/configs/kubernetes/>.
'';
default = { };
};
@@ -174,7 +174,7 @@ in
description = ''
Homepage docker configuration.
See https://gethomepage.dev/configs/docker/.
See <https://gethomepage.dev/configs/docker/>.
'';
default = { };
};
@@ -184,7 +184,7 @@ in
description = ''
Homepage settings.
See https://gethomepage.dev/configs/settings/.
See <https://gethomepage.dev/configs/settings/>.
'';
# Defaults: https://github.com/gethomepage/homepage/blob/main/src/skeleton/settings.yaml
default = { };