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 43be59a7f9 Added docs for DirectProperty.AddOwner. 10 years ago
..
guidelines Add DocFX documentation site 10 years ago
images Updated docs. 10 years ago
spec Added docs for DirectProperty.AddOwner. 10 years ago
template/partials Added footer template for docs with copyright 10 years ago
tutorial Added a bit more to docs. 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 Added footer template for docs with copyright 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.