From 597d8b19bbaaf5aa5a3e09cfd35a9f5aba75f182 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Sat, 22 Apr 2023 12:00:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../administrators/creating-a-meeting-poll.mdx | 17 +++++++---------- apps/docs/self-hosting/introduction.mdx | 6 ++++++ apps/docs/self-hosting/managed-hosting.mdx | 5 ++++- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/apps/docs/administrators/creating-a-meeting-poll.mdx b/apps/docs/administrators/creating-a-meeting-poll.mdx index 5cac70ff7..5ceadbf35 100644 --- a/apps/docs/administrators/creating-a-meeting-poll.mdx +++ b/apps/docs/administrators/creating-a-meeting-poll.mdx @@ -25,20 +25,17 @@ Click **Continue** to proceed. Use the date picker to select the dates you want to offer your participants. After selecting your dates, you can also add a time range by switching on **Specify times**. -![](/images/meeting-poll/date-picker.png) - - - If you do not choose to specify times Rallly will not associate a timezone with your selected dates to ensure - all participants will see the same dates regardless of their timezone. - -If you do choose to specify times, Rallly will associate the timezone of your browser with the selected dates by default + +If you do choose to specify times, Rallly will automatically detect and set the timezone from your browser and participants will see times adjusted to their timezone when they vote. This behaviour is ideal for remote meetings where participants can be in different timezones. -If all participants are in the same timezone or the event is happening at a physical location, you can change the timezone to **Ignore timezone** -to ensure that everyone will see the same times. +If the event is happening at a physical location, you can change the timezone to **Ignore timezone** +to ensure that everyone will see the same times regardless of their timezone. - + + +![](/images/meeting-poll/date-picker.png) If you're **logged in** you can click **Create poll** to create the poll. diff --git a/apps/docs/self-hosting/introduction.mdx b/apps/docs/self-hosting/introduction.mdx index c827f2fb1..2a1863ee5 100644 --- a/apps/docs/self-hosting/introduction.mdx +++ b/apps/docs/self-hosting/introduction.mdx @@ -3,6 +3,12 @@ title: Introduction description: How to run your own instance of Rallly. --- +## What is Self-Hosting? + +Self-hosting refers to the practice of running your own instance of Rallly on your own server. + +The main advantage of self-hosting is the autonomy it affords, but it also requires more technical knowledge and maintenance, as well as the potential security risks of managing your own infrastructure. + ## Get Started Depending on how comfortable you are with technical things, you can either run Rallly on your own server or choose a managed hosting provider that will do it for you. diff --git a/apps/docs/self-hosting/managed-hosting.mdx b/apps/docs/self-hosting/managed-hosting.mdx index 855311288..1e329851e 100644 --- a/apps/docs/self-hosting/managed-hosting.mdx +++ b/apps/docs/self-hosting/managed-hosting.mdx @@ -3,4 +3,7 @@ title: Managed Hosting description: Using a managed hosting service to host your instance of Rallly. --- -Coming soon… +This page is a work in progress + +We're working on compiling a list of managed hosting providers that support Rallly. +If you have a provider you'd like to recommend, please [open an issue](https://github.com/lukevella/rallly/issues/new) on Github.