This repository contains the documentation for the Krypton Standard Toolkit, built using DocFX.
View the online documentation at: Krypton Standard Toolkit Documentation
Documentation is automatically built and deployed using GitHub Actions:
- ✅ Builds automatically on every push to main/master
- ✅ Validates on pull requests
- ✅ Deploys to GitHub Pages
See Setup Guide for configuration details.
To build the documentation locally:
# Install DocFX
dotnet tool install -g docfx
# Navigate to the DocFX directory
cd Source/Help/DocFX
# Build and serve locally
docfx docfx.json --serveThen open http://localhost:8080 in your browser.
For more details, see How to Build.md.