Skip to content

Commit

Permalink
Merge pull request #202 from aragon/feature/new-way-theming
Browse files Browse the repository at this point in the history
Feature/new way theming
  • Loading branch information
novaknole authored Dec 2, 2024
2 parents b6ccf2c + b44fe07 commit 1eb3ac9
Show file tree
Hide file tree
Showing 10,818 changed files with 3,165 additions and 1,613,322 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# Production
/build

ui/node_modules

# Generated files
.docusaurus
.cache-loader
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
26 changes: 25 additions & 1 deletion components/home/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
= Documentation
= Aragon Developer Portal

Explore our guides and examples to learn how.

== The modular governance stack

Explanation here

=== Aragon OSx

Docs here

=== Plugin marketplace

Governance logic is encapsulated in reusable contracts called _plugins_.

Plugins are granted specific permissions depending what you want them to do. In practice, they often act as governing bodies or decision-making processes. For example, a token voting plugin or multisig plugin define all of their unique governance logic within the plugin itself. This “separation of concerns” keeps the protocol focused and ultimately more flexible.

The core plugins currently supported by Aragon are:
* *Token Voting*: Proposals are created for token holders and delegates to vote on proposals, with execution decided using a simple majority rule.
* *Multisig*: Proposals are created for designated addresses to approve, with execution decided by whether a minimum number of approvers is met.
* *Admin*: Proposals are created by designated addresses and immediately executed.
* *Staged Proposal Processor*: Proposals are created and progress through any number of stages, with other plugins either voting to approve or veto the proposal. The SPP plugin is essentially a cross-plugin state manager that enables governance processes with multiple stages and multiple governing bodies.

=== Governance Tooling

Other description here.
10 changes: 0 additions & 10 deletions components/osx/00-get-started.mdx

This file was deleted.

2 changes: 0 additions & 2 deletions components/osx/01-how-it-works/_category_.yml

This file was deleted.

2 changes: 0 additions & 2 deletions components/osx/02-how-to-guides/_category_.yml

This file was deleted.

Loading

0 comments on commit 1eb3ac9

Please sign in to comment.