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 d1295bb6c8 Updated "from WPF" doc. 9 years ago
..
guidelines Fix "Run Avalonia instructions" so they point to ControlCatalog.Desktop sample. 10 years ago
images Updated "Getting Started". 10 years ago
spec added syntax highlighting 10 years ago
template/partials Renamed Perspex -> Avalonia 10 years ago
tutorial Updated "from WPF" doc. 9 years ago
.gitignore Added .gitignore for docs 10 years ago
README.md Renamed Perspex -> Avalonia 10 years ago
build.cmd Add DocFX documentation site 10 years ago
docfx.json Renamed Perspex -> Avalonia 10 years ago
index.md Renamed Perspex -> Avalonia 10 years ago
intro.md Renamed Perspex -> Avalonia 10 years ago
serve.cmd Add DocFX documentation site 10 years ago
toc.yml Add DocFX documentation site 10 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.