React + Docusaurus site for Airbus knowledge sharing: onboarding, architecture, and runbooks.
Live site (GitHub Pages): https://synapseventures.github.io/SIMCX/
npm install
npm start
This starts a local dev server. Edits hot-reload automatically.
npm run build
npm run serve # optional preview of the static build
main
; the workflow at .github/workflows/deploy.yml
builds and deploys.Environment variables (preconfigured in the workflow):
https://<org>.github.io
/<repo>/
For a custom domain, set url
to your domain and baseUrl
to /
.
docs/onboarding/*
— newcomer guidesdocs/architecture/*
— system diagrams and explanationsdocs/runbooks/*
— operational proceduresSidebars are autogenerated from the folder structure.