The official documentation site for Oxidoc, deployed at oxidoc.dev.
# Install oxidoc
curl -fsSL https://oxidoc.dev/install.sh | sh
# Start dev server
oxidoc dev
# Build for production
oxidoc buildPushes to main trigger a GitHub Actions workflow that builds the site and deploys to GitHub Pages using the native actions/deploy-pages action.
MIT