alloynetworks 1a7d9abc2c Replace MDX roadmap pages with data-driven Xahau Roadmap component
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>
2026-04-18 12:54:36 +03:00
2025-11-18 22:43:35 +09:00
2025-11-22 23:27:51 +09:00
2025-11-22 23:27:51 +09:00
2026-01-08 14:36:40 +09:00
2025-07-03 09:24:20 +02:00

Xahau website and documentation

Open in StackBlitz Open with CodeSandbox

Project Structure

Inside the project, these are the most relevant folders for collaboration

/
├── public/
├── src/
│   └── assets/
│       └── ecosystem-logos/
│   └── content/
│       └── docs/
│           └── docs/
│   └── pages/
│   └── schemas/

The project is using .mdx files for content, which combines markdown with JSX. When editing content, look at the existing files for reference on how various elements are used, such as LinkButton, LinkCard, Aside etc.

Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

Standards for Formatting Contributions

When contributing, please adhere to the standards defined in "contributing.md".

Description
Xahau website
Readme 14 MiB
Languages
MDX 90.5%
Astro 5%
TypeScript 3.6%
JavaScript 0.9%