Update and Expand "Infrastructure" Section (#61)

* Remove extra section from Infrastructure sidebar in the documentation. Also remove cabbit.tech hubs.

* Expand details on running a mainnet node.

* Combine mainnet and testnet node install instructions to a single page.

* Update system requirements.

* Edit system requirements again.

* Add placeholders for new documentation and contributing guidelines.

* Update header, footer, and IndexLayout links to reflect renaming the infrastructure page to 'system-requirements'.

* Fix overwrite from upstream index page layout. Add intro paragraph to running xahaud page.

* Describe different types of nodes, expand contributing.md

* Minor editing and revisions.

* Additional guidelines added.

* Add a placeholder page for 'Updating xahaud'.

* Edited install/system requirements/updating.

* Add instructions for updating Docker containers.

* Add updating local install instructions.

* Add background on enabling validation.

* Add instructions on running xahaud as a validator.

* Minor revisions to enabling validations and interacting with xahaud

* Fixed minor typos and added formatting to the interacting.mdx webpage.

* Add master example xahaud.cfg file to table on install page.
This commit is contained in:
J. Scott Branson
2025-09-24 11:22:15 -04:00
committed by GitHub
parent 206a614f74
commit c25e8f7c57
17 changed files with 283 additions and 106 deletions

View File

@@ -280,15 +280,11 @@ export default defineConfig({
{
label: 'Infrastructure',
items: [
'docs/infrastructure/node-requirements',
{
label: 'Running a Node',
collapsed: true,
items: [
'docs/infrastructure/running-a-node/running-a-mainnet-node',
'docs/infrastructure/running-a-node/running-a-testnet-node',
],
},
'docs/infrastructure/system-requirements',
'docs/infrastructure/installing-xahaud',
'docs/infrastructure/updating-xahaud',
'docs/infrastructure/enabling-validation',
'docs/infrastructure/interacting',
{
label: 'Building Xahau (Dev)',
collapsed: true,