Skip to content

Commit 940049b

Browse files
committed
updates
1 parent 63595bb commit 940049b

File tree

7 files changed

+31
-37
lines changed

7 files changed

+31
-37
lines changed

lib/algora_web/live/docs_live.ex

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ defmodule AlgoraWeb.DocsLive do
1313
%{
1414
title: 'GitHub bounties',
1515
links: [
16-
%{title: 'In your own repos', href: ~p"/docs/bounties/in-your-own-repos"},
17-
%{title: 'In other projects', href: ~p"/docs/bounties/in-other-projects"}
16+
%{title: 'Create bounties in your repos', href: ~p"/docs/bounties/in-your-own-repos"},
17+
%{title: 'Fund issues anywhere on GitHub', href: ~p"/docs/bounties/in-other-projects"}
1818
]
1919
},
2020
%{
@@ -27,8 +27,7 @@ defmodule AlgoraWeb.DocsLive do
2727
%{
2828
title: 'Tips',
2929
links: [
30-
%{title: 'Send a tip on GitHub', href: ~p"/docs/tips/on-github"},
31-
%{title: 'Send a tip on Algora', href: ~p"/docs/tips/on-algora"}
30+
%{title: 'Send a tip', href: ~p"/docs/tips/send"}
3231
]
3332
},
3433
%{
@@ -56,9 +55,9 @@ defmodule AlgoraWeb.DocsLive do
5655
%{
5756
title: 'Embed',
5857
links: [
59-
%{title: 'SDK', href: ~p"/docs/embed/sdk"},
60-
%{title: 'Shields', href: ~p"/docs/embed/shields"},
61-
%{title: 'OG images', href: ~p"/docs/embed/og-images"}
58+
%{title: 'SDK', href: ~p"/docs/embed/sdk"}
59+
# %{title: 'Shields', href: ~p"/docs/embed/shields"},
60+
# %{title: 'OG images', href: ~p"/docs/embed/og-images"}
6261
]
6362
},
6463
%{
@@ -126,7 +125,7 @@ defmodule AlgoraWeb.DocsLive do
126125
@impl true
127126
def render(assigns) do
128127
~H"""
129-
<div class="bg-black lg:ml-72 xl:ml-80">
128+
<div class="lg:ml-72 xl:ml-80">
130129
<header class="bg-black fixed inset-y-0 left-0 z-40 contents w-72 overflow-y-auto scrollbar-thin border-r border-gray-900/10 px-6 pt-4 pb-8 dark:border-white/10 lg:block xl:w-80">
131130
<div
132131
class="hidden fixed inset-0 z-50 lg:hidden"
@@ -341,7 +340,7 @@ defmodule AlgoraWeb.DocsLive do
341340
<div class="h-full relative px-4 pt-14 sm:px-6 lg:px-8">
342341
<main class="py-16">
343342
<article class="prose dark:prose-invert max-w-5xl min-h-[calc(100svh-17rem)]">
344-
<div class="absolute inset-0 mx-0 max-w-none overflow-hidden">
343+
<div class="bg-black absolute -z-10 inset-0 mx-0 max-w-none overflow-hidden">
345344
<div class="absolute left-1/2 top-0 ml-[-38rem] h-[25rem] w-[81.25rem] dark:[mask-image:linear-gradient(white,transparent)]">
346345
<div class="absolute inset-0 bg-gradient-to-r from-[#36b49f] to-[#DBFF75] opacity-40 [mask-image:radial-gradient(farthest-side_at_top,white,transparent)] dark:from-[#36b49f]/30 dark:to-[#DBFF75]/30 dark:opacity-100">
347346
<svg
@@ -450,7 +449,7 @@ defmodule AlgoraWeb.DocsLive do
450449
</div>
451450
<div class="my-16 xl:max-w-none">
452451
<div class="not-prose mt-4 grid grid-cols-1 gap-8 border-t border-gray-900/5 pt-10 dark:border-white/5 sm:grid-cols-2 xl:grid-cols-4">
453-
<div class="group relative flex rounded-2xl bg-card transition-shadow hover:shadow-md hover:shadow-gray-900/5 dark:bg-white/2.5 dark:hover:shadow-black/5">
452+
<div class="group relative flex rounded-2xl bg-background transition-shadow hover:shadow-md hover:shadow-gray-900/5 dark:bg-white/2.5 dark:hover:shadow-black/5">
454453
<div class="pointer-events-none">
455454
<div class="absolute inset-0 rounded-2xl transition duration-300 [mask-image:linear-gradient(white,transparent)] group-hover:opacity-50">
456455
<svg
@@ -528,7 +527,7 @@ defmodule AlgoraWeb.DocsLive do
528527
</p>
529528
</div>
530529
</div>
531-
<div class="group relative flex rounded-2xl bg-card transition-shadow hover:shadow-md hover:shadow-gray-900/5 dark:bg-white/2.5 dark:hover:shadow-black/5">
530+
<div class="group relative flex rounded-2xl bg-background transition-shadow hover:shadow-md hover:shadow-gray-900/5 dark:bg-white/2.5 dark:hover:shadow-black/5">
532531
<div class="pointer-events-none">
533532
<div class="absolute inset-0 rounded-2xl transition duration-300 [mask-image:linear-gradient(white,transparent)] group-hover:opacity-50">
534533
<svg
@@ -606,7 +605,7 @@ defmodule AlgoraWeb.DocsLive do
606605
</p>
607606
</div>
608607
</div>
609-
<div class="group relative flex rounded-2xl bg-card transition-shadow hover:shadow-md hover:shadow-gray-900/5 dark:bg-white/2.5 dark:hover:shadow-black/5">
608+
<div class="group relative flex rounded-2xl bg-background transition-shadow hover:shadow-md hover:shadow-gray-900/5 dark:bg-white/2.5 dark:hover:shadow-black/5">
610609
<div class="pointer-events-none">
611610
<div class="absolute inset-0 rounded-2xl transition duration-300 [mask-image:linear-gradient(white,transparent)] group-hover:opacity-50">
612611
<svg
@@ -684,7 +683,7 @@ defmodule AlgoraWeb.DocsLive do
684683
</p>
685684
</div>
686685
</div>
687-
<div class="group relative flex rounded-2xl bg-card transition-shadow hover:shadow-md hover:shadow-gray-900/5 dark:bg-white/2.5 dark:hover:shadow-black/5">
686+
<div class="group relative flex rounded-2xl bg-background transition-shadow hover:shadow-md hover:shadow-gray-900/5 dark:bg-white/2.5 dark:hover:shadow-black/5">
688687
<div class="pointer-events-none">
689688
<div class="absolute inset-0 rounded-2xl transition duration-300 [mask-image:linear-gradient(white,transparent)] group-hover:opacity-50">
690689
<svg

priv/content/docs/bounties/custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can create custom bounties on Algora for tasks that are recurring and/or not
1010

1111
## View your bounty
1212

13-
Once created, you'll land on a unique page for your bounty where you can manage your bounty.
13+
Once created, you'll land on a unique page where you can manage your bounty.
1414

1515
![View custom bounty](/images/docs/view-custom-bounty.png)
1616

priv/content/docs/bounties/exclusive.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ title: "Exclusive bounties"
44

55
# Exclusive bounties
66

7-
You can give exclusives to people to ensure that only certain users can claim the bounty.
7+
You can share bounty exclusives with developers and add a deadline for completion.
88

9-
Navigate to the unique bounty page (replace **github.com** with **algora.io**) and click the **Add exclusive** button.
9+
Replace **github.com** with **algora.io** in your issue URL to generate a unique bounty page.
10+
11+
Then click the **Add exclusive** button.
1012

1113
![Add exclusives](/images/docs/add-exclusive.png)
1214

13-
Alternatively, you can create a bounty and give an exclusive bounty by clicking **Bounty** button next to a contributor on your dashboard.
15+
Alternatively, you can share an exclusive by clicking **Bounty** button next to a contributor on your dashboard.
1416

1517
![Share bounty](/images/screenshots/share-bounty-private.png)

priv/content/docs/bounties/in-other-projects.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ title: "Bounties in other GitHub projects"
44

55
# Create a bounty in another GitHub project
66

7-
First connect your GitHub account to Algora. Then, either use the form on your dashboard or comment `/bounty $1000` on any public GitHub issue or pull request.
7+
First connect your GitHub account to Algora.
8+
9+
Then, either use the form on your dashboard or comment `/bounty $1000` on any public GitHub issue or pull request.
810

911
![Create community bounty](/images/docs/create-community-bounty.png)
1012

1113
## Confirmation
1214

13-
Algora will post a comment on the issue or pull request with a link to the bounty, allowing others to add funds to the bounty pool.
15+
Algora will post a comment on the issue or pull request with a link to the bounty. Others can add funds to the bounty pool, too!
1416

1517
<img src="/images/docs/community-bounty-response.png" alt="Community bounty response" width="666" />

priv/content/docs/payments/reporting.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ title: "Reporting"
44

55
# Reporting
66

7-
This page will give you an overview of reporting
8-
97
## Bounty activity
108

119
Your organization’s public page displays a record of all rewarded bounties.
@@ -16,20 +14,16 @@ For example, here you can see the completed bounties of [Remotion.dev](https://c
1614

1715
Stripe helps us provide you with a comprehensive record of all your payments to simplify bookkeeping & financial reporting.
1816

19-
You can export reports directly from your Stripe dashboard or [email us]([email protected]) for a custom report.
17+
You can view all your transactions and export a summary in your organization's workspace. [Email us]([email protected]) for a custom report.
2018

2119
## Work classification
2220

2321
Bounties are classified as non-employee compensation (contract work / freelancing).
2422

25-
For organizations and bounty solvers based in the United States, Algora Public Benefit Corporation submits 1099 forms to the IRS and the corresponding states
23+
For organizations and bounty solvers based in the United States, Algora Public Benefit Corporation submits 1099 forms to the IRS and the corresponding states.
2624

2725
## 1099s
2826

2927
If your US-based organization has awarded bounties to US-based developers, you are all set! Algora takes care of submitting 1099s, no further action is required on your end.
3028

3129
If you are a US-based developer and have received bounty payouts, Algora makes an information disclosure to the IRS and your state about your earnings. All you have to do is report your earnings when filing your federal & state taxes. By the end of January every year you will be receiving a 1099-NEC Form from Algora summing up your earnings from last year. This is to help you report the exact amount you earned when filing your taxes.
32-
33-
## CLAs
34-
35-
If your organization requires contributors to sign a Contributor License Agreement (CLA), you can utilize the Algora Documents feature in your workspace to upload your forms and receive signed copies from your contributors.

priv/content/docs/tips/on-github.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

priv/content/docs/tips/on-algora.md renamed to priv/content/docs/tips/send.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
---
2-
title: "Send a tip on Algora"
2+
title: "Send tips"
33
---
44

5+
# Send a tip on GitHub
6+
7+
Use the `/tip $100 @username` command to send a tip to any GitHub user
8+
9+
<img src="/images/screenshots/tip-remotion.png" alt="Send a tip on GitHub" width="400" />
10+
511
# Send a tip on Algora
612

713
Click the **Tip** button next to a contributor's name on your dashboard.

0 commit comments

Comments
 (0)