Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/build/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

* [Latest Updates](whats-new/latest-updates.md)

## Learn Clarinet <a href="#clarinet" id="clarinet"></a>
## Clarinet <a href="#clarinet" id="clarinet"></a>

* [Overview](clarinet/overview.md)
* [Quickstart](clarinet/quickstart.md)
Expand All @@ -45,12 +45,12 @@
* [Stacks.js Integration](clarinet/integrations/stacks.js.md)
* [sBTC Integration](clarinet/integrations/sbtc.md)

## Learn Rendezvous <a href="#rendezvous" id="rendezvous"></a>
## Rendezvous <a href="#rendezvous" id="rendezvous"></a>

* [Overview](rendezvous/overview.md)
* [Quickstart](rendezvous/quickstart.md)

## Learn Stacks.js <a href="#stacks.js" id="stacks.js"></a>
## Stacks.js <a href="#stacks.js" id="stacks.js"></a>

* [Overview](stacks.js/overview.md)
* [Accounts & Addresses](stacks.js/accounts-and-addresses.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/cookbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Recipes optimize for clarity and speed. They may omit production concerns like r

### Jump right in

<table data-view="cards"><thead><tr><th>Recipes</th><th data-card-target data-type="content-ref">Browse</th></tr></thead><tbody><tr><td><strong>Stacks.js</strong><br>Transactions, reads, auth, and app integration.</td><td><a href="/broken/spaces/uholC0CdufHxYs050O3V/pages/PbYb0GukRhiS4qCHdRal">Broken link</a></td></tr><tr><td><strong>Clarity</strong><br>Common contract patterns and implementation snippets.</td><td><a href="/broken/spaces/uholC0CdufHxYs050O3V/pages/aOjs4gC5WzIpifbjuGsn">Broken link</a></td></tr><tr><td><strong>Example Contracts</strong><br>Curated examples of notable mainnet contracts and reference implementations.</td><td><a href="clarity/example-contracts/">example-contracts</a></td></tr></tbody></table>
<table data-view="cards"><thead><tr><th>Recipes</th><th data-card-target data-type="content-ref">Browse</th></tr></thead><tbody><tr><td><strong>Stacks.js</strong><br>Transactions, reads, auth, and app integration.</td><td><a href="stacks.js/">Stacks.js Recipes</a></td></tr><tr><td><strong>Clarity</strong><br>Common contract patterns and implementation snippets.</td><td><a href="clarity/">Clarity Recipes</a></td></tr><tr><td><strong>Example Contracts</strong><br>Curated examples of notable mainnet contracts and reference implementations.</td><td><a href="clarity/example-contracts/">example-contracts</a></td></tr></tbody></table>

### Conventions and placeholders

Expand Down
4 changes: 2 additions & 2 deletions docs/press-and-reports/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
* [July 2025](press-and-top-links/2025/july-2025.md)
* [August 2025](press-and-top-links/2025/august-2025.md)
* [September 2025](press-and-top-links/2025/september-2025.md)
* [October 2025](press-and-top-links/2025/september-2025-1.md)
* [November 2025](press-and-top-links/2025/september-2025-2.md)
* [October 2025](press-and-top-links/2025/october-2025.md)
* [November 2025](press-and-top-links/2025/november-2025.md)
2 changes: 1 addition & 1 deletion docs/reference/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

## Node Operations

* [Stacks Node Configuration](<README (1).md>)
* [Stacks Node Configuration](stacks-node-configuration.md)
* [Signer Configuration](node-operations/signer-configuration.md)

## Rendezvous
Expand Down
Loading