An open API service indexing awesome lists of open source software.

https://github.com/krypton-suite/standard-toolkit-online-help


https://github.com/krypton-suite/standard-toolkit-online-help

help krypton online-help

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Krypton Standard Toolkit Online Help

This repository contains the documentation for the Krypton Standard Toolkit, built using DocFX.

## 📚 Documentation

View the online documentation at: [Krypton Standard Toolkit Documentation](https://krypton-suite.github.io/Standard-Toolkit-Online-Help/)

## 🔄 Automated Builds

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](.github/SETUP_GITHUB_PAGES.md) for configuration details.

## 🛠️ Local Development

To build the documentation locally:

```bash
# Install DocFX
dotnet tool install -g docfx

# Navigate to the DocFX directory
cd Source/Help/DocFX

# Build and serve locally
docfx docfx.json --serve
```

Then open http://localhost:8080 in your browser.

For more details, see [How to Build.md](How%20to%20Build.md).