From 6cd69d7966aaca0ceb6b258009cdbb396f152856 Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Tue, 1 Oct 2024 16:21:12 +0200 Subject: [PATCH] Welcome to headscale --- docs/index.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index d7dccf06..36c87a00 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ hide: - toc --- -# Headscale +# Welcome to headscale Headscale is an open source, self-hosted implementation of the Tailscale control server. diff --git a/mkdocs.yml b/mkdocs.yml index a67dbe2e..1297a74d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -144,7 +144,7 @@ markdown_extensions: # Page tree nav: - - Home: index.md + - Welcome: index.md - About: - FAQ: about/faq.md - Features: about/features.md