From 5757eb87dedb1701fc6a41f4156fbd903d28fe24 Mon Sep 17 00:00:00 2001 From: James Carr Date: Wed, 4 Mar 2026 11:36:39 +0000 Subject: [PATCH] add a comment to the config to point users to the tech docs gem explanation on how to use layouts --- optional/config/tech-docs.yml.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/optional/config/tech-docs.yml.tt b/optional/config/tech-docs.yml.tt index 296cbd28..2af1b571 100644 --- a/optional/config/tech-docs.yml.tt +++ b/optional/config/tech-docs.yml.tt @@ -14,6 +14,8 @@ header_links: Documentation: / Support: https://www.larry-the-cat.service.gov.uk/support +# You can combine the header links with custom layouts to manage the structure of your site. This is particularly useful if you have large amounts of related content. There is more information in the tech docs gem README https://github.com/alphagov/tech-docs-gem?tab=readme-ov-file#use-layouts-to-structure-your-table-of-contents + # Enables search functionality. This indexes pages only and is not recommended for single-page sites. enable_search: false