From 067d45bb901191406859200b85983bfe4c88bc4c Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 15 Apr 2023 13:16:27 +0200 Subject: [PATCH] tools/hecat: set the 'back to top' anchor link URL to '#awesome-selfhosted' --- .hecat/export.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.hecat/export.yml b/.hecat/export.yml index 3653d4ea2f..faf3e08a84 100644 --- a/.hecat/export.yml +++ b/.hecat/export.yml @@ -5,7 +5,8 @@ steps: source_directory: ./ output_directory: awesome-selfhosted output_file: README.md - # authors_file: AUTHORS.md # optional, default no authors file + back_to_top_url: '#awesome-selfhosted' + # authors_file: AUTHORS.md exclude_licenses: - '⊘ Proprietary' - 'BUSL-1.1'