Steven Kirk f7d98ed366 Updated "Getting Started". 9 years ago
..
guidelines acac68cf22 More updates of build instructions. 9 years ago
images f7d98ed366 Updated "Getting Started". 9 years ago
spec a30a175d6d added syntax highlighting 9 years ago
template 5be41985c3 Renamed Perspex -> Avalonia 9 years ago
tutorial f7d98ed366 Updated "Getting Started". 9 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 5be41985c3 Renamed Perspex -> Avalonia 9 years ago
index.md 5be41985c3 Renamed Perspex -> Avalonia 9 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.