From d2a86b1ef2b6ec59343af6f5c59a1bf7c2c9300d Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Tue, 3 Dec 2024 20:04:13 +0100 Subject: [PATCH] Fix broken indent --- .prettierignore | 1 + docs/ref/configuration.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.prettierignore b/.prettierignore index 37333d8d..11d7a573 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,4 @@ .github/workflows/test-integration-v2* docs/about/features.md +docs/ref/configuration.md docs/ref/remote-cli.md diff --git a/docs/ref/configuration.md b/docs/ref/configuration.md index 239d9cb6..e11710db 100644 --- a/docs/ref/configuration.md +++ b/docs/ref/configuration.md @@ -2,9 +2,9 @@ - Headscale loads its configuration from a YAML file - It searches for `config.yaml` in the following paths: - - `/etc/headscale` - - `$HOME/.headscale` - - the current working directory + - `/etc/headscale` + - `$HOME/.headscale` + - the current working directory - Use the command line flag `-c`, `--config` to load the configuration from a different path - Validate the configuration file with: `headscale configtest`