leeberg / docfx

Tools for building and publishing API documentation for .NET projects

Home Page:https://dotnet.github.io/docfx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate your API documentation with DocFX

devstatus Join the chat at https://gitter.im/dotnet/docfx Github All Releases Twitter Follow

What is it

DocFX makes it extremely easy to generate your developer hub with API reference, landing page, and how-to.

What's next

Check out the road map of DocFX here.

NOTE: For more information on DocFX v3, please visit the v3 working branch.

How to use

  • Option 1: install DocFX through chocolatey package: choco install docfx -y.
  • Option 2: install DocFX through nuget package: nuget install docfx.console, docfx.exe is under folder docfx.console/tools/.
  • Option 3: play DocFX inside Visual Studio: create a Class Library (.NET Framework) project, Manage Nuget Packages to install docfx.console nuget package on the project, Build to create the generated website under folder _site.

For more information, please refer to Getting Started.

How to Contribute

For new comers, you can start with issues with help-wanted. Check out the contributing page to see the best places to log issues and start discussions.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.

License

DocFX is licensed under the MIT license.

.NET Foundation

DocFX is supported by the .NET Foundation.

DocFX Project

Apart from dev branch, stable branch builds daily, and master branch is the release branch.

How to build from source code

Prerequisites

  1. Visual Studio 2017, minimum installation is enough.
  2. Node.js, for building templates.

Steps

  • Option 1: Run build.cmd under DocFX code repo.
  • Option 2: Open All.sln under DocFX code repo in Visual Studio and build All.sln.

Build Status

Build Status Package Chocolatey
master Master status NuGet Chocolatey
stable Build Status MyGet
  • Running Status
Running Status Windows with .NET Core v2.0.3 Windows with VS2017 Ubuntu Linux with Mono
NuGet .NET CORE VS Ubuntu

About

Tools for building and publishing API documentation for .NET projects

https://dotnet.github.io/docfx/

License:MIT License


Languages

Language:C# 93.1%Language:JavaScript 2.3%Language:F# 2.2%Language:TypeScript 1.0%Language:CSS 0.6%Language:PowerShell 0.4%Language:Roff 0.1%Language:XSLT 0.1%Language:Liquid 0.1%Language:Batchfile 0.0%Language:Shell 0.0%