Skip to content

Commit 592a21a

Browse files
committed
add more content
1 parent f57a398 commit 592a21a

File tree

10 files changed

+37
-19
lines changed

10 files changed

+37
-19
lines changed

lib/algora_web/live/docs_live.ex

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ defmodule AlgoraWeb.DocsLive do
1414
title: 'GitHub bounties',
1515
links: [
1616
%{title: 'In your own repos', href: ~p"/docs/bounties/in-your-own-repos"},
17-
# dashboard with arrow to create installation
18-
# installation screen
19-
# /bounty $15000
20-
# reward
21-
### via solutions table -> claim page
22-
### OR autopay on merge
2317
%{title: 'In other projects', href: ~p"/docs/bounties/in-other-projects"}
2418
]
2519
},
@@ -30,13 +24,13 @@ defmodule AlgoraWeb.DocsLive do
3024
%{title: 'Custom', href: ~p"/docs/bounties/custom"}
3125
]
3226
},
33-
# %{
34-
# title: 'Tips',
35-
# links: [
36-
# %{title: 'Share on GitHub', href: ~p"/docs/tips/share-github"},
37-
# %{title: 'Share on contributors table', href: ~p"/docs/tips/share-contributors"}
38-
# ]
39-
# },
27+
%{
28+
title: 'Tips',
29+
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"}
32+
]
33+
},
4034
# %{
4135
# title: 'Contracts',
4236
# links: [
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
---
22
title: "Bounties in other GitHub projects"
33
---
4+
5+
# Create a bounty in another GitHub project
6+
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.
8+
9+
![Create community bounty](/images/docs/create-community-bounty.png)
10+
11+
## Confirmation
12+
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.
14+
15+
<img src="/images/docs/community-bounty-response.png" alt="Community bounty response" width="666" />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Send a tip on Algora"
3+
---
4+
5+
# Send a tip on Algora
6+
7+
<img src="/images/docs/create-tip-on-algora-1.png" alt="Send a tip on GitHub" width="666" />
8+
9+
<img src="/images/docs/create-tip-on-algora-2.png" alt="Send a tip on GitHub" width="666" />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Send a tip on GitHub"
3+
---
4+
5+
# Send a tip on GitHub
6+
7+
<img src="/images/screenshots/tip-remotion.png" alt="Send a tip on GitHub" width="666" />
8+
9+
<img src="/images/screenshots/tip.png" alt="Send a tip on GitHub" width="666" />

priv/content/docs/tips/share-on-contributors-table.md

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

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

Lines changed: 0 additions & 3 deletions
This file was deleted.
93.5 KB
Loading
160 KB
Loading
221 KB
Loading
124 KB
Loading

0 commit comments

Comments
 (0)