diff --git a/packages/contracts/docs/antora.yml b/packages/contracts/docs/antora.yml index ddf34fd2..76a07e86 100644 --- a/packages/contracts/docs/antora.yml +++ b/packages/contracts/docs/antora.yml @@ -1,5 +1,5 @@ name: token-voting -title: TokenVoting +title: Token Voting version: 1.x prerelease: false nav: diff --git a/packages/contracts/docs/modules/ROOT/pages/index.adoc b/packages/contracts/docs/modules/ROOT/pages/index.adoc index 8c654ee0..6cb27920 100644 --- a/packages/contracts/docs/modules/ROOT/pages/index.adoc +++ b/packages/contracts/docs/modules/ROOT/pages/index.adoc @@ -1,6 +1,6 @@ :stem: latexmath -= TokenVoting Plugin += Token Voting == Description @@ -106,47 +106,47 @@ For DAOs with existing non-governance tokens, these tokens can still be used wit |=== | Permission ID | Where (Granted By) | Who (Granted To) | Condition | Functions -| EXECUTE_PERMISSION_ID +| `EXECUTE_PERMISSION_ID` | DAO | Plugin | None -| execute +| `execute` -| UPDATE_VOTING_SETTINGS_PERMISSION_ID +| `UPDATE_VOTING_SETTINGS_PERMISSION_ID` | Plugin | DAO | None -| updateVotingSettings, updateMinApprovals +| `updateVotingSettings, updateMinApprovals` -| SET_TARGET_CONFIG_PERMISSION_ID +| `SET_TARGET_CONFIG_PERMISSION_ID` | Plugin | DAO | None -| setTargetConfig +| `setTargetConfig` -| SET_METADATA_PERMISSION_ID +| `SET_METADATA_PERMISSION_ID` | Plugin | DAO | None -| setMetadata +| `setMetadata` -| CREATE_PROPOSAL_PERMISSION_ID +| `CREATE_PROPOSAL_PERMISSION_ID` | Plugin | Any Address -| VotingPowerCondition -| createProposal +| `VotingPowerCondition` +| `createProposal` -| EXECUTE_PROPOSAL_PERMISSION_ID +| `EXECUTE_PROPOSAL_PERMISSION_ID` | Plugin | Any Address | None -| execute +| `execute` -| MINT_PERMISSION_ID +| `MINT_PERMISSION_ID` | Associated Governance Token | DAO | None -| mint +| `mint` |=== This setup ensures that the **TokenVoting** plugin is ready for operation immediately after installation, with all required contracts deployed and permissions configured.