From 4c98480f87cd98a25f7e9597300b8ba09b7df9a6 Mon Sep 17 00:00:00 2001 From: Alexander Pushkov Date: Wed, 21 Jan 2026 10:40:36 +0700 Subject: [PATCH] Add site_description Signed-off-by: Alexander Pushkov --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index f6851c1d..39e6e3b0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,6 @@ site_name: Asahi Linux Documentation site_url: https://asahilinux.org/docs/ +site_description: Porting Linux to Apple Silicon repo_url: https://github.com/AsahiLinux/docs repo_name: AsahiLinux/docs