Skip to content

Commit

Permalink
docs: fix broken dev portal build (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik authored Nov 22, 2023
1 parent c2be413 commit 0c6bd06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ with construction / initialization constituting a special.

</div>

<details><summary><b>Interfaces</b></summary>
#### Interfaces

- `IDAO`
- `IPlugin`
Expand All @@ -47,9 +47,7 @@ with construction / initialization constituting a special.
- `IProposal`
- `IMembership`

</details>

<details><summary><b>Abstract Contracts</b></summary>
#### Abstract Contracts

- Non-Upgradable

Expand All @@ -67,9 +65,7 @@ with construction / initialization constituting a special.
- `ProposalUpgradeable`
- `InterfaceBasedRegistry`

</details>

<details><summary><b>Deployed Contracts</b></summary>
#### Deployed Contracts

- Non-Upgradable

Expand All @@ -86,8 +82,6 @@ with construction / initialization constituting a special.
- `PluginUUPSUpgradeable`
- `ENSSubdomainRegistrar`

</details>

## Subgraph

The subgraph is composed of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ Applies to
- `DAOFactory`
- `PluginRepoFactory`

For changes in the underlying implementations (i.e., `DAO` and `PluginRepo`), see the process of [replacing upgradeable contracts](../03-sub-processes/upgradeable-contract.md).
For changes in the underlying implementations (i.e., `DAO` and `PluginRepo`), see the process of [replacing upgradeable contracts](./02-upgradeable-contract.md).

0 comments on commit 0c6bd06

Please sign in to comment.