From 87f19ae67740d2376a65dec602ee2bc6fb2b3ce3 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Sat, 19 Oct 2024 14:52:13 +0100 Subject: [PATCH] feat(stremio): add account-bootstrapper to extras --- docs/stremio/extras/account-bootstrapper.mdx | 19 +++++++++++++++++++ sidebars.ts | 1 + 2 files changed, 20 insertions(+) create mode 100644 docs/stremio/extras/account-bootstrapper.mdx diff --git a/docs/stremio/extras/account-bootstrapper.mdx b/docs/stremio/extras/account-bootstrapper.mdx new file mode 100644 index 0000000..75a29ae --- /dev/null +++ b/docs/stremio/extras/account-bootstrapper.mdx @@ -0,0 +1,19 @@ +--- +title: Account Bootstrapper +sidebar_label: Account Bootstrapper +description: Setup a Stremio account with just a few clicks. +--- + +# Stremio Account Bootstrapper + +Stremio Account Bootstrapper lets you set up your Stremio account with just a few clicks by bootstrapping a preset into your account. +It's handy for newcomers, those who want a solid foundation to build their setup on, or to speed up the process of setting up new accounts for family members or friends. + +You can read more about the tool and how to use its [announcement post on r/StremioAddons](https://www.reddit.com/r/StremioAddons/comments/1g6cz26/tool_stremio_account_bootstrapper_set_up_your/) and [GitHub repository](https://github.com/DryKillLogic/stremio-account-bootstrapper). + + +:::warning +Using this tool will overwrite your current Stremio account addons with no way to revert to the previous state. +::: + +You can access the tool at [https://stremio-account-bootstrapper.vercel.app/](https://stremio-account-bootstrapper.vercel.app/). diff --git a/sidebars.ts b/sidebars.ts index 521df68..f6c2e7b 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -69,6 +69,7 @@ const sidebars: SidebarsConfig = { }, items: [ "stremio/extras/trakt", + "stremio/extras/account-bootstrapper", "stremio/extras/addon-manager", "stremio/extras/debrid-media-manager", "stremio/extras/open-in-stremio",