From f7ca838428b552f28d09040550ac0375ecebb6c0 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sat, 25 May 2024 08:33:51 +0530 Subject: [PATCH] Add to sidebar --- docs/docs/.vitepress/sidebar.ts | 4 ++++ docs/docs/auth/migration-guides/index.md | 1 + docs/docs/auth/migration-guides/steam/index.md | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/docs/.vitepress/sidebar.ts b/docs/docs/.vitepress/sidebar.ts index 84ae5e0fa..ef7ee47c4 100644 --- a/docs/docs/.vitepress/sidebar.ts +++ b/docs/docs/.vitepress/sidebar.ts @@ -163,6 +163,10 @@ export const sidebar = [ text: "From Authy", link: "/auth/migration-guides/authy/", }, + { + text: "From Steam", + link: "/auth/migration-guides/steam/", + }, { text: "Exporting your data", link: "/auth/migration-guides/export", diff --git a/docs/docs/auth/migration-guides/index.md b/docs/docs/auth/migration-guides/index.md index f10d9db41..3fb638ca1 100644 --- a/docs/docs/auth/migration-guides/index.md +++ b/docs/docs/auth/migration-guides/index.md @@ -7,4 +7,5 @@ description: # Migrating to/from Ente Auth - [Migrating from Authy](authy/) +- [Importing codes from Steam](steam/) - [Exporting your data out of Ente Auth](export) diff --git a/docs/docs/auth/migration-guides/steam/index.md b/docs/docs/auth/migration-guides/steam/index.md index 367e609e8..acb1f77aa 100644 --- a/docs/docs/auth/migration-guides/steam/index.md +++ b/docs/docs/auth/migration-guides/steam/index.md @@ -10,7 +10,7 @@ A guide written by an ente.io lover > [!WARNING] > > Steam Authenticator code is only supported after auth-v3.0.3, check the app's -> version number before migration +> version number before migration. One way to migrate is to [use this tool by dyc3](https://github.com/dyc3/steamguard-cli/releases/latest)