This repository contains the API Cost X documentation site built with Docusaurus and deployed to GitHub Pages.
docs/: Markdown source contentwebsite/: Docusaurus app and theme config.github/workflows/: build and deploy workflows for GitHub Pages
cd website
npm install
npm run startcd website
npm run buildThe site is configured to deploy with GitHub Actions. In the repository settings, set:
Settings > Pages > Source = GitHub Actions