Skip to content

Commit 680fdf0

Browse files
author
Zakk
committed
touch up merge issue
1 parent e34c665 commit 680fdf0

File tree

4 files changed

+5
-45
lines changed

4 files changed

+5
-45
lines changed

pages/_meta.json

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"core-concepts": "Core Concepts",
55
"voting-strategy": "Voting Strategy",
66
"payout-strategy": "Payout Strategy",
7-
<<<<<<< HEAD
8-
=======
97
"project-registry": "Project Registry",
10-
>>>>>>> 157ff73 (initial setup for nextra docs site)
118
"extras": "Extras"
129
}

pages/core-concepts/project-registry.mdx

-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ Metadata can be updated using
6666

6767
- `updateProjectMetadata(uint256 projectId,MetaPtr metadata)` - overwrites the existing metadata information for the project.
6868

69-
<<<<<<< HEAD
70-
\
71-
=======
72-
>>>>>>> da0c36c (implement next image)
7369
An event will be emitted when the metadata is successfully updated.\
7470
Only a project owner can update the metadata.
7571

pages/index.mdx

+5-30
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
<<<<<<< HEAD
2-
=======
3-
<<<<<<<< HEAD:pages/index.mdx
4-
>>>>>>> 654ac7c (theme and page cleanup after migrating from gitbook)
51
---
62
description: What is the Allo Protocol?
73
---
84

95
# Introduction
106

11-
Allo Protocol is a set of smart contracts that enable the democratic allocation and distribution of funds through the power of [Quadratic Funding](https://papers.ssrn.com/sol3/papers.cfm?abstract\_id=3243656). It is the former smart contract back-end for cGrants, Gitcoin's public goods funding product ([more background here](https://gov.gitcoin.co/t/introducing-gitcoin-grants-stack-allo-protocol-product-overviews-part-1-of-2/12664#the-story-of-allo-protocol-rebuilding-cgrants-from-the-ground-up-1)).
7+
Allo Protocol is a set of smart contracts that enable the democratic allocation and distribution of funds through the power of [Quadratic Funding](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3243656). It is the former smart contract back-end for cGrants, Gitcoin's public goods funding product ([more background here](https://gov.gitcoin.co/t/introducing-gitcoin-grants-stack-allo-protocol-product-overviews-part-1-of-2/12664#the-story-of-allo-protocol-rebuilding-cgrants-from-the-ground-up-1)).
128

139
This new iteration is more flexible and more modular. It powers Gitcoin's three products, [Builder](https://github.com/gitcoinco/grants-round/tree/main/packages/builder), [Explorer](https://github.com/gitcoinco/grants-round/tree/main/packages/grant-explorer), and [Manager](https://github.com/gitcoinco/grants-round/tree/main/packages/round-manager). More importantly, it empowers anyone to build on top of a thriving ecosystem of grants and lets communities everywhere fund their shared needs.
1410

@@ -18,11 +14,7 @@ You can learn more about the background of Allo in [Gitcoin's announcement post]
1814

1915
In addition to Allo Protocol, Gitcoin offers a suite of products called the [Grants Stack](https://www.gitcoin.co/grants-stack).
2016

21-
<<<<<<< HEAD
22-
Allo Protocol is for people building applications with novel capital allocation mechanisms, like quadratic funding. The protocol contains a registry of grant recipients ([Project Registry](core-concepts/project-registry.md)) as well as ways to define custom decision making processes for capital allocation ([Voting Strategy](core-concepts/voting-strategy/)) and ways to pay out those decisions ([Payout Strategy](core-concepts/payout-strategy/)). Anyone building custom tools for communities to allocate capital or for projects to receive capital should use Allo.
23-
=======
2417
Allo Protocol is for people building applications with novel capital allocation mechanisms, like quadratic funding. The protocol contains a registry of grant recipients ([Project Registry](core-concepts/project-registry/)) as well as ways to define custom decision making processes for capital allocation ([Voting Strategy](core-concepts/voting-strategy/)) and ways to pay out those decisions ([Payout Strategy](core-concepts/payout-strategy/)). Anyone building custom tools for communities to allocate capital or for projects to receive capital should use Allo.
25-
>>>>>>> 654ac7c (theme and page cleanup after migrating from gitbook)
2618

2719
The [Grants Stack](https://www.gitcoin.co/grants-stack) is a self-service suite of products for hosting a grants program. For now, it lets you run Gitcoin-style quadratic funding rounds in your ecosystem, but will expand into other forms of grants over time. The product suite offers everything you'd need to run your grants program without writing any code. So if you just want to run your grants program, the [Grants Stack](https://www.gitcoin.co/grants-stack) is a good fit for you.
2820

@@ -39,29 +31,12 @@ If you are interested in building with Allo, check out the [Allo Builders Telegr
3931
We also welcome contributions and would love for you to [get involved](extras/getting-involved.md). \
4032
Finally, you can head to [gitcoin.co](https://www.gitcoin.co) to keep up to date with protocol releases.
4133

42-
43-
4434
### Next Steps
4535

46-
import { Card, Cards } from "nextra-theme-docs";
36+
import { Card, Cards } from 'nextra-theme-docs'
4737

4838
<Cards>
49-
<Card
50-
title="Conceptual Overview"
51-
href="/core-concepts/conceptual-overview"
52-
/>
53-
<Card
54-
title="Contracts"
55-
href="/getting-started/contracts"
56-
/>
57-
<Card
58-
title="Getting Involved"
59-
href="/extras/getting-involved"
60-
/>
39+
<Card title="Conceptual Overview" href="/core-concepts/conceptual-overview" />
40+
<Card title="Contracts" href="/getting-started/contracts" />
41+
<Card title="Getting Involved" href="/extras/getting-involved" />
6142
</Cards>
62-
<<<<<<< HEAD
63-
=======
64-
========
65-
# Allo Protocol Documentation
66-
>>>>>>>> 654ac7c (theme and page cleanup after migrating from gitbook):pages/index.md
67-
>>>>>>> 654ac7c (theme and page cleanup after migrating from gitbook)

theme.config.jsx

-8
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,5 @@ export default {
33
project: {
44
link: 'https://github.com/allo-protocol'
55
},
6-
<<<<<<< HEAD
7-
<<<<<<< HEAD
86
docsRepositoryBase: 'https://github.com/allo-protocol/docs/blob/main',
9-
=======
10-
docsRepositoryBase: 'https://github.com/allo-protocol/docs',
11-
>>>>>>> 157ff73 (initial setup for nextra docs site)
12-
=======
13-
docsRepositoryBase: 'https://github.com/allo-protocol/docs/blob/main',
14-
>>>>>>> 654ac7c (theme and page cleanup after migrating from gitbook)
157
}

0 commit comments

Comments
 (0)