Skip to content

Commit 9ad1995

Browse files
committed
add more
1 parent 592a21a commit 9ad1995

File tree

4 files changed

+31
-15
lines changed

4 files changed

+31
-15
lines changed

lib/algora_web/live/docs_live.ex

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ defmodule AlgoraWeb.DocsLive do
3131
%{title: 'Send a tip on Algora', href: ~p"/docs/tips/on-algora"}
3232
]
3333
},
34-
# %{
35-
# title: 'Contracts',
36-
# links: [
37-
# %{title: 'Share on contributors table', href: ~p"/docs/contracts/share-contributors"}
38-
# ]
39-
# },
40-
# %{
41-
# title: 'Marketplace',
42-
# links: [
43-
# %{title: 'Share with Algora matches', href: ~p"/docs/marketplace/share-matches"}
44-
# ]
45-
# },
34+
%{
35+
title: 'Contracts',
36+
links: [
37+
%{title: 'Share on contributors table', href: ~p"/docs/contracts/share-contributors"}
38+
]
39+
},
40+
%{
41+
title: 'Marketplace',
42+
links: [
43+
%{title: 'Share with Algora matches', href: ~p"/docs/marketplace/share-matches"}
44+
]
45+
},
4646
%{
4747
title: 'Workspace',
4848
links: [

priv/content/docs/bounties/exclusive.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
title: "Exclusive bounties"
33
---
44

5-
## Exclusive bounties
5+
# Exclusive bounties
66

77
You can give exclusives to people to ensure that only certain users can claim the bounty.
88

99
Navigate to the unique bounty page (replace **github.com** with **algora.io**) and click the **Add exclusive** button.
1010

1111
![Add exclusives](/images/docs/add-exclusive.png)
12+
13+
Alternatively, you can create a bounty and give an exclusive bounty by clicking **Bounty** button next to a contributor on your dashboard.
14+
15+
![Share bounty](/images/screenshots/share-bounty-private.png)
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
---
2-
title: "Share on contributors table"
2+
title: "Offer a contract"
33
---
4+
5+
# Offer a contract
6+
7+
![Offer a contract](/images/screenshots/share-contract.png)
8+
9+
## Manage contract
10+
11+
![Manage contract](/images/screenshots/contract.png)
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
---
2-
title: "Share with Algora matches"
2+
title: "Algora matches"
33
---
4+
5+
# Algora matches
6+
7+
![Algora matches](/images/screenshots/org-matches.png)

0 commit comments

Comments
 (0)