Skip to content

Commit

Permalink
Merge pull request #597 from axone-protocol/feat/add-dataverse-card
Browse files Browse the repository at this point in the history
feat(docs): add Dataverse card (was missing)
  • Loading branch information
ccamel authored Nov 5, 2024
2 parents 48c10b5 + 221ffd7 commit f340419
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/api-reference/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ Deepen your understanding of the Axone Protocol's Smart Contracts.
<p class="card-text">Introducing the Governance Interpreter.</p>
</div>
</div>
<div class="col">
<div class="card card-body h-100 d-flex flex-column">
<a href="/contracts/axone-dataverse" class="card-title card-link stretched-link">
<h2>Dataverse</h2>
</a>
<p class="card-text">Introducing the Dataverse Smart Contract.</p>
</div>
</div>
</div>
</div>

Expand Down
8 changes: 8 additions & 0 deletions docs/architecture/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ Deepen your understanding of the Axone Protocol's Smart Contracts.
<p class="card-text">Introducing the Governance Interpreter.</p>
</div>
</div>
<div class="col">
<div class="card card-body h-100 d-flex flex-column">
<a href="/contracts/axone-dataverse" class="card-title card-link stretched-link">
<h2>Dataverse</h2>
</a>
<p class="card-text">Introducing the Dataverse Smart Contract.</p>
</div>
</div>
</div>
</div>

Expand Down

0 comments on commit f340419

Please sign in to comment.