From 51330825c0e347896ea8d7a555bad74e62bfce92 Mon Sep 17 00:00:00 2001 From: Vu Le Date: Thu, 7 Mar 2024 18:34:28 -0800 Subject: [PATCH] add alias to the home screen --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 72faf7a..8158840 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@ loadSidebar: true, alias: { '/.*/_sidebar.md': '/_sidebar.md', + '/Documentation': '/', }, sidebarDisplayLevel: 1, homepage: 'getting-started/home.md',