Skip to content

Commit

Permalink
Fix table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrogers committed Oct 7, 2024
1 parent 3cda94e commit 09e394f
Showing 1 changed file with 112 additions and 107 deletions.
219 changes: 112 additions & 107 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,132 +1,137 @@
# Table of contents

* [Start Here](README.md)
- [Start Here](README.md)

## 🟧 Nakamoto Upgrade

* [Nakamoto Upgrade - Start Here](nakamoto-upgrade/nakamoto-upgrade-start-here.md)
* [What is the Nakamoto Upgrade?](nakamoto-upgrade/what-is-the-nakamoto-release.md)
* [Nakamoto in 10 Minutes](nakamoto-upgrade/nakamoto-in-10-minutes.md)
* [Nakamoto Rollout Plan](nakamoto-upgrade/nakamoto-rollout-plan/README.md)
* [Nakamoto for Exchanges](nakamoto-upgrade/nakamoto-rollout-plan/nakamoto-for-exchanges.md)
* [Nakamoto for Stackers and Pool Operators](nakamoto-upgrade/nakamoto-rollout-plan/nakamoto-for-stackers.md)
* [Nakamoto for Stacking Providers](nakamoto-upgrade/nakamoto-rollout-plan/nakamoto-for-stacking-providers.md)
* [Nakamoto for App Developers](nakamoto-upgrade/nakamoto-rollout-plan/nakamoto.md)
* [Nakamoto Activation Guide for Signers](nakamoto-upgrade/nakamoto-activation-guide-for-signers/README.md)
* [Setting Up a Primary (Post-Nakamoto) Testnet Node](nakamoto-upgrade/nakamoto-activation-guide-for-signers/setting-up-a-primary-post-nakamoto-testnet-node.md)
- [Nakamoto Upgrade - Start Here](nakamoto-upgrade/nakamoto-upgrade-start-here.md)
- [What is the Nakamoto Upgrade?](nakamoto-upgrade/what-is-the-nakamoto-release.md)
- [Nakamoto in 10 Minutes](nakamoto-upgrade/nakamoto-in-10-minutes.md)
- [Nakamoto Rollout Plan](nakamoto-upgrade/nakamoto-rollout-plan/README.md)
- [Nakamoto for Exchanges](nakamoto-upgrade/nakamoto-rollout-plan/nakamoto-for-exchanges.md)
- [Nakamoto for Stackers and Pool Operators](nakamoto-upgrade/nakamoto-rollout-plan/nakamoto-for-stackers.md)
- [Nakamoto for Stacking Providers](nakamoto-upgrade/nakamoto-rollout-plan/nakamoto-for-stacking-providers.md)
- [Nakamoto for App Developers](nakamoto-upgrade/nakamoto-rollout-plan/nakamoto.md)
- [Nakamoto Activation Guide for Signers](nakamoto-upgrade/nakamoto-activation-guide-for-signers/README.md)
- [Setting Up a Primary (Post-Nakamoto) Testnet Node](nakamoto-upgrade/nakamoto-activation-guide-for-signers/setting-up-a-primary-post-nakamoto-testnet-node.md)

## 🧠 Concepts

* [Stacks 101](concepts/stacks-101/README.md)
* [What Is Stacks?](concepts/stacks-101/what-is-stacks.md)
* [Bitcoin Connection](concepts/stacks-101/bitcoin-connection.md)
* [Proof of Transfer](concepts/stacks-101/proof-of-transfer.md)
* [Stacks Among Other Layers](concepts/stacks-101/stacks-among-other-layers.md)
* [Financial Incentive and Security Budget](concepts/stacks-101/financial-incentive-and-security-budget.md)
* [Network Fundamentals](concepts/network-fundamentals/README.md)
* [Network Basics](concepts/network-fundamentals/network.md)
* [Mainnet and Testnets](concepts/network-fundamentals/mainnet-and-testnets.md)
* [Accounts](concepts/network-fundamentals/accounts.md)
* [Authentication](concepts/network-fundamentals/authentication.md)
* [Bitcoin Name System](concepts/network-fundamentals/bitcoin-name-system.md)
* [SIPs](concepts/network-fundamentals/sips.md)
* [Technical Specifications](concepts/network-fundamentals/technical-specifications.md)
* [Block Production](concepts/block-production/README.md)
* [Mining](concepts/block-production/mining.md)
* [Signing](concepts/block-production/stackers-and-signing.md)
* [Bitcoin Finality](concepts/block-production/bitcoin-finality.md)
* [Bitcoin Reorgs](concepts/block-production/bitcoin-reorgs.md)
* [Stacking](concepts/block-production/stacking.md)
* [Transactions](concepts/transactions/README.md)
* [How Transactions Work](concepts/transactions/transactions.md)
* [Post Conditions](concepts/transactions/post-conditions.md)
* [Clarity](concepts/clarity/README.md)
* [Overview](concepts/clarity/overview.md)
* [Decidability](concepts/clarity/decidability.md)
* [sBTC](concepts/sbtc/README.md)
* [sBTC Design](concepts/sbtc/sbtc-design/README.md)
* [sBTC Requests and Responses](concepts/sbtc/sbtc-design/sbtc-requests-and-responses/README.md)
* [Commit-Reveal System](concepts/sbtc/sbtc-design/sbtc-requests-and-responses/commit-reveal-system.md)
* [Stacker Responsibilities](concepts/sbtc/sbtc-design/stacker-responsibilities.md)
* [Security Model](concepts/sbtc/sbtc-design/security-model.md)
* [Clarity Contracts](concepts/sbtc/sbtc-design/clarity-contracts.md)
* [Gaia](concepts/gaia/README.md)
* [Configuration](concepts/gaia/configuration.md)
* [Deploy Gaia Hub](concepts/gaia/deploy-gaia-hub.md)
* [Amazon EC2](concepts/gaia/amazon-ec2.md)
* [Linux](concepts/gaia/linux.md)
* [Mac OS](concepts/gaia/mac-os.md)
- [Stacks 101](concepts/stacks-101/README.md)
- [What Is Stacks?](concepts/stacks-101/what-is-stacks.md)
- [Bitcoin Connection](concepts/stacks-101/bitcoin-connection.md)
- [Proof of Transfer](concepts/stacks-101/proof-of-transfer.md)
- [Stacks Among Other Layers](concepts/stacks-101/stacks-among-other-layers.md)
- [Financial Incentive and Security Budget](concepts/stacks-101/financial-incentive-and-security-budget.md)
- [Network Fundamentals](concepts/network-fundamentals/README.md)
- [Network Basics](concepts/network-fundamentals/network.md)
- [Mainnet and Testnets](concepts/network-fundamentals/mainnet-and-testnets.md)
- [Accounts](concepts/network-fundamentals/accounts.md)
- [Authentication](concepts/network-fundamentals/authentication.md)
- [Bitcoin Name System](concepts/network-fundamentals/bitcoin-name-system.md)
- [SIPs](concepts/network-fundamentals/sips.md)
- [Technical Specifications](concepts/network-fundamentals/technical-specifications.md)
- [Block Production](concepts/block-production/README.md)
- [Mining](concepts/block-production/mining.md)
- [Signing](concepts/block-production/stackers-and-signing.md)
- [Bitcoin Finality](concepts/block-production/bitcoin-finality.md)
- [Bitcoin Reorgs](concepts/block-production/bitcoin-reorgs.md)
- [Stacking](concepts/block-production/stacking.md)
- [Transactions](concepts/transactions/README.md)
- [How Transactions Work](concepts/transactions/transactions.md)
- [Post Conditions](concepts/transactions/post-conditions.md)
- [Clarity](concepts/clarity/README.md)
- [Overview](concepts/clarity/overview.md)
- [Decidability](concepts/clarity/decidability.md)
- [sBTC](concepts/sbtc/README.md)
- [Core Features](core-features.md)
- [sBTC Operations](operations/README.md)
- [Deposit](operations/deposit.md)
- [Withdrawal](operations/withdrawal.md)
- [Peg Wallet UTxO](peg-wallet-utxo.md)
- [Clarity Contracts](clarity-contracts.md)
- [Auxiliary Features](auxiliary-features/README.md)
- [Transaction Fee Sponsorship](auxiliary-features/fee-sponsorship.md)
- [Signer Wallet Rotation](auxiliary-features/signer-wallet-rotation.md)
- [Security Considerations](security-considerations.md)
- [Future Development](future-development.md)
- [Gaia](concepts/gaia/README.md)
- [Configuration](concepts/gaia/configuration.md)
- [Deploy Gaia Hub](concepts/gaia/deploy-gaia-hub.md)
- [Amazon EC2](concepts/gaia/amazon-ec2.md)
- [Linux](concepts/gaia/linux.md)
- [Mac OS](concepts/gaia/mac-os.md)

## 🛠️ Guides & Tutorials

* [Developer Quickstart](guides-and-tutorials/hello-stacks-quickstart-tutorial.md)
* [Clarity Crash Course](guides-and-tutorials/clarity-crash-course.md)
* [Build a Borrowing & Lending Protocol](guides-and-tutorials/build-a-borrowing-and-lending-protocol.md)
* [Bitcoin Integration](guides-and-tutorials/bitcoin-integration/README.md)
* [Sending Bitcoin with Leather Wallet](guides-and-tutorials/bitcoin-integration/sending-bitcoin-with-leather-wallet.md)
* [Verifying a Bitcoin Transaction](guides-and-tutorials/bitcoin-integration/verifying-a-bitcoin-transaction.md)
* [Parsing a Bitcoin Transaction](guides-and-tutorials/bitcoin-integration/parsing-a-bitcoin-transaction.md)
* [Create Tokens](guides-and-tutorials/tokens/README.md)
* [Creating a NFT](guides-and-tutorials/tokens/creating-a-nft.md)
* [Creating a Fungible Token](guides-and-tutorials/tokens/creating-a-fungible-token.md)
* [Build a Frontend](guides-and-tutorials/frontend/README.md)
* [Post Conditions with Stacks.js](guides-and-tutorials/frontend/post-conditions-with-stacks.js.md)
* [Authentication with Stacks.js](guides-and-tutorials/frontend/authentication-with-stacks.js.md)
* [Sending Transactions with Stacks.js](guides-and-tutorials/frontend/sending-transactions-with-stacks.js.md)
* [Run a Node](guides-and-tutorials/nodes-and-miners/README.md)
* [Run a Node with Docker](guides-and-tutorials/nodes-and-miners/run-a-node-with-docker.md)
* [Run a Node with Digital Ocean](guides-and-tutorials/nodes-and-miners/run-a-node-with-digital-ocean.md)
* [Run a Node with a Hosted Provider](guides-and-tutorials/nodes-and-miners/run-a-node-with-a-hosted-provider.md)
* [Run a Node with Quicknode](guides-and-tutorials/nodes-and-miners/run-a-node-with-quicknode.md)
* [Run a Miner](guides-and-tutorials/run-a-miner/README.md)
* [Miner Prerequisites](guides-and-tutorials/run-a-miner/miner-prerequisites.md)
* [Miner Costs and Fees](guides-and-tutorials/run-a-miner/miner-costs-and-fees.md)
* [Mine Testnet Stacks Tokens](guides-and-tutorials/run-a-miner/mine-testnet-stacks-tokens.md)
* [Mine Mainnet Stacks Tokens](guides-and-tutorials/run-a-miner/mine-mainnet-stacks-tokens.md)
* [Verify Miner](guides-and-tutorials/run-a-miner/verify-miner.md)
* [Run a Signer](guides-and-tutorials/running-a-signer/README.md)
* [How to Read Signer Logs](guides-and-tutorials/running-a-signer/how-to-read-signer-logs.md)
* [Stack STX](guides-and-tutorials/stack-stx/README.md)
* [Solo Stack](guides-and-tutorials/stack-stx/stacking-flow.md)
* [Operate a Pool](guides-and-tutorials/stack-stx/operate-a-pool.md)
* [Stack with a Pool](guides-and-tutorials/stack-stx/stack-with-a-pool.md)
* [Community Tutorials](guides-and-tutorials/community-tutorials.md)
- [Developer Quickstart](guides-and-tutorials/hello-stacks-quickstart-tutorial.md)
- [Clarity Crash Course](guides-and-tutorials/clarity-crash-course.md)
- [Build a Borrowing & Lending Protocol](guides-and-tutorials/build-a-borrowing-and-lending-protocol.md)
- [Bitcoin Integration](guides-and-tutorials/bitcoin-integration/README.md)
- [Sending Bitcoin with Leather Wallet](guides-and-tutorials/bitcoin-integration/sending-bitcoin-with-leather-wallet.md)
- [Verifying a Bitcoin Transaction](guides-and-tutorials/bitcoin-integration/verifying-a-bitcoin-transaction.md)
- [Parsing a Bitcoin Transaction](guides-and-tutorials/bitcoin-integration/parsing-a-bitcoin-transaction.md)
- [Create Tokens](guides-and-tutorials/tokens/README.md)
- [Creating a NFT](guides-and-tutorials/tokens/creating-a-nft.md)
- [Creating a Fungible Token](guides-and-tutorials/tokens/creating-a-fungible-token.md)
- [Build a Frontend](guides-and-tutorials/frontend/README.md)
- [Post Conditions with Stacks.js](guides-and-tutorials/frontend/post-conditions-with-stacks.js.md)
- [Authentication with Stacks.js](guides-and-tutorials/frontend/authentication-with-stacks.js.md)
- [Sending Transactions with Stacks.js](guides-and-tutorials/frontend/sending-transactions-with-stacks.js.md)
- [Run a Node](guides-and-tutorials/nodes-and-miners/README.md)
- [Run a Node with Docker](guides-and-tutorials/nodes-and-miners/run-a-node-with-docker.md)
- [Run a Node with Digital Ocean](guides-and-tutorials/nodes-and-miners/run-a-node-with-digital-ocean.md)
- [Run a Node with a Hosted Provider](guides-and-tutorials/nodes-and-miners/run-a-node-with-a-hosted-provider.md)
- [Run a Node with Quicknode](guides-and-tutorials/nodes-and-miners/run-a-node-with-quicknode.md)
- [Run a Miner](guides-and-tutorials/run-a-miner/README.md)
- [Miner Prerequisites](guides-and-tutorials/run-a-miner/miner-prerequisites.md)
- [Miner Costs and Fees](guides-and-tutorials/run-a-miner/miner-costs-and-fees.md)
- [Mine Testnet Stacks Tokens](guides-and-tutorials/run-a-miner/mine-testnet-stacks-tokens.md)
- [Mine Mainnet Stacks Tokens](guides-and-tutorials/run-a-miner/mine-mainnet-stacks-tokens.md)
- [Verify Miner](guides-and-tutorials/run-a-miner/verify-miner.md)
- [Run a Signer](guides-and-tutorials/running-a-signer/README.md)
- [How to Read Signer Logs](guides-and-tutorials/running-a-signer/how-to-read-signer-logs.md)
- [Stack STX](guides-and-tutorials/stack-stx/README.md)
- [Solo Stack](guides-and-tutorials/stack-stx/stacking-flow.md)
- [Operate a Pool](guides-and-tutorials/stack-stx/operate-a-pool.md)
- [Stack with a Pool](guides-and-tutorials/stack-stx/stack-with-a-pool.md)
- [Community Tutorials](guides-and-tutorials/community-tutorials.md)

## 📚 Reference

* [API](reference/api.md)
* [Clarity Types](reference/types.md)
* [Clarity Functions](reference/functions.md)
* [Clarity Keywords](reference/keywords.md)
* [Stacks Node Configuration](reference/stacks-node-configuration.md)
* [Signer Configuration](reference/sample-configuration-files.md)
* [Stacks Tooling](reference/the-stack.md)
- [API](reference/api.md)
- [Clarity Types](reference/types.md)
- [Clarity Functions](reference/functions.md)
- [Clarity Keywords](reference/keywords.md)
- [Stacks Node Configuration](reference/stacks-node-configuration.md)
- [Signer Configuration](reference/sample-configuration-files.md)
- [Stacks Tooling](reference/the-stack.md)

## 🏗️ Example Contracts

* [Audited Starter Contracts](example-contracts/audited-starter-contracts.md)
* [Stacking](example-contracts/stacking.md)
* [BNS](example-contracts/bns.md)
* [Multi Send](example-contracts/multi-send.md)
- [Audited Starter Contracts](example-contracts/audited-starter-contracts.md)
- [Stacking](example-contracts/stacking.md)
- [BNS](example-contracts/bns.md)
- [Multi Send](example-contracts/multi-send.md)

## 🧡 Press & Top Links

* [🔶 2024](press-and-top-links/2024/README.md)
* [🔸 January 2024](press-and-top-links/2024/january-2024.md)
* [🔸 February 2024](press-and-top-links/2024/february-2024.md)
* [🔸 March 2024](press-and-top-links/2024/march-2024.md)
* [🔸 April 2024](press-and-top-links/2024/april-2024.md)
* [🔸 May 2024](press-and-top-links/2024/may-2024.md)
* [🔸 June 2024](press-and-top-links/2024/may-2024-1.md)
* [🔸 July 2024](press-and-top-links/2024/may-2024-2.md)
* [🔸 August 2024](press-and-top-links/2024/may-2024-3.md)
* [🔸 September 2024](press-and-top-links/2024/september-2024.md)
- [🔶 2024](press-and-top-links/2024/README.md)
- [🔸 January 2024](press-and-top-links/2024/january-2024.md)
- [🔸 February 2024](press-and-top-links/2024/february-2024.md)
- [🔸 March 2024](press-and-top-links/2024/march-2024.md)
- [🔸 April 2024](press-and-top-links/2024/april-2024.md)
- [🔸 May 2024](press-and-top-links/2024/may-2024.md)
- [🔸 June 2024](press-and-top-links/2024/may-2024-1.md)
- [🔸 July 2024](press-and-top-links/2024/may-2024-2.md)
- [🔸 August 2024](press-and-top-links/2024/may-2024-3.md)
- [🔸 September 2024](press-and-top-links/2024/september-2024.md)

## 🧡 Bitcoin Theses and Reports

* [🟠 Bitcoin Theses](bitcoin-theses-and-reports/bitcoin-theses.md)
* [📙 Bitcoin Reports](bitcoin-theses-and-reports/bitcoin-reports.md)
- [🟠 Bitcoin Theses](bitcoin-theses-and-reports/bitcoin-theses.md)
- [📙 Bitcoin Reports](bitcoin-theses-and-reports/bitcoin-reports.md)

***
---

* [Contribute](contribute.md)
- [Contribute](contribute.md)

0 comments on commit 09e394f

Please sign in to comment.