SIMCX

Airbus Knowledge Transfer Site

Deploy to GitHub Pages

React + Docusaurus site for Airbus knowledge sharing: onboarding, architecture, and runbooks.

Live site (GitHub Pages): https://synapseventures.github.io/SIMCX/

Installation

npm install

Local Development

npm start

This starts a local dev server. Edits hot-reload automatically.

Build

npm run build
npm run serve # optional preview of the static build

Deploy to GitHub Pages

  1. Create a GitHub repository and push this project.
  2. Settings → Pages → Source: GitHub Actions.
  3. Push to main; the workflow at .github/workflows/deploy.yml builds and deploys.

Environment variables (preconfigured in the workflow):

For a custom domain, set url to your domain and baseUrl to /.

Docs structure

Sidebars are autogenerated from the folder structure.