Skip to content

sdif-format/sdif-format.github.io

Repository files navigation

sdif-docs

Documentation website for SDIF (Semantic Data Interchange Format).

Built with Docusaurus 3. Deployed to sdif-format.github.io/sdif-docs.

Development

npm install
npm start        # dev server at http://localhost:3000/sdif-docs/
npm run build    # production build in build/
npm run serve    # preview production build

Structure

docs/           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

Deploy

Pushed to main triggers the GitHub Actions workflow that builds and deploys to GitHub Pages.

License

See the sdif repository for license information.

Contributors