Finalize structure

This commit is contained in:
Manav Rathi 2024-03-07 15:33:33 +05:30
parent 7e2410a0ed
commit b66cdb8942
6 changed files with 33 additions and 23 deletions

View file

@ -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: {

View file

@ -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/" },
],
},
],
},
{

View file

@ -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).

View 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.

View file

@ -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)

View file

@ -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).