From 345a5888d95cbf9a15aa7bd58efcae2ba61f5e0c Mon Sep 17 00:00:00 2001 From: jango-blockchained Date: Tue, 4 Feb 2025 17:51:04 +0100 Subject: [PATCH] docs: update Jekyll configuration for enhanced documentation structure - Add new documentation pages to header navigation - Configure collections for tools and development sections - Set default layouts for pages, tools, and development collections - Improve documentation site organization and navigation --- docs/_config.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/_config.yml b/docs/_config.yml index df4eee9..5cb8882 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -16,7 +16,39 @@ header_pages: - index.md - getting-started.md - api.md + - usage.md + - tools/tools.md + - development/development.md + - troubleshooting.md - contributing.md + - roadmap.md + +# Collections +collections: + tools: + output: true + permalink: /:collection/:name + development: + output: true + permalink: /:collection/:name + +# Default layouts +defaults: + - scope: + path: "" + type: "pages" + values: + layout: "default" + - scope: + path: "tools" + type: "tools" + values: + layout: "default" + - scope: + path: "development" + type: "development" + values: + layout: "default" # Exclude files from processing exclude: