From c8455f936abe580d9196f94737f7eba36582f563 Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Tue, 20 Dec 2022 17:26:36 +0100 Subject: [PATCH] [docs] Add building.md to mkdocs navigation --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index b7ce8e8c..9fd7d957 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -129,6 +129,7 @@ nav: - Documentation: - Getting started: getting-started.md - Installation: installation.md + - Building: building.md - Library: library.md - Artwork: artwork.md - Playlists & radio: playlists.md