Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/explanation/faq.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(chise_faq)=

# FAQ

This page lists some known limitations and frequently asked questions.
Expand Down
2 changes: 2 additions & 0 deletions docs/how-to/install-chisel.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(install_chisel)=

# How to install Chisel

To install the latest version of Chisel, you can choose any of the following
Expand Down
2 changes: 2 additions & 0 deletions docs/how-to/slice-a-package.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(slice_package)=

# Slice a package

This guide provides instructions on the slicing of an Ubuntu package for
Expand Down
2 changes: 2 additions & 0 deletions docs/how-to/use-chisel-in-dockerfile.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(use_chisel_dockerfile)=

# Use Chisel in a Dockerfile

Chiseled file systems are ideal for creating minimal and distroless-like
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/cmd/find.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(find_command_reference)=

# find command

The **find** command queries {{chisel_releases_repo}} for matching slices.
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/cmd/help.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(help_command_reference)=

# help command

The **help** command displays information about commands.
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/cmd/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(command_reference)=

# CLI Commands

Chisel uses subcommands, and is invoked using `chisel <command>`.
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/cmd/info.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(info_command_reference)=

# info command

The **info** command shows detailed information about package slices.
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/cmd/version.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(version_command_reference)=

# version command

The **version** command displays the Chisel version and exits.
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorial/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(chisel_helloworld_tutorial)=

# Getting started with Chisel

This tutorial will walk you through the creation of your first
Expand Down