This is a sample docfx documentation project. It contains .NET source code and markdown files.
docfx.json is the configuration file for running docfx.
docfx will generate a static website as similar to http://docascode.github.io/docfx-seed/index.html
- Download and unzip docfx.zip to run
docfx.exedirectly! - Run
docfxunder current repo! Website will be generated under_sitefolder. - Run any web hosting tool to host
_sitefolder, e.g.docfx serve _site.
As a prerequisite, you will need to install DNVM and DNX. ###Quick Start
-
dnvm upgradeto get the latest dnvm. -
Add feed https://www.myget.org/F/aspnetrelease/api/v2/ to Nuget.config
For Windows, the nuget config file is %AppData%\NuGet\NuGet.config.
For Linux/OSX, the nuget config file is ~/.config/NuGet/NuGet.config.
-
dnu commands install docfxto installdocfxas a command -
Run
docfxunder current repo! Website will be generated under_sitefolder. -
Run any web hosting tool to host
_sitefolder, e.g.docfx serve _site.
docfx is a tool to generate documentation towards .NET source code and markdown files. Please refer to docfx to get start. The docfx website itself is generated by docfx!