A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Steven Kirk 6d3e194fa6 Updated docs. 10 years ago
..
guidelines Add DocFX documentation site 10 years ago
images Updated docs. 10 years ago
spec Merge remote-tracking branch 'Perspex/master' into DocFX 10 years ago
tutorial Add DocFX documentation site 10 years ago
.gitignore Added .gitignore for docs 10 years ago
README.md Add DocFX documentation site 10 years ago
build.cmd Add DocFX documentation site 10 years ago
docfx.json Add DocFX documentation site 10 years ago
index.md Updated docs. 10 years ago
intro.md Update intro.md 10 years ago
serve.cmd Add DocFX documentation site 10 years ago
toc.yml Add DocFX documentation site 10 years ago

README.md

Perspex Documentation

Building

Download and unzip docfx.zip into Documentation folder from DocFX project site.

Step 1. To create _site documentation folder run build script

build.cmd

Step 2. To browse _site documentation folder run serve script

serve.cmd

And you can view the generated website in your browser http://localhost:8080.