Skip to content

Commit af9b159

Browse files
committed
further cleanup
1 parent 4ba9c7f commit af9b159

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+31
-138
lines changed

pages/cometbft_version.md

-1
This file was deleted.

pages/dev.md

-2

pages/dev/build.md

-2

pages/dev/devnet-quickstart.md

-2

pages/dev/docs.md

-2

pages/dev/ibc.md

-2

pages/dev/metrics.md

-2

pages/dev/parameter_setup.md

-4

pages/dev/protobuf.md

-2

pages/dev/rpc.md

-2

pages/dev/sql.md

-2

pages/node.md

-2

pages/node/pclientd.md

-2

pages/node/pclientd/_meta.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"configure": "Configuring `pclientd`",
2+
"configure": "Configuring pclientd",
33
"rpc": "Making RPC requests",
44
"build_transaction": "Building Transactions"
5-
}
5+
}

pages/node/pclientd/build_transaction.md

-2

pages/node/pclientd/configure.md

-2

pages/node/pclientd/rpc.md

-2

pages/node/pd.md

+11-7

pages/node/pd/_meta.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2+
"running-node": "Tutorial",
23
"requirements": "Requirements",
3-
"install": "Installing `pd`",
4+
"install": "Installing pd",
45
"join-network": "Joining a network",
56
"validator": "Becoming a validator",
67
"chain-upgrade": "Performing a chain upgrade",
78
"indexing-events": "Indexing ABCI events",
8-
"debugging": "Debugging"
9-
}
9+
"debugging": "FAQs"
10+
}

pages/node/pd/chain-upgrade.md

-2

pages/node/pd/debugging.md

-2

pages/node/pd/indexing-events.md

-2

pages/node/pd/join-network.md

-2

pages/node/pd/requirements.md

+5-2

pages/tutorials/running-node.md pages/node/pd/running-node.md

+1-3

pages/node/pd/validator.md

-2

pages/pcli.md

-2

pages/pcli/_meta.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"install": "Installing pcli",
33
"wallet": "Generating a Wallet",
4-
"update": "Updating to the latest testnet",
54
"balance": "Viewing Balances",
65
"transaction": "Sending Transactions",
76
"governance": "Using Governance"
8-
}
7+
}

pages/pcli/balance.md

-2

pages/pcli/governance.md

-2

pages/pcli/install.md

-2

pages/pcli/transaction.md

-2

pages/pcli/update.md

-13
This file was deleted.

pages/pcli/wallet.md

-2

pages/pcli/wallet/softkms.md

-2

pages/pcli/wallet/threshold.md

-2

pages/penumbra_version.md

-1
This file was deleted.

pages/privacy.md

-29
This file was deleted.

pages/resources.md

-2

pages/tutorials.md

-6
This file was deleted.

pages/tutorials/_meta.json

-4
This file was deleted.

pages/web.md

-2

theme.config.jsx

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
export default {
2-
logo: <span>My Nextra Documentation</span>,
2+
logo: <span>Penumbra Guide</span>,
33
project: {
4-
link: 'https://github.com/shuding/nextra'
5-
}
4+
link: 'https://github.com/penumbra-zone/penumbra-guide'
5+
},
6+
footer: {
7+
text: ''
8+
},
9+
docsRepositoryBase: 'https://github.com/penumbra-zone/penumbra-guide',
610
// ... other theme options
711
}

0 commit comments

Comments
 (0)