diff --git a/docs/local-build/create-subnet.md b/docs/local-build/create-subnet.md
new file mode 100644
index 00000000..33f69e30
--- /dev/null
+++ b/docs/local-build/create-subnet.md
@@ -0,0 +1,174 @@
+---
+title: "Create a Subnet (Locally)"
+---
+
+# Create a Subnet (Locally)
+
+This page covers creating a subnet on a locally deployed Subtensor blockchain, which is useful for local Bittensor development.
+
+For creating a subnet on Bittensor test and main network, see [Create a Subnet](../subnets/create-a-subnet).
+
+Prerequisites:
+- [Deploy a Subtensor chain locally](./deploy)
+- [Provision wallets for the sn-creator, miner, and validator users for this tutorial.](./provision-wallets)
+
+## Create subnet (unsuccessful)
+
+To access the handy pre-provisioned development "Alice" account on your local chain, use:
+
+```shell
+btcli subnet create \
+--subnet-name awesome-first-subnet \
+--wallet.name sn-creator \
+--subtensor.chain_endpoint ws://127.0.0.1:9945
+```
+### Trouble shoot
+#### Insufficient funds
+
+If you are following this tutorial for the first time, the `subnet create` command will faill with an insufficient balance error.
+
+The coldkey signing the `subnet create` transaction must have a sufficient $\tau$ balance to cover the burn cost of subnet creation, so called because the funds cannot be recovered.
+
+```console
+Subnet burn cost: τ 1,000.0000
+Your balance of: τ 0.0000 is not enough to burn τ 1,000.0000 to register a subnet.
+```
+
+Transfer funds from the Alice account to cover it and try again. Consult `btcli w list` and carefully check the ss58 address of the destination coldkey (in this case, the one with the name `sn-creator`).
+
+```shell
+btcli wallet transfer \
+--amount 1001 \
+--wallet.name alice \
+--destination "5C9xw4..." \
+--subtensor.chain_endpoint ws://127.0.0.1:9945
+```
+
+
+
+
+#### Network Rate Limit Error
+
+If you see a network rate limit error, you may need to adjust the `SubtensorInitialNetworkRateLimit` chain state parameter.
+
+See [Clone and tweak the Subtensor source](./deploy#clone-and-tweak-the-subtensor-source)
+
+### Burn cost
+
+The burn cost for subnet creation is dynamic; it lowers gradually and doubles every time a subnet is created.
+
+:::tip try it live
+
+Check the burn cost to create a subnet on Bittensor main network and test network:
+
+
+
+
+
+```shell
+btcli subnet burn-cost --network finney
+```
+
+
+
+```shell
+btcli subnet burn-cost --network test
+```
+
+
+:::
+
+## Fund your subnet
+
+To remedy your liquidity shortfall, transfer $\tau$ from the Alice account and try again.
+
+1. First, get the ss58 address for the destination wallet for the transfer:
+ ```shell
+ btcli w list
+ ```
+ ```shell
+ ...
+ ── Coldkey sn-creator ss58_address 5C9xw4gDyu11ocdpWrmhT1sbi4xEHCpzEMsyMA4jGfAZQofQ
+ └── Hotkey default ss58_address 5GVsCAY6RuSuoAA1E77xsHJ9PjdZJjJrRkNFDxVtRKPnw7TR
+ ```
+1. Execute the transfer from alice to the sn-creator wallet
+
+ ```console
+ btcli wallet transfer \
+ --amount 1001 \
+ --wallet.name alice \
+ --destination "5GVsCAY6RuSuoAA1E77xsHJ9PjdZJjJrRkNFDxVtRKPnw7TR" \
+ --subtensor.chain_endpoint ws://127.0.0.1:9945
+ ```
+
+ ```shell
+ Do you want to transfer:
+ amount: τ 1,001.0000
+ from: alice : 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
+ to: 5GVsCAY6RuSuoAA1E77xsHJ9PjdZJjJrRkNFDxVtRKPnw7TR
+ for fee: τ 0.0001 [y/n]: y
+ 🌏 📡 Transferring...
+ ```
+## Success
+Create some subnets.
+
+For example:
+
+```shell
+btcli subnet create \
+--subnet-name awesome-first-subnet \
+--wallet.name sn-creator \
+--subtensor.chain_endpoint ws://127.0.0.1:9945
+```
+```console
+Subnet burn cost: τ 1,000.0000
+Your balance is: τ 1,001.0000
+Do you want to burn τ 1,000.0000 to register a subnet? [y/n]:y
+Enter your password:
+Decrypting...
+🌏 📡 Registering subnet..
+```
+
+
+```shell
+ btcli subnet create \
+--subnet-name awesome-second-subnet \
+--wallet.name sn-creator \
+--subtensor.chain_endpoint ws://127.0.0.1:9945
+```
+
+```console
+Subnet burn cost: τ 1,999.9405
+▰▱▱▱▱▱▱ 📡Retrieving lock cost from custom...
+Your balance is: τ 2,003.0000
+Do you want to burn τ 1,999.9405 to register a subnet? [y/n]: Please enter Y or N
+Do you want to burn τ 1,999.9405 to register a subnet? [y/n]: y
+Enter your password:
+Decrypting...
+✅ Registered subnetwork with netuid: 3
+```
+
+1. List your subnets
+
+```shell
+btcli subnet list \
+--subtensor.chain_endpoint ws://127.0.0.1:9945
+```
+```console
+ Subnets
+ Network: custom
+ ┃ ┃ Price ┃ Market Cap ┃ ┃ P (τ_in, ┃ Stake ┃ ┃
+ Netuid ┃ Name ┃ (τ_in/α_in) ┃ (α * Price) ┃ Emission (τ) ┃ α_in) ┃ (α_out) ┃ Supply (α) ┃ Tempo (k/n)
+━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━
+ 0 │ τ root │ 1.0000 τ/Τ │ τ 0.00 │ τ 0.0000 │ -, - │ Τ 0.00 │ 0.00 Τ /21M │ -/-
+ 2 │ β │ 1.0000 τ/β │ τ 1.00k │ τ 0.0000 │ τ 1.00k, │ 0.00 β │ 1.00k β │ 29/360
+ │ awesome-fi… │ │ │ │ 1.00k β │ │ /21M │
+ 3 │ γ │ 1.0000 τ/γ │ τ 1.00k │ τ 0.0000 │ τ 1.00k, │ 0.00 γ │ 1.00k γ │ 29/360
+ │ awesome-se… │ │ │ │ 1.00k γ │ │ /21M │
+ 1 │ α apex │ 1.0000 τ/α │ τ 11.00 │ τ 0.0000 │ τ 10.00, │ 1.00 α │ 11.00 α │ 29/100
+ │ │ │ │ │ 10.00 α │ │ /21M │
+────────┼─────────────┼─────────────┼─────────────┼──────────────┼─────────────┼──────────────┼─────────────┼─────────────
+ 4 │ │ τ 3.0 │ │ τ 0.0 │ τ │ │ │
+ │ │ │ │ │ 2.01k/29.00 │ │ │
+ │ │ │ │ │ (6931.03%) │ │ │
+```
\ No newline at end of file
diff --git a/docs/local-build/deploy.md b/docs/local-build/deploy.md
new file mode 100644
index 00000000..fd2fb2ab
--- /dev/null
+++ b/docs/local-build/deploy.md
@@ -0,0 +1,135 @@
+---
+title: "Build and Deploy the Blockchain"
+---
+
+# Deploy a Local Bittensor Blockchain Instance
+
+This will will guide the user through deploying a local instance of Subtensor, Bittensor's L1 blockchain. This is useful in general Bittensor develoment, as it gives you more freedom over chain state than when working against mainnet or even testnet. For example, it is much easier to create subnets without having to wait for registration availability.
+
+Each local chain is provisioned with an `alice` account with one million $\tau$.
+
+In the following tutorial, we will also provision several wallets to serve as subnet creator, miner, and validator.
+
+## Prerequisites
+
+- Update your mac or linux workstation using your package manager
+- Install [Bittensor SDK](../getting-started/installation) and [BTCLI](../getting-started/install-btcli)
+
+
+## Build your local Subtensor
+### Install Rust/Cargo
+
+To run locally, Substrate requires an up-to-date install of Cargo and Rust
+
+Install from Rust's website:
+```shell
+curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+```
+Update your shell's source to include Cargo's path:
+
+```shell
+source "$HOME/.cargo/env"
+```
+
+### Clone and tweak the Subtensor source
+
+We well clone the source and make a small modification to the state configuration with which the chain is deployed.
+
+Normally, the creation of new subnets is limited to one per day. This is inconvenient for local subnet development, so we will limit this restriction.
+
+
+
+1. Fetch the subtensor codebase to your local machine.
+
+ ```bash
+ git clone https://github.com/opentensor/subtensor.git
+ ```
+
+1. Open the source file `subtensor/runtime/src/lib.rs` in the your editor of choice, and find where the variable `SubtensorInitialNetworkRateLimit` is set. It is normally configured to 7200, which is the number of blocks per day written to the chain, i.e. the seconds in a day divided by 12, since a Subtensor block is written every twelve seconds.
+
+In otherwords, this setting limits the number of new subnets that can be created to one per day. Let's change the value to 1 (block), so we can create a new subnet every 12 seconds if we want to.
+
+
+### Setup Rust
+
+This step ensures that you have the nightly toolchain and the WebAssembly (wasm) compilation target. Note that this step will run the Subtensor chain on your terminal directly, hence we advise that you run this as a background process using PM2 or other software.
+
+Update to the nightly version of Rust:
+
+```bash
+./subtensor/scripts/init.sh
+```
+
+### Build
+
+These steps initialize your local subtensor chain in development mode. These commands will set up and run a local subtensor.
+
+Build the binary with the faucet feature enabled:
+
+```bash
+cd subtensor
+cargo build -p node-subtensor --profile release
+```
+
+### Run
+
+Next, run the localnet script and turn off the attempt to build the binary (as we have already done this above):
+
+```bash
+BUILD_BINARY=0 ./scripts/localnet.sh
+```
+
+:::info troubleshooting
+If you see errors to the effect that the release cannot be found in `targets/fast-blocks`, you may need to move the build artifacts from `targets/release` to `targets/fast-blocks/release`.
+:::
+
+
+## Validate
+
+Ensure your local chain is working by checking the list of subnets.
+
+Note the use of the `--chain_endpoint` flag to target the local chain, rather than, say, test network
+
+```shell
+ btcli subnet list --subtensor.chain_endpoint ws://127.0.0.1:9945
+ btcli subnet list --network test
+```
+
+```console
+ Subnets
+ Network: custom
+
+
+ ┃ ┃ Price ┃ Market Cap ┃ ┃ ┃ ┃ ┃
+ Netuid ┃ Name ┃ (τ_in/α_in) ┃ (α * Price) ┃ Emission (τ) ┃ P (τ_in, α_in) ┃ Stake (α_out) ┃ Supply (α) ┃ Tempo (k/n)
+━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━
+ 0 │ τ root │ 1.0000 τ/Τ │ τ 0.00 │ τ 0.0000 │ -, - │ Τ 0.00 │ 0.00 Τ /21M │ -/-
+ 1 │ α apex │ 1.0000 τ/α │ τ 11.00 │ τ 0.0000 │ τ 10.00, 10.00 α │ 1.00 α │ 11.00 α /21M │ 77/100
+────────┼────────┼─────────────┼─────────────┼──────────────┼────────────────────────┼───────────────┼──────────────┼─────────────
+ 2 │ │ τ 1.0 │ │ τ 0.0 │ τ 10.00/175.00 (5.71%) │ │ │
+
+```
+
+
+```shell
+```
+
+```console
+
+ Subnets
+ Network: test
+
+
+ ┃ ┃ Price ┃ Market Cap ┃ ┃ ┃ ┃ ┃
+ Netuid ┃ Name ┃ (τ_in/α_in) ┃ (α * Price) ┃ Emission (τ) ┃ P (τ_in, α_in) ┃ Stake (α_out) ┃ Supply (α) ┃ Tempo (k/n)
+━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━
+ 0 │ τ root │ 1.0000 τ/Τ │ τ 5.01m │ τ 0.0000 │ -, - │ Τ 3.10m │ 5.01m Τ /21M │ -/-
+ 277 │ इ muv │ 0.4008 τ/इ │ τ 536.06k │ τ 0.4154 │ τ 199.85k, 498.63k इ │ 838.83k इ │ 1.34m इ /21M │ 39/99
+ 3 │ γ templar │ 0.1534 τ/γ │ τ 219.03k │ τ 0.1690 │ τ 110.74k, 722.13k γ │ 706.14k γ │ 1.43m γ /21M │ 65/99
+ 119 │ Ⲃ vida │ 0.0748 τ/Ⲃ │ τ 94.83k │ τ 0.1321 │ τ 44.77k, 598.65k Ⲃ │ 669.45k Ⲃ │ 1.27m Ⲃ /21M │ 81/99
+ 1 │ α apex │ 0.0587 τ/α │ τ 70.03k │ τ 0.0405 │ τ 30.27k, 515.71k α │ 677.20k α │ 1.19m α /21M │ 63/99
+ 13 │ ν dataverse │ 0.0467 τ/ν │ τ 63.12k │ τ 0.0645 │ τ 26.93k, 576.17k ν │ 774.11k ν │ 1.35m ν /21M │ 75/99
+ 255 │ ዉ ethiopic_wu │ 0.0181 τ/ዉ │ τ 21.94k │ τ 0.0133 │ τ 10.72k, 592.40k ዉ │ 619.73k ዉ │ 1.21m ዉ /21M │ 17/99
+
+...
+```
\ No newline at end of file
diff --git a/docs/local-build/mine-validate.md b/docs/local-build/mine-validate.md
new file mode 100644
index 00000000..9c0efd44
--- /dev/null
+++ b/docs/local-build/mine-validate.md
@@ -0,0 +1,125 @@
+---
+title: "Mine and Validate (Locally)"
+---
+
+# Mine and Validate (Locally)
+
+This page continues the tutorial series on local Bittensor development. In this installment, we will deploy minimal, local servers for a miner and validators, serving requests, setting weights, and earning emissions.
+
+
+## Prerequisites
+
+- [Deploy a Subtensor chain locally](./deploy)
+- [Provision wallets for the sn-creator, miner, and validator users for this tutorial.](./provision-wallets)
+- [Create a Subnet on your local chain](./create-subnet)
+
+## Register the Miner and Validator
+
+Register the subnet miner and validator with the following commands:
+
+```bash
+btcli subnet register \
+--wallet.name validator \
+--wallet.hotkey default \
+--subtensor.chain_endpoint ws://127.0.0.1:9945
+```
+```bash
+btcli subnet register \
+--netuid 2 \
+--wallet.name miner \
+--wallet.hotkey default \
+--subtensor.chain_endpoint ws://127.0.0.1:9945
+```
+
+
+
+### Troubleshoot
+#### Insufficient funds
+If you have not added TAO to your validator wallet, you'll see an error like the following:
+
+```console
+Insufficient balance τ 0.0000 to register neuron. Current recycle is τ 1.0000 TAO
+```
+Transfer funds from the Alice account to cover it and try again. Consult `btcli w list` and carefully check the ss58 address of the destination coldkey (in this case, the one with the name `validator`).
+
+```shell
+btcli wallet transfer \
+--amount 11 \
+--wallet.name alice \
+--destination "5EEy34..." \
+--subtensor.chain_endpoint ws://127.0.0.1:9945
+```
+
+
+### Successful registration
+
+Repeat the above steps to successfully register your miner and validator once they are funded
+```console
+netuid: 2
+
+
+ Register to netuid: 2
+ Network: custom
+
+ Netu… ┃ Sym… ┃ Cost (… ┃ Hotkey ┃ Coldkey
+━━━━━━━╇━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+ 2 │ β │ τ 1.00… │ 5CffqSVhydFJHBSbbgfVLAVkoNBTsv3wLj2Tsh1cr2kfa… │ 5EEy34R4gfXe5SG62nz1nDuh3KAovRLpKLm4ccSv7qkNhn…
+───────┼──────┼─────────┼────────────────────────────────────────────────┼─────────────────────────────────────────────────
+ │ │ │ │
+Your balance is: τ 11.0000
+The cost to register by recycle is τ 1.0000
+Do you want to continue? [y/n] (n): y
+Enter your password:
+Decrypting...
+Balance:
+ τ 11.0000 ➡ τ 10.0000
+✅ Registered on netuid 2 with UID 1
+▰▱▱▱▱▱▱ 📡 Recycling TAO for Registration...
+```
+
+### Check your registration
+
+Confirm your registration on the subnet with the following command:
+
+```shell
+btcli wallet overview --wallet.name validator --subtensor.chain_endpoint ws://127.0.0.1:9945
+
+btcli wallet overview --wallet.name miner --subtensor.chain_endpoint ws://127.0.0.1:9945
+
+```
+
+```console
+ Wallet
+
+ validator : 5EEy34R4gfXe5SG62nz1nDuh3KAovRLpKLm4ccSv7qkNhnqw
+ Network: custom
+Subnet: 2: awesome-first-subnet β
+
+ COLDKEY HOTKEY UID AC… STA… RANK TRU… CON… INC… DIV… EMI… VTR… … U… AXON HOTKE…
+ ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
+ valida… default 1 Tr… 0.00 0.00 0.00 0.00 0.00 0.00 0.0… 0.00 51 none 5Cffq…
+ ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
+ 1 0.0… 0.0… 0.0… 0.0… 0.0… 0.0… ρ0 0.0…
+
+
+ Wallet balance: τ10.0
+
+ Wallet
+
+ miner : 5DA7UsaYbk1UnhhtTxqpwdqjuxhQ2rW7D6GTN1S1S5tC2NRV
+ Network: custom
+Subnet: 2: awesome-first-subnet β
+
+ COLDKEY HOTKEY UID AC… STA… RANK TRU… CON… INC… DIV… EMI… VTR… … U… AXON HOTKE…
+ ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
+ miner default 2 Tr… 0.00 0.00 0.00 0.00 0.00 0.00 0.0… 0.00 22 none 5Capz…
+ ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
+ 1 0.0… 0.0… 0.0… 0.0… 0.0… 0.0… ρ0 0.0…
+
+
+ Wallet balance: τ10.0
+```
+
+```shell
+python3 neurons/miner.py netuid=2 -chain_endpoint=ws://127.0.0.1:9945 wallet_name=miner wallet_hotkey=default
+```
\ No newline at end of file
diff --git a/docs/local-build/provision-wallets.md b/docs/local-build/provision-wallets.md
new file mode 100644
index 00000000..89611dee
--- /dev/null
+++ b/docs/local-build/provision-wallets.md
@@ -0,0 +1,76 @@
+---
+title: "Provision Wallets for Local Deploy"
+---
+
+This page continues the previous tutorial for local Bittensor development.
+
+Now that your local Subtensor chain is deployed, you can provision wallets to serve the roles of subnet creator, miner and validator, to populate your local Bittensor ecosystem.
+
+Every local blockchain is pre-provisioned with an "Alice" account, which is loaded with one million $\tau$.
+
+## Access the Alice account
+
+To access the handy pre-provisioned development "Alice" account on your local chain, use:
+```shell
+btcli wallet create --uri alice
+```
+
+Confirm Alice's massive $\tau$ bag.
+
+```shell
+ btcli w balance --wallet.name alice --subtensor.chain_endpoint ws://127.0.0.1:9945
+```
+
+```console
+ Wallet Coldkey Balance
+ Network: custom
+
+ Wallet Name Coldkey Address Free Balance Staked Value Staked (w/slippage) Total Balance Total (w/slippage)
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+ alice 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY τ 999,999.8999 τ 0.0000 τ 0.0000 τ 999,999.8999 τ 999,999.8999
+
+
+
+ Total Balance τ 999,999.8999 τ 0.0000 τ 0.0000 τ 999,999.8999 τ 999,999.8999
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+```
+
+## Provision wallets
+
+You will need wallets for the different personas, i.e., subnet owner, subnet validator and subnet miner, in the subnet.
+
+- The owner wallet creates and controls the subnet.
+- The validator and miner will be registered to the subnet created by the owner. This ensures that the validator and miner can run the respective validator and miner scripts.
+
+### Create a coldkey-only wallet for the subnet creator role (they do not need a hotkey):
+
+```bash
+btcli wallet new_coldkey \
+--wallet.name sn-creator
+```
+
+### Set up the miner's wallet with a coldkey and hotkey:
+
+```bash
+btcli wallet new_coldkey \
+--wallet.name miner
+```
+
+```bash
+btcli wallet new_hotkey \
+--wallet.name miner \
+--wallet.hotkey default
+
+```
+
+### Set up the validator's wallet with a coldkey and hotkey:
+
+```bash
+btcli wallet new_coldkey \
+--wallet.name validator
+```
+```bash
+btcli wallet new_hotkey \
+--wallet.name validator \
+--wallet.hotkey default
+```
diff --git a/docs/yuma-consensus.md b/docs/yuma-consensus.md
index 1a5c2eac..c5e57c42 100644
--- a/docs/yuma-consensus.md
+++ b/docs/yuma-consensus.md
@@ -20,7 +20,7 @@ See:
Clipping is designed to punish innacurate miner evaluation, especially in patterns that could constitute collusion to manipulate the accuracy of consensus to favor certain miners.
-To achieve this, the judgment of the most trusted validators (as measured by stake) serves as a benchmark. Evaluations (bonds) that exceed this benchmark are *clipped*, meaning neither the miner nor the validator receives emissions for them.
+To achieve this, the judgment of the most trusted validators (as measured by stake) serves as a benchmark. Weights that exceed this benchmark are *clipped*, meaning neither the miner nor the validator receives emissions for them.
This clipping protects against erroneous or collusive over-evaluation of miners by validators.
@@ -40,7 +40,9 @@ $$
$$
:::tip note
-Kappa is a configurable hyperparameter with default: $\kappa = 0.5$.
+Kappa is a configurable hyperparameter with default: $\kappa = 0.5$.
+
+This means that if *least* generous half (0.5) of the validators (with each validator measured by stake, not 1 per validator) set weights for a given miner to no more than x, then the weights of the other, more generous, half of the validators for that miner are going to be clipped down to x. 'Generous' here refers to giving a high weight to the miner in question.
:::
## Miner emissions
diff --git a/sidebars.js b/sidebars.js
index 81c34201..81492305 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -136,7 +136,7 @@ const sidebars = {
"subnets/schedule-coldkey-swap",
]
},
- {
+ {
type: "category",
label: "Tools and Special Features",
link: {type: "doc", id: "tools",},
@@ -150,6 +150,22 @@ const sidebars = {
"utilities",
],
},
+
+ {
+ type: "category",
+ label: "Local Development",
+ link: {type: "doc", id: "local-build/deploy",},
+ collapsible: true,
+ collapsed: true,
+ items: [
+ "local-build/deploy",
+ "local-build/provision-wallets",
+ "local-build/create-subnet",
+ // "local-build/mine-validate"
+ ],
+ },
+
+
{
type: "category",
label: "Subtensor Nodes",