mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-10 23:46:49 +02:00
📝 Replace md images with html img (#951)
This commit is contained in:
parent
28599e7a78
commit
603ae577d3
8 changed files with 42 additions and 25 deletions
|
@ -7,8 +7,7 @@ description: Help us maintain and improve our documentation
|
||||||
If you have a [Github](https://github.com) account, you can make changes or report issues using the links that appear at the top of each page.
|
If you have a [Github](https://github.com) account, you can make changes or report issues using the links that appear at the top of each page.
|
||||||
|
|
||||||
<Frame caption="Links to edit a page or open an issue on Github">
|
<Frame caption="Links to edit a page or open an issue on Github">
|
||||||

|
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|
||||||
## Submitting a Pull Request
|
## Submitting a Pull Request
|
||||||
|
|
|
@ -20,8 +20,7 @@ Once you've joined the project:
|
||||||
3. Start translating!
|
3. Start translating!
|
||||||
|
|
||||||
<Frame>
|
<Frame>
|
||||||

|
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|
||||||
## Tips for Translators
|
## Tips for Translators
|
||||||
|
@ -99,8 +98,7 @@ If your language requires more than one plural form, you can add additional rule
|
||||||
```
|
```
|
||||||
|
|
||||||
<Frame caption="Crowdin let's you preview your message to make sure it works">
|
<Frame caption="Crowdin let's you preview your message to make sure it works">
|
||||||

|
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|
||||||
### Register
|
### Register
|
||||||
|
|
|
@ -14,7 +14,9 @@ description: "How to respond to a Rallly poll"
|
||||||
|
|
||||||
<Note>If you leave an option unselected, it will be counted as a **No** vote.</Note>
|
<Note>If you leave an option unselected, it will be counted as a **No** vote.</Note>
|
||||||
|
|
||||||
<Frame></Frame>
|
<Frame>
|
||||||
|
<img src="/images/voting-in-progress.png" alt="Submit a Response"/>
|
||||||
|
</Frame>
|
||||||
|
|
||||||
When you're done, click **Continue**.
|
When you're done, click **Continue**.
|
||||||
|
|
||||||
|
@ -24,14 +26,18 @@ description: "How to respond to a Rallly poll"
|
||||||
|
|
||||||
<Tip>To ensure you don't lose the ability to edit your response, enter your email address to receive a confirmation email with a magic link that identifies you .</Tip>
|
<Tip>To ensure you don't lose the ability to edit your response, enter your email address to receive a confirmation email with a magic link that identifies you .</Tip>
|
||||||
|
|
||||||
<Frame></Frame>
|
<Frame>
|
||||||
|
<img src="/images/voting-submitting.png" alt="Submittting a Response"/>
|
||||||
|
</Frame>
|
||||||
|
|
||||||
</Step>
|
</Step>
|
||||||
<Step title="Done!">
|
<Step title="Done!">
|
||||||
|
|
||||||
If you need to make changes, you can use the dropdown menu next to your name.
|
If you need to make changes, you can use the dropdown menu next to your name.
|
||||||
|
|
||||||
<Frame></Frame>
|
<Frame>
|
||||||
|
<img src="/images/voting-submitted.png" alt="Vote Submitted"/>
|
||||||
|
</Frame>
|
||||||
|
|
||||||
</Step>
|
</Step>
|
||||||
</Steps>
|
</Steps>
|
||||||
|
|
|
@ -4,7 +4,9 @@ title: "Introduction"
|
||||||
description: "Welcome to the official documentation for Rallly."
|
description: "Welcome to the official documentation for Rallly."
|
||||||
---
|
---
|
||||||
|
|
||||||
<Frame></Frame>
|
<Frame>
|
||||||
|
<img src="/images/self-hosting/splash.png" alt="Rallly Splash Image"/>
|
||||||
|
</Frame>
|
||||||
|
|
||||||
## What is Rallly?
|
## What is Rallly?
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,9 @@ description: How to Self-Host Rallly
|
||||||
Rallly is 100% open-source and available under the [GNU Affero General Public License v3.0 (AGPL-3.0)](https://github.com/lukevella/rallly/blob/main/LICENSE)
|
Rallly is 100% open-source and available under the [GNU Affero General Public License v3.0 (AGPL-3.0)](https://github.com/lukevella/rallly/blob/main/LICENSE)
|
||||||
which allows you to run your own instance of Rallly for free for both personal and commercial use.
|
which allows you to run your own instance of Rallly for free for both personal and commercial use.
|
||||||
|
|
||||||
<Frame></Frame>
|
<Frame>
|
||||||
|
<img src="/images/self-hosting/splash.png" alt="Rallly Splash Image"/>
|
||||||
|
</Frame>
|
||||||
|
|
||||||
## Official Docker Image
|
## Official Docker Image
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,9 @@ on [New Poll](https://app.rallly.co/new).
|
||||||
Enter the title of your poll. You can also add a description to your poll if
|
Enter the title of your poll. You can also add a description to your poll if
|
||||||
you want to give your participants more information about the event.
|
you want to give your participants more information about the event.
|
||||||
|
|
||||||
<Frame></Frame>
|
<Frame>
|
||||||
|
<img src="/images/new-poll-page.png" alt="New Poll Page"/>
|
||||||
|
</Frame>
|
||||||
|
|
||||||
</Step>
|
</Step>
|
||||||
<Step title="Select Dates or Times">
|
<Step title="Select Dates or Times">
|
||||||
|
@ -20,12 +22,12 @@ on [New Poll](https://app.rallly.co/new).
|
||||||
<Tabs>
|
<Tabs>
|
||||||
<Tab title="Month View">
|
<Tab title="Month View">
|
||||||
<Frame caption="Use Month View to select dates or create repeating time slots">
|
<Frame caption="Use Month View to select dates or create repeating time slots">
|
||||||

|
<img src="/images/month-view.png" alt="Month View"/>
|
||||||
</Frame>
|
</Frame>
|
||||||
</Tab>
|
</Tab>
|
||||||
<Tab title="Week View">
|
<Tab title="Week View">
|
||||||
<Frame caption="Use Week View to draw time slot options on a calendar">
|
<Frame caption="Use Week View to draw time slot options on a calendar">
|
||||||

|
<img src="/images/week-view.png" alt="Week View"/>
|
||||||
</Frame>
|
</Frame>
|
||||||
</Tab>
|
</Tab>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
|
@ -8,20 +8,24 @@ description: "Pick a final date for your event"
|
||||||
<Step title="Review your results">
|
<Step title="Review your results">
|
||||||
Click **Manage** and select **Finalize** from the dropdown menu.
|
Click **Manage** and select **Finalize** from the dropdown menu.
|
||||||
|
|
||||||
<Frame></Frame>
|
<Frame>
|
||||||
|
<img src="/images/finalize.png" alt="Finalize a poll"/>
|
||||||
|
</Frame>
|
||||||
|
|
||||||
</Step>
|
</Step>
|
||||||
<Step title="Finalize">
|
<Step title="Finalize">
|
||||||
Select your preferred date from the list and click **Finalize**.
|
Select your preferred date from the list and click **Finalize**.
|
||||||
|
|
||||||
This will:
|
This will:
|
||||||
|
|
||||||
1. Send an email to you with a calendar invite for the selected date
|
1. Send an email to you with a calendar invite for the selected date
|
||||||
2. Send an email to the attendees with the calendar invite.
|
2. Send an email to the attendees with the calendar invite.
|
||||||
3. Close the poll and prevent any further votes.
|
3. Close the poll and prevent any further votes.
|
||||||
|
|
||||||
The selected date will be displayed on your finalized poll for everyone to see.
|
The selected date will be displayed on your finalized poll for everyone to see.
|
||||||
|
|
||||||
<Frame></Frame>
|
<Frame>
|
||||||
|
<img src="/images/finalized.png" alt="Finalized Poll"/>
|
||||||
|
</Frame>
|
||||||
</Step>
|
</Step>
|
||||||
</Steps>
|
</Steps>
|
||||||
|
|
|
@ -9,7 +9,7 @@ description: "Collect responses from your participants by sharing your invite li
|
||||||
Click the **Share** button to open the dialog containing your **Invite
|
Click the **Share** button to open the dialog containing your **Invite
|
||||||
Link**.
|
Link**.
|
||||||
<Frame caption="Hint: You can copy the link by clicking on it">
|
<Frame caption="Hint: You can copy the link by clicking on it">
|
||||||

|
<img src="/images/invite-link.png" alt="Share Dialog"/>
|
||||||
</Frame>
|
</Frame>
|
||||||
</Step>
|
</Step>
|
||||||
<Step title="Wait for participants to vote">
|
<Step title="Wait for participants to vote">
|
||||||
|
@ -17,11 +17,15 @@ description: "Collect responses from your participants by sharing your invite li
|
||||||
|
|
||||||
<Note>Have a look at the [Participant Guide](/guide/participant-guide) for details on how participants can vote.</Note>
|
<Note>Have a look at the [Participant Guide](/guide/participant-guide) for details on how participants can vote.</Note>
|
||||||
|
|
||||||
<Frame></Frame>
|
<Frame>
|
||||||
|
<img src="/images/voting.png" alt="Voting"/>
|
||||||
|
</Frame>
|
||||||
|
|
||||||
As participants respond, you can review the results to see which dates are preferred.
|
As participants respond, you can review the results to see which dates are preferred.
|
||||||
|
|
||||||
<Frame></Frame>
|
<Frame>
|
||||||
|
<img src="/images/review.png" alt="Voting"/>
|
||||||
|
</Frame>
|
||||||
|
|
||||||
</Step>
|
</Step>
|
||||||
</Steps>
|
</Steps>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue