FIX: Add link to name manager page
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
87e8b7a20b
commit
91eb66993d
@@ -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",
|
||||||
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
12
docs/src/web-application/name-manager.md
Normal file
12
docs/src/web-application/name-manager.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
layout: doc
|
||||||
|
outline: deep
|
||||||
|
lang: en-US
|
||||||
|
---
|
||||||
|
|
||||||
|
# Name Manager
|
||||||
|
|
||||||
|
::: warning
|
||||||
|
**Note:** This draft page is under construction 🚧
|
||||||
|
:::
|
||||||
|
|
||||||
Reference in New Issue
Block a user