Published website for AFT Dynamics - deployed to https://aftdynamics.com
This repository contains the built and deployed version of the AFT Dynamics website. It serves as the production deployment target for the website source code maintained in aft-public/website/.
- Development: Website source code is maintained in
aft-public/website/(Docusaurus) - Build: Website is built using
npm run buildin the source repository - Deploy: Built files are committed to this repository for production deployment
- Hosting: This repository serves the live website at https://aftdynamics.com
docs/- Built documentation pagesblog/- Built blog pages and RSS feedsassets/- Static assets (CSS, JS, images)index.html- Main landing pageCNAME- Domain configuration for GitHub Pages
From the source repository (aft-public/website/):
# Build production site
npm run build
# Deploy to this repository
npm run deploy- Production URL: https://aftdynamics.com
- Deployment: GitHub Pages or Gitea Pages
- DNS: Custom domain configuration via CNAME
PUBLIC - Production website deployment