From 47a6b6e8f1730f1203b9e8e5e70c5e1b6c6f0b1d Mon Sep 17 00:00:00 2001 From: Claudia Date: Wed, 11 Dec 2024 11:07:23 +0100 Subject: [PATCH] feat: minor changes on the index page --- components/home/modules/ROOT/pages/index.adoc | 19 ++++++++++++------- package.json | 6 +++--- playbook-local-only.yml | 4 ++-- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/components/home/modules/ROOT/pages/index.adoc b/components/home/modules/ROOT/pages/index.adoc index 8e91705d..f2635186 100644 --- a/components/home/modules/ROOT/pages/index.adoc +++ b/components/home/modules/ROOT/pages/index.adoc @@ -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 @@ -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] diff --git a/package.json b/package.json index 30c1aadb..28995b37 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/playbook-local-only.yml b/playbook-local-only.yml index b4aa0275..7bf4e10d 100644 --- a/playbook-local-only.yml +++ b/playbook-local-only.yml @@ -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 @@ -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