Skip to content

sankethka/docfx-seed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docfx-seed

Description

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

How to run

Under Windows

  • Download and unzip docfx.zip to run docfx.exe directly!
  • Run docfx under current repo! Website will be generated under _site folder.
  • Run any web hosting tool to host _site folder, e.g. docfx serve _site.

Cross platform and use dnx

As a prerequisite, you will need to install DNVM and DNX. ###Quick Start

  • dnvm upgrade to 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 docfx to install docfx as a command

  • Run docfx under current repo! Website will be generated under _site folder.

  • Run any web hosting tool to host _site folder, e.g. docfx serve _site.

Further information about docfx

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!

About

A sample documentation project, containing .NET source code and markdown files, can generate a static website after running docfx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 69.1%
  • Visual Basic .NET 30.9%