Adds a build-time-rendered roadmap chart (XahauRoadmap.astro) backed by a
single JSON source of truth (src/data/roadmap.json) validated by a Zod
schema. The old hand-written per-locale MDX pages are removed in favour of
an Astro i18n route at src/pages/[...lang]/roadmap.astro that renders
/roadmap and /es/roadmap, using BaseLayout directly so the page shows one
heading instead of a duplicate PageLayout H1.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* 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.