From fbd2fd6c715950a74c7629651242c27e9601e18a Mon Sep 17 00:00:00 2001 From: Puck Meerburg Date: Thu, 3 Jul 2025 23:19:14 +0000 Subject: [PATCH] docs: Improve homepage, navigation to be more obvious Change-Id: I6a6a6964debc026916656181c9b0bdd5c2622069 --- docs/modules/ROOT/nav.adoc | 11 ++++++----- docs/modules/ROOT/pages/index.adoc | 4 ++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index c94182a..9312cc7 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -1,10 +1,5 @@ * xref:index.adoc[] -* Core concepts -** xref:core/derivations.adoc[] -** xref:core/zexp.adoc[] -** xref:core/vfs.adoc[] -** xref:core/zilch-as-lib.adoc[] * Language support ** Go *** xref:go/usage.adoc[] @@ -18,5 +13,11 @@ *** xref:ninja/usage.adoc[] *** xref:ninja/man.adoc[Man page] +* Core concepts +** xref:core/derivations.adoc[] +** xref:core/zexp.adoc[] +** xref:core/vfs.adoc[] +** xref:core/zilch-as-lib.adoc[] + * Code reference include::generated:partial$nav.adoc[] diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 07d1b0b..1eaa242 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -13,6 +13,10 @@ Features: * Batteries included * Intercompatible with Nixpkgs and other, arbitrary, Nix expressions. +Its current focus is on incremental builds for xref:go/usage.adoc[Go], +xref:rust/usage.adoc[Rust], and xref:ninja/usage.adoc[Meson/CMake-based C/C++ +projects]. + == Contributing Come join [.line-through]#us# me at `#zilch` on https://libera.chat[libera.chat]!