Skip to content

Commit

Permalink
feat: minor changes on the index page
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Dec 11, 2024
1 parent 35256fa commit 47a6b6e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
19 changes: 12 additions & 7 deletions components/home/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
= Documentation

Explore our guides and examples to learn how. test dsfasfasfzz
Explore our guides and examples to learn how. TODO

== The modular governance stack

Explanation here
TDOO Explanation here

=== Aragon OSx

Docs here
TODO Docs here

=== Plugin marketplace

Expand All @@ -17,10 +17,15 @@ 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.

* *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.


[.card-section]

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "yarn build:theme && bash scripts/build.sh --fetch playbook.yml",
"build": "bash scripts/build.sh --fetch playbook.yml",
"build:no-fetch": "bash scripts/build.sh playbook.yml",
"build:local": "yarn build:theme && bash scripts/build.sh playbook-local-only.yml",
"build:local": "bash scripts/build.sh playbook-local-only.yml",
"serve:all-optimized": "yarn && yarn optimize-svg && yarn build && yarn serve",
"optimize-svg": "svgo -rf ./static/img -o ./static/optimized-svg",
"build:theme": "yarn --cwd ui build",
"prepare": "cd ui && yarn && cd .. && yarn build:theme",
"serve": "yarn build:theme && yarn build && live-server build/site",
"serve": "yarn build && live-server build/site",
"watch:local": "fgbg 'nodemon -e yml,adoc,css,scss,js -w components -w ui --ignore ui/theme/dist -x sh scripts/watch-local-build.sh' 'live-server build/site'",
"typecheck": "tsc",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix"
Expand Down
4 changes: 2 additions & 2 deletions playbook-local-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ site:
content:
sources:
- url: .
branches: feature/new-way-theming
branches: update-minor-css-changes
start_path: components/home
- url: https://github.com/aragon/multisig-plugin
branches: feature/docs
Expand All @@ -19,7 +19,7 @@ content:
- url: https://github.com/aragon/admin-plugin
branches: feat/docs
start_path: packages/contracts/docs
- url: https://github.com/aragon/osx
- url: /Users/claubar/Projects/Aragon/osx/
branches: feat/docs-add-missing-pages
start_path: packages/contracts/docs
- url: https://github.com/aragon/osx-commons
Expand Down

0 comments on commit 47a6b6e

Please sign in to comment.