Skip to content

Commit

Permalink
docs: update in this documentation section (#485)
Browse files Browse the repository at this point in the history
Update the "In this documentation" section on the main page.
  • Loading branch information
IronCore864 authored Aug 19, 2024
1 parent ca88b8d commit 069cb81
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,29 @@ Pebble is useful for developers who are building [Juju charms on Kubernetes](htt

````{grid} 1 1 2 2
```{grid-item-card} [Tutorial](tutorial/getting-started)
**Start here**: a hands-on getting started introduction to Pebble for new users.
**Start here**: a hands-on introduction to Pebble, guiding you through your first steps using the CLI
```
```{grid-item-card} [How-to guides](how-to/index)
**Step-by-step guides** covering key operations and common tasks.
**Step-by-step guides** covering key operations and common tasks
- [Install Pebble](how-to/install-pebble)
- [Manage service dependencies](how-to/service-dependencies)
- [Manage identities](how-to/manage-identities)
```
````

````{grid} 1 1 2 2
```{grid-item-card} [Explanation](explanation/index)
**Discussion and clarification** of key topics.
**Discussion and clarification** of key topics
- [General model](explanation/general-model.md)
- [API and clients](explanation/api-and-clients.md)
```
```{grid-item-card} [Reference](reference/index)
**Technical information** - specifications, APIs, and architecture.
**Technical information**
- [Layer specification](reference/layer-specification)
- [CLI commands](reference/cli-commands/cli-commands)
- [Pebble in containers](reference/pebble-in-containers)
```
````

Expand Down

0 comments on commit 069cb81

Please sign in to comment.