Skip to content

Commit

Permalink
hide the uncompleted users page
Browse files Browse the repository at this point in the history
  • Loading branch information
MitanOmar committed Jun 19, 2024
1 parent 430249f commit 3b3df4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 3b3df4f

Please sign in to comment.