From 57d354e7a4bec44268646c0a93cde063a921a438 Mon Sep 17 00:00:00 2001 From: "P. Douglas Reeder" Date: Wed, 26 Jan 2022 05:16:29 -0500 Subject: [PATCH] Replaces redirect with landing page for widget, streamlined for new users --- README.md | 2 +- apps.md | 2 +- contribute.md | 1 + get.md | 21 +++++++++++++++++++++ get/index.html | 11 ----------- index.md | 2 +- protocol.md | 2 +- servers.md | 2 +- wiki/notes.md | 4 ++-- 9 files changed, 29 insertions(+), 18 deletions(-) create mode 100644 get.md delete mode 100644 get/index.html diff --git a/README.md b/README.md index e11429c..d9bef55 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The website is built using [Jekyll](https://jekyllrb.com/) and the ### Setup With [Git](https://git-scm.com) and -[Ruby](https://www.ruby-lang.org/en/documentation/installation) installed, +[Ruby 2.5 - 2.7](https://www.ruby-lang.org/en/documentation/installation) installed, run the following command to install dependencies: ``` diff --git a/apps.md b/apps.md index 09bb86f..b5022e4 100644 --- a/apps.md +++ b/apps.md @@ -1,6 +1,6 @@ --- title: Apps -nav_order: 3 +nav_order: 4 --- # Apps diff --git a/contribute.md b/contribute.md index e4be71d..5d363a4 100644 --- a/contribute.md +++ b/contribute.md @@ -1,5 +1,6 @@ --- title: Contribute +nav_order: 6 --- What can I do for remoteStorage? diff --git a/get.md b/get.md new file mode 100644 index 0000000..fba2dd8 --- /dev/null +++ b/get.md @@ -0,0 +1,21 @@ +--- +# The remoteStorage widget links to /get, so consider that if renaming this and create appropriate redirects. +title: Getting Started +nav_order: 2 +--- + +# Getting Started + +Here are the steps to using an app that allows you to connect your own storage account: 👇 + +1. **Create a remoteStorage account** 🔑 + + You might be used to signing up 'with an app', but here you sign up with a 'storage provider' so that you can use the *same account with multiple apps*. + + - If a friend or administrator has set up an account for you, get the details from them. + - [5apps](https://5apps.com/storage/beta) is a commercial remoteStorage provider that currently offers free storage accounts. + - A more extensive list of options can be found on the [Servers](/servers) page. + +2. **Connect your storage** 🔌 + + Once you create an account, return to the app to 'connect your storage', or explore some of the other [remoteStorage-compatible apps](/apps). diff --git a/get/index.html b/get/index.html deleted file mode 100644 index 9cd136c..0000000 --- a/get/index.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - Moved to /servers - - - diff --git a/index.md b/index.md index c9f7857..fbb39eb 100644 --- a/index.md +++ b/index.md @@ -27,7 +27,7 @@ Everything in one place – your place. Use a storage account with a provider yo ### Stay in sync -remoteStorage-enabled apps automatically sync your data across all of your devices, from desktop to tablet to smartphone, and maybe even your TV. +remoteStorage-enabled apps automatically sync your data across all of your devices, from desktop to tablet to smartphone, and maybe even your TV or VR headset. ### Compatibility & choice diff --git a/protocol.md b/protocol.md index 2ec58dd..2a82281 100644 --- a/protocol.md +++ b/protocol.md @@ -1,6 +1,6 @@ --- title: Protocol -nav_order: 2 +nav_order: 3 ---