FIX: Add link to name manager page

This commit is contained in:
Nicolás Hatcher
2025-01-01 18:12:44 +01:00
committed by Nicolás Hatcher Andrés
parent 87e8b7a20b
commit 91eb66993d
2 changed files with 16 additions and 0 deletions

View File

@@ -45,6 +45,10 @@ export default defineConfig({
{ text: "About the web application", link: "/web-application/about" }, { text: "About the web application", link: "/web-application/about" },
{ text: "Importing Files", link: "/web-application/importing-files" }, { text: "Importing Files", link: "/web-application/importing-files" },
{ text: "Sharing Files", link: "/web-application/sharing-files" }, { text: "Sharing Files", link: "/web-application/sharing-files" },
{
text: "Name Manager",
link: "/web-application/name-manager",
}
], ],
}, },
{ {

View File

@@ -0,0 +1,12 @@
---
layout: doc
outline: deep
lang: en-US
---
# Name Manager
::: warning
**Note:** This draft page is under construction 🚧
:::