Matthijs ter Woord 41bf3ef07c RelativePoint.Center should be used instead of .Middle 8 years ago
..
guidelines 068c63be9c We require VS2017 8 years ago
images f7d98ed366 Updated "Getting Started". 9 years ago
spec 59c49d259d Renamed assembly SceneGraph -> Visuals. 9 years ago
template 5be41985c3 Renamed Perspex -> Avalonia 9 years ago
tutorial 41bf3ef07c RelativePoint.Center should be used instead of .Middle 8 years ago
.gitignore 685357e432 Added .gitignore for docs 9 years ago
README.md 5be41985c3 Renamed Perspex -> Avalonia 9 years ago
build.cmd 83d122405a Add DocFX documentation site 9 years ago
docfx.json 59c49d259d Renamed assembly SceneGraph -> Visuals. 9 years ago
index.md 01196a5c86 Updated links to extension. 8 years ago
intro.md 5be41985c3 Renamed Perspex -> Avalonia 9 years ago
serve.cmd 83d122405a Add DocFX documentation site 9 years ago
toc.yml 83d122405a Add DocFX documentation site 9 years ago

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.