Finalize structure
This commit is contained in:
parent
7e2410a0ed
commit
b66cdb8942
6 changed files with 33 additions and 23 deletions
|
@ -18,10 +18,6 @@ export default defineConfig({
|
|||
pattern:
|
||||
"https://github.com/ente-io/ente/edit/main/docs/docs/:path",
|
||||
},
|
||||
// nav: [
|
||||
// { text: "Photos", link: "/photos/index" },
|
||||
// { text: "Authenticator", link: "/authenticator/index" },
|
||||
// ],
|
||||
search: {
|
||||
provider: "local",
|
||||
options: {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// When adding new pages, they need to manually inserted into their appropriate
|
||||
// place here if you wish them to also appear in the sidebar.
|
||||
// When adding new pages, they need to be manually inserted into their
|
||||
// appropriate place here.
|
||||
|
||||
export const sidebar = [
|
||||
{
|
||||
|
@ -20,7 +20,20 @@ export const sidebar = [
|
|||
text: "Troubleshooting",
|
||||
collapsed: true,
|
||||
items: [{ text: "Introduction", link: "/photos/" }],
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "Auth",
|
||||
items: [
|
||||
{ text: "Introduction", link: "/auth/" },
|
||||
{
|
||||
text: "Migration guides",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: "Introduction", link: "/auth/migration-guides/" },
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -3,13 +3,13 @@ title: Ente Auth
|
|||
description: User guide for Ente Auth
|
||||
---
|
||||
|
||||
# Welcome to the Ente Auth's User Guide!
|
||||
# Ente Auth
|
||||
|
||||
Ente Auth is a free, cross-platform, end-to-end encrypted authenticator app for
|
||||
everyone. You can use it to safely store your 2FA codes (second-factor
|
||||
authentication codes).
|
||||
Ente Auth is a free, cross-platform, end-to-end encrypted authenticator app. You
|
||||
can use it to safely store your 2FA codes (second-factor authentication codes).
|
||||
|
||||
> [!CAUTION]
|
||||
>
|
||||
> These docs are still incomplete. If you feel like contributing though, help us
|
||||
> [fill them in](https://github.com/ente-io/ente/docs).
|
||||
> These docs are still incomplete. If you feel like documenting an issue you ran
|
||||
> into and then found a solution to, help us [fill them
|
||||
> in](/about/contributing).
|
||||
|
|
9
docs/docs/auth/migration-guides/index.md
Normal file
9
docs/docs/auth/migration-guides/index.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: Migrating to Ente Auth
|
||||
description: Guides for migrating your existing 2FA tokens from other products into Ente Auth
|
||||
---
|
||||
|
||||
# Migrating to Ente Auth
|
||||
|
||||
_Coming soon_. This section will contain guides for migrating your existing 2FA
|
||||
tokens from other products into Ente Auth.
|
|
@ -1,8 +0,0 @@
|
|||
## Translation
|
||||
|
||||
## Icons
|
||||
|
||||
## Support Development
|
||||
|
||||
If you wish to support the development of the project, please consider switching
|
||||
to paid plan of [Ente Photos](https://ente.io)
|
|
@ -3,11 +3,11 @@ title: Ente Auth
|
|||
description: Ente Auth-Benutzerhandbuch
|
||||
---
|
||||
|
||||
# Willkommen beim Ente Auth-Benutzerhandbuch!
|
||||
# Ente Auth
|
||||
|
||||
Ente Authenticator ist eine kostenlose, plattformübergreifende,
|
||||
Ende-zu-Ende-verschlüsselte Authenticator-App für jedermann. Wir sind froh, dass
|
||||
du hier bist!
|
||||
|
||||
**Please note that this German translation is currently just a placeholder.**
|
||||
Know German? [Help us fill this in!](https://github.com/ente-io/ente/docs).
|
||||
Know German? [Help us fill this in!](/about/contributing).
|
||||
|
|
Loading…
Add table
Reference in a new issue