From 15d0e5a18291f947de5e4443fdcb68d0d449b207 Mon Sep 17 00:00:00 2001 From: asanvaq Date: Fri, 9 Jan 2026 14:45:44 +0100 Subject: [PATCH 1/5] docs: add faq label --- docs/explanation/faq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/explanation/faq.md b/docs/explanation/faq.md index 801e755..4b66b80 100644 --- a/docs/explanation/faq.md +++ b/docs/explanation/faq.md @@ -1,3 +1,5 @@ +(chise_faq)= + # FAQ This page lists some known limitations and frequently asked questions. From 227da4f01ff355b3c925850b28546c67548c7613 Mon Sep 17 00:00:00 2001 From: asanvaq Date: Fri, 9 Jan 2026 14:46:38 +0100 Subject: [PATCH 2/5] docs: add find cmd label --- docs/reference/cmd/find.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/cmd/find.md b/docs/reference/cmd/find.md index 7199cc8..b069934 100644 --- a/docs/reference/cmd/find.md +++ b/docs/reference/cmd/find.md @@ -1,3 +1,5 @@ +(find_command_reference)= + # find command The **find** command queries {{chisel_releases_repo}} for matching slices. From 1bb5da9d5b29e6a9e46bc06e4a4651d9305725cb Mon Sep 17 00:00:00 2001 From: asanvaq Date: Fri, 9 Jan 2026 14:48:11 +0100 Subject: [PATCH 3/5] docs: add rest of cmd labels --- docs/reference/cmd/help.md | 2 ++ docs/reference/cmd/index.md | 2 ++ docs/reference/cmd/info.md | 2 ++ docs/reference/cmd/version.md | 2 ++ 4 files changed, 8 insertions(+) diff --git a/docs/reference/cmd/help.md b/docs/reference/cmd/help.md index 41ff997..189b198 100644 --- a/docs/reference/cmd/help.md +++ b/docs/reference/cmd/help.md @@ -1,3 +1,5 @@ +(help_command_reference)= + # help command The **help** command displays information about commands. diff --git a/docs/reference/cmd/index.md b/docs/reference/cmd/index.md index b92dbe8..0daafa6 100644 --- a/docs/reference/cmd/index.md +++ b/docs/reference/cmd/index.md @@ -1,3 +1,5 @@ +(command_reference)= + # CLI Commands Chisel uses subcommands, and is invoked using `chisel `. diff --git a/docs/reference/cmd/info.md b/docs/reference/cmd/info.md index 2230c93..77bbe50 100644 --- a/docs/reference/cmd/info.md +++ b/docs/reference/cmd/info.md @@ -1,3 +1,5 @@ +(info_command_reference)= + # info command The **info** command shows detailed information about package slices. diff --git a/docs/reference/cmd/version.md b/docs/reference/cmd/version.md index bcfd847..06a34f4 100644 --- a/docs/reference/cmd/version.md +++ b/docs/reference/cmd/version.md @@ -1,3 +1,5 @@ +(version_command_reference)= + # version command The **version** command displays the Chisel version and exits. From 7c5187b48950811ca96992af78f469bb068bee12 Mon Sep 17 00:00:00 2001 From: asanvaq Date: Fri, 9 Jan 2026 14:49:37 +0100 Subject: [PATCH 4/5] docs: add tutorial label --- docs/tutorial/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorial/getting-started.md b/docs/tutorial/getting-started.md index 11ab37c..17d0fef 100644 --- a/docs/tutorial/getting-started.md +++ b/docs/tutorial/getting-started.md @@ -1,3 +1,5 @@ +(chisel_helloworld_tutorial)= + # Getting started with Chisel This tutorial will walk you through the creation of your first From bf146c503eac89ba32ad1bd732b9b7d9ff56c4f4 Mon Sep 17 00:00:00 2001 From: asanvaq Date: Fri, 9 Jan 2026 14:52:06 +0100 Subject: [PATCH 5/5] docs: add labels in howto --- docs/how-to/install-chisel.md | 2 ++ docs/how-to/slice-a-package.md | 2 ++ docs/how-to/use-chisel-in-dockerfile.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/docs/how-to/install-chisel.md b/docs/how-to/install-chisel.md index 72f4e65..68b44ec 100644 --- a/docs/how-to/install-chisel.md +++ b/docs/how-to/install-chisel.md @@ -1,3 +1,5 @@ +(install_chisel)= + # How to install Chisel To install the latest version of Chisel, you can choose any of the following diff --git a/docs/how-to/slice-a-package.md b/docs/how-to/slice-a-package.md index f1c3b48..c1bb186 100644 --- a/docs/how-to/slice-a-package.md +++ b/docs/how-to/slice-a-package.md @@ -1,3 +1,5 @@ +(slice_package)= + # Slice a package This guide provides instructions on the slicing of an Ubuntu package for diff --git a/docs/how-to/use-chisel-in-dockerfile.md b/docs/how-to/use-chisel-in-dockerfile.md index fb4595f..b4de330 100644 --- a/docs/how-to/use-chisel-in-dockerfile.md +++ b/docs/how-to/use-chisel-in-dockerfile.md @@ -1,3 +1,5 @@ +(use_chisel_dockerfile)= + # Use Chisel in a Dockerfile Chiseled file systems are ideal for creating minimal and distroless-like