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. 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 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. 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. 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