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
- Host: GitHub
- URL: https://github.com/krypton-suite/standard-toolkit-online-help
- Owner: Krypton-Suite
- License: bsd-3-clause
- Created: 2020-02-26T14:49:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T16:51:28.000Z (over 1 year ago)
- Last Synced: 2025-03-08T18:49:35.048Z (over 1 year ago)
- Topics: help, krypton, online-help
- Language: HTML
- Size: 43.2 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).