Skip to content

Commit 74aa76d

Browse files
committed
feat: remove use section entirely
1 parent a23261b commit 74aa76d

File tree

211 files changed

+7149
-6890
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+7149
-6890
lines changed

colony/learn/advanced-concepts/recovery-mode.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Sometimes, you just need to pull on the emergency break.
99

1010
The Recovery mode allows you to "lock" your colony and prevent any further activity from happening. You will need to have the *Recovery* [permission](./permissions.md#recovery) to put your colony into Recovery mode.
1111

12-
Find out how to enable recovery mode [**here**](../../use/advanced-features/recovery-mode.md).
13-
1412
:::caution
1513
Leaving Recovery Mode requires the approval of a majority of members holding the Recovery permission.
1614
:::

colony/learn/governance/lazy-consensus.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,3 @@ We encourage communication within the colony. Members should be aware of the opi
3131
:::
3232

3333
Complete details of the objection mechanism can be found in the [Colony Whitepaper](https://colony.io/whitepaper.pdf) in section 9.2
34-
35-
For more on using Lazy Consensus in your colony, see [**this page**](../../use/governance/motions-and-disputes/).

colony/learn/governance/motions.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,14 @@ For a quick overview of Motions, [view this Twitter thread](https://twitter.com/
1616

1717
## How Motions work
1818

19-
:::tip
20-
Your colony must have the [Motions governance extension](../../use/governance/motions-and-disputes/installation.md) enabled to proceed.
21-
:::
22-
2319
Within Colony, a Motion is an on-chain proposal whose two sides (*Yay* or *Nay*) can be supported by staking the Colony's native token for that side. Motions always have an **action** attached to them which is a contract transaction that can take place in a Colony.
2420

2521
For example, Motions could be created to move funds from one team to another, for paying someone that did work or minting new native tokens (even arbitrary transaction on any contract in the name of the Colony are supported!). Motions that pass (the outcome is *Yay*) will execute the **action** once they are finalized. If the outcome is *Nay*, there is no action taking place.
2622

2723
## The Motion lifecycle
2824

2925
### Step 1: Create a Motion
30-
Anyone within a colony can start a Motion. [**See how to create a Motion in the Colony UI.**](../../use/governance/motions-and-disputes/creating-a-motion.md)
26+
Anyone within a colony can start a Motion.
3127

3228
### Step 2: Stake the Motion
3329

@@ -112,4 +108,4 @@ If we now add up everything that means:
112108
- Alice gets 27.5 Tokens (22.5 from voting and 5 from Staking)
113109
- Bob gets 32.5 Tokens (22.5 from voting and 10 from Staking)
114110
- Charlie loses 39 Tokens (Loses 45 + 9 for staking and gains 15 for voting)
115-
- Danielle loses 21 Tokens (Loses 30 + 6 for staking and gains 15 for voting)
111+
- Danielle loses 21 Tokens (Loses 30 + 6 for staking and gains 15 for voting)
File renamed without changes.

colony/learn/governance/reputation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Unlike tokens, reputation cannot be transferred between accounts and can only be
2626

2727
### Earning Reputation in a Colony
2828

29-
**After you [join a colony](../../use/join-a-colony.md), you'll need to earn some reputation before you can participate in governance.**
29+
**After you join a colony, you'll need to earn some reputation before you can participate in governance.**
3030

31-
The most common way of earning reputation is by [getting paid](../../use/making-payments/payments.md) in the colony's native token.
31+
The most common way of earning reputation is by getting paid in the colony's native token.
3232

3333
:::tip
3434
Payments in stablecoins will not provide reputation. You can use stablecoin payments to adjust for cost-of-living requirements for contributors, or any other situation where making a payment without giving additional reputation is appropriate.
3535
:::
3636

37-
Reputation can also be [manually awarded](../../use/reputation/award-reputation.md) in special circumstances, such as when launching a new colony with an existing team.
37+
Reputation can also be manually awarded in special circumstances, such as when launching a new colony with an existing team.
3838

3939
Each colony will have its own rationale for paying contributors. Some colonies may pay contributors for approved content or codebase contributions, while other colonies may send you some native tokens just for asking nicely.
4040

colony/learn/governance/teams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_position: 7
88

99
Colonies can be made of Teams (aka Domains) such as the **Dev Team**, the **Growth Team**, or the **Meme Team**.
1010

11-
Teams can be thought of as sub-DAOs which have a degree of autonomy within the parent DAO (known as Root). They can have their own treasuries, launch their own [governance processes](../../use/governance/), and appeal to the wisdom of the Root DAO when there is a dispute.
11+
Teams can be thought of as sub-DAOs which have a degree of autonomy within the parent DAO (known as Root). They can have their own treasuries, launch their own governance processes, and appeal to the wisdom of the Root DAO when there is a dispute.
1212

1313
### Reputation in Teams
1414

colony/learn/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ The Learning Realm is where you'll find the fundamentals of DAO building and exp
1111

1212
:::tip The Colony Journey
1313
Browse through the [**Learn**](../learn/why-colony) section to level up your DAO-fu.
14-
15-
Then, you'll be ready to [**start building colonies**](../use/).
1614
:::
1715

1816
:::note Hey Devs!

colony/learn/payments-and-tokens/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,3 @@ sidebar_position: 4
88
In this section, you'll learn about how [payments](payments-and-native-tokens.md) work in Colony.
99

1010
You'll also find out about **CLNY**, the native token that powers the [Metacolony](the-metacolony-clny.md).
11-
12-
:::tip The Colony Mission
13-
14-
Once you're familiar with the basics, you're ready to [make payments in your DAO](../../use/making-payments/index.md).
15-
16-
:::

colony/learn/payments-and-tokens/payments-and-native-tokens.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Every colony has its own native token. Native tokens are used for [staking motio
1010

1111
Payment in a colony’s native token also confers [reputation](../governance/reputation.md), but paying in other tokens (such as stablecoins) does not.
1212

13-
Users can decide to adopt an [existing ERC20 token](../../use/launch-a-colony.md#step-2b-using-an-existing-token) as their native token (i.e. DAI or USDC), or to [create a new one](../../use/launch-a-colony.md#step-2a-creating-a-new-token). Native Tokens are a key aspect when creating a new colony.
13+
Users can decide to adopt an existing ERC20 token as their native token (i.e. DAI or USDC), or to create a new one. Native Tokens are a key aspect when creating a new colony.
1414

1515
You can also check the Native Token contract address and add it to your Metamask.
1616

17-
![](../../use/assets/AddTokenMetamask.gif)
17+
![](../assets/AddTokenMetamask.gif)
1818

1919
:::info
20-
A colony's native tokens are locked and non-transferrable by default. They can be [unlocked](../../use/managing-funds/unlock-token.md) anytime, so that they may be freely transferred outside of the colony. This action is irreversible and only applies to new tokens created with Colony.
20+
A colony's native tokens are locked and non-transferrable by default. They can be unlocked anytime, so that they may be freely transferred outside of the colony. This action is irreversible and only applies to new tokens created with Colony.
2121
:::

0 commit comments

Comments
 (0)