# Avalonia Documentation * [API Reference](http://avalonia.github.io/) ## Building Download and unzip `docfx.zip` into `Documentation` folder from [DocFX project site](https://github.com/dotnet/docfx/releases). **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`.