From 216a14da3481912ecf86584cd6bc646e9eddf3a4 Mon Sep 17 00:00:00 2001 From: Joost Date: Fri, 22 Dec 2023 17:31:04 +0000 Subject: [PATCH] correct link for add stylesheets --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index c12a1d86..36bb3f04 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -148,7 +148,7 @@ nav: - Quickly add a database: "v4-recipes/storage/use-litedb.md" - Create a data module using SQLProvider SQL Server SSDT: "v4-recipes/storage/use-sqlprovider-ssdt.md" - UI: - - Add Stylesheet support: "v-4/recipes/ui/add-style.md" + - Add Stylesheet support: "v4-recipes/ui/add-style.md" - Add FontAwesome support: "v4-recipes/ui/add-fontawesome.md" - Add Bulma support: "v4-recipes/ui/add-bulma.md" - Use different Bulma Themes: "v4-recipes/ui/use-different-bulma-themes.md"