This folder contains the static landing page and product documentation shell for DNP3 Interoperability Tester. It is intentionally plain HTML, CSS, and JavaScript so it can be published without adding a web build dependency to the desktop application.
Current positioning:
- GPL-3 source tree
- Native C# DNP3 master stack
- Internal PDF evidence report engine
- Windows desktop app for SCADA/FAT troubleshooting
Local preview:
Start-Process .\docs\index.htmlRecommended publishing mode:
- Open the repository on GitHub.
- Go to
Settings>Pages. - Set
SourcetoGitHub Actions. - Run the
Deploy GitHub Pagesworkflow, or push tomain/master.
The documentation site is intentionally static and does not affect the WPF desktop application build.
Avoid Deploy from a branch for this repository. That mode can invoke the
GitHub Pages Jekyll pipeline even though this site is plain HTML/CSS.