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 7687fef6ab Updated required VS version. 9 years ago
..
contributing Updated required VS version. 9 years ago
fundamentals More useful naming for docs subfolders. 9 years ago
images Added "add dialog" image. 9 years ago
template/partials Renamed Perspex -> Avalonia 10 years ago
tutorial Added remark for RenderTransformOrigin 9 years ago
.gitignore Updated readme/.gitignore. 9 years ago
README.md Updated readme/.gitignore. 9 years ago
build.cmd Updated build/serve commands. 9 years ago
docfx.json Only build docs for relevant APIs. 9 years ago
filterConfig.yml Updated filterConfig.yml 9 years ago
index.md Renamed Perspex -> Avalonia 10 years ago
intro.md Renamed Perspex -> Avalonia 10 years ago
serve.cmd Updated build/serve commands. 9 years ago
toc.yml More useful naming for docs subfolders. 9 years ago

README.md

Avalonia Documentation

Building

Unzip the latest docfx release) into a folder called docfx (this folder is .gitignored).

Create the _site documentation folder by running the build script:

build.cmd

To browse the _site documentation folder run the serve script:

serve.cmd

And you can view the generated website in your browser http://localhost:8080.