From 9d1295c40d61406f3d783409c4414761e350224d Mon Sep 17 00:00:00 2001 From: phm07 <22707808+phm07@users.noreply.github.com> Date: Fri, 9 Jan 2026 10:44:08 +0100 Subject: [PATCH] docs: generate table of contents --- docs/tutorials/setup-hcloud-cli.md | 19 +++++++++++++++++++ mise.toml | 1 + 2 files changed, 20 insertions(+) diff --git a/docs/tutorials/setup-hcloud-cli.md b/docs/tutorials/setup-hcloud-cli.md index d4bdf285..87488683 100644 --- a/docs/tutorials/setup-hcloud-cli.md +++ b/docs/tutorials/setup-hcloud-cli.md @@ -2,6 +2,25 @@ This tutorial will guide you through the process of setting up the hcloud CLI on your local machine. + + +- [Setup the hcloud CLI](#setup-the-hcloud-cli) +- [Prerequisites](#prerequisites) +- [1. Install the hcloud CLI](#1-install-the-hcloud-cli) + - [1.1 Manual installation](#11-manual-installation) + - [1.2 Installation using Go](#12-installation-using-go) + - [1.3 Installation using Homebrew](#13-installation-using-homebrew) + - [1.4 Installation using scoop](#14-installation-using-scoop) + - [1.5 Using hcloud with Docker](#15-using-hcloud-with-docker) +- [2. (Optional) Setup auto-completion](#2-optional-setup-auto-completion) + - [2.1 Bash](#21-bash) + - [2.2 Zsh](#22-zsh) + - [2.3 Fish](#23-fish) + - [2.4 PowerShell](#24-powershell) +- [3. Create a context](#3-create-a-context) +- [4. Verify everything works](#4-verify-everything-works) + + ## Prerequisites Before you begin, ensure you have the following: diff --git a/mise.toml b/mise.toml index 0f9c2782..5aec3272 100644 --- a/mise.toml +++ b/mise.toml @@ -5,3 +5,4 @@ go = "1.25.5" "github:goreleaser/goreleaser" = "v2.13.2" # renovate: datasource=github-releases depName=goreleaser/goreleaser "github:anchore/quill" = "v0.5.1" # renovate: datasource=github-releases depName=anchore/quill "github:jstemmer/go-junit-report" = "v2.1.0" # renovate: datasource=github-releases depName=jstemmer/go-junit-report +"github:KevinGimbel/mktoc" = "5.1.1" # renovate: datasource=github-releases depName=KevinGimbel/mktoc