Avalonia/docs
Steven Kirk 91567c9935 Updated screenshot. 2016-05-20 16:03:18 +02:00
..
guidelines Updated GTK# info in build doc. 2016-05-19 19:33:57 +01:00
images Updated screenshot. 2016-05-20 16:03:18 +02:00
spec Renamed Perspex -> Avalonia 2016-05-11 23:36:54 +02:00
template/partials Renamed Perspex -> Avalonia 2016-05-11 23:36:54 +02:00
tutorial Renamed Perspex -> Avalonia 2016-05-11 23:36:54 +02:00
.gitignore Added .gitignore for docs 2016-02-19 21:49:35 +01:00
README.md Renamed Perspex -> Avalonia 2016-05-11 23:36:54 +02:00
build.cmd Add DocFX documentation site 2016-02-13 10:16:03 +01:00
docfx.json Renamed Perspex -> Avalonia 2016-05-11 23:36:54 +02:00
index.md Renamed Perspex -> Avalonia 2016-05-11 23:36:54 +02:00
intro.md Renamed Perspex -> Avalonia 2016-05-11 23:36:54 +02:00
serve.cmd Add DocFX documentation site 2016-02-13 10:16:03 +01:00
toc.yml Add DocFX documentation site 2016-02-13 10:16:03 +01:00

README.md

Avalonia 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.