Skip to content
Merged
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
28 changes: 28 additions & 0 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,38 @@
# Reference

This section provides concise references on available commands, package slices, and security.

## Commands

The `chisel` command has several subcommands.

```{toctree}
:maxdepth: 1

cmd/index
```

## Package slices
Chisel relies on package slices.

```{toctree}
:maxdepth: 1

chisel-releases/index
```
## Security
Chisel records package, slice, and file metadata to ensure file-level integrity and traceability of the slices.

```{toctree}
:maxdepth: 1

Manifest <manifest>
```

Cryptographic verification ensures the integrity and authenticity of the files.

```{toctree}
:maxdepth: 1

Security Documentation <security>
```