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.
 
 
 
José Manuel Nieto 971962f014 Added remark for RenderTransformOrigin 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 Renamed assembly SceneGraph -> Visuals. 9 years ago
template/partials Renamed Perspex -> Avalonia 10 years ago
tutorial Added remark for RenderTransformOrigin 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 assembly SceneGraph -> Visuals. 9 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.