From 3b3df4f7dbfd232262bb57f289d2f1966f33d9bb Mon Sep 17 00:00:00 2001 From: Mitan Omar Date: Wed, 19 Jun 2024 10:33:15 +0200 Subject: [PATCH] hide the uncompleted users page --- .vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index ff13456..d657dc1 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -47,7 +47,7 @@ export default defineConfig({ base: "/docs/administration/", items: [ { text: "Intro", link: "index.md" }, - { text: "Users", link: "users.md" }, + // { text: "Users", link: "users.md" }, { text: "Customers", link: "customers.md" }, { text: "Projects", link: "projects.md" }, { text: "Tasks", link: "tasks.md" },