Documentation website for SDIF (Semantic Data Interchange Format).
Built with Docusaurus 3. Deployed to sdif-format.github.io/sdif-docs.
npm install
npm start # dev server at http://localhost:3000/sdif-docs/
npm run build # production build in build/
npm run serve # preview production builddocs/ Documentation pages (sidebar-driven)
src/pages/ Standalone pages (home, benchmarks, ecosystem)
static/ Static assets (llms.txt, llms-full.txt, images)
sidebars.ts Sidebar configuration
docusaurus.config.ts Site configuration
Pushed to main triggers the GitHub Actions workflow that builds and deploys to GitHub Pages.
See the sdif repository for license information.