From fb29d388837ef016e3754ac8a85b87e1d343d057 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 13 May 2025 12:43:04 +0200 Subject: [PATCH] docs/index: Surface reference documentation --- docs/site/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/site/index.md b/docs/site/index.md index e84148578..c22a10caa 100644 --- a/docs/site/index.md +++ b/docs/site/index.md @@ -83,5 +83,25 @@ hide: Learn how to interface with Clan programmatically +- [Cli Reference](./reference/cli/index.md) + + --- + + The `clan` cli command + +- [Modules](./reference/clanModules/index.md) + + --- + + An overview of available clan modules + +- [Core](./reference/clan-core/index.md) + + --- + + The clan core nix module. + This is imported when using clan and is the basis of the extra functionality + that can be provided. +