The Wayback Machine - https://web.archive.org/web/20190504135254/https://github.com/dotnet/docfx
Skip to content
Tools for building and publishing API documentation for .NET projects
Branch: dev
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github codify azure-pipelines.yml, publihs artifacts (#4396) Apr 24, 2019
Documentation Added support for a cover page when generating a PDF (#2004) (#4342) Apr 12, 2019
plugins perf: use StringComparison.Ordinal(IgnoreCase) (#4203) Mar 20, 2019
schemas/v1.0 Add schema validation when loading the schema based document model (#… Sep 7, 2017
src Revert PDFSharp back to iTextSharp (#4467) May 1, 2019
test export non string to xref (#4424) Apr 26, 2019
tools codify azure-pipelines.yml, publihs artifacts (#4396) Apr 24, 2019
.gitattributes Use CRLF as EOL (#3566) Nov 12, 2018
.gitignore Use CRLF as EOL (#3566) Nov 12, 2018
All.sln #2960 Try to fix fsharp project loading (#2971) Jun 29, 2018
FSharpProjects.code-workspace F# metadata extractor unit tests (#2560) Mar 30, 2018
LICENSE update nuget source Jul 24, 2015
NuGet.config Fix 1969 by manually set vs 2017 path (#2242) Nov 29, 2017
README.md Fix table in readme Apr 25, 2019
RELEASENOTE.md Revert PDFSharp back to iTextSharp (#4467) May 1, 2019
Roadmap.md Update Roadmap.md Jan 16, 2019
UpdateTemplate.cmd Add Linux support to build scripts. (#2470) Apr 9, 2018
UpdateTemplate.ps1 Add Linux support to build scripts. (#2470) Apr 9, 2018
UpdateTemplate.sh Add Linux support to build scripts. (#2470) Apr 9, 2018
appveyor.yml Update appveyor.yml Mar 30, 2018
azure-pipelines.yml codify azure-pipelines.yml, publihs artifacts (#4396) Apr 24, 2019
build.cmd Migrate tools to .NET Core (#697) Sep 14, 2016
build.ps1 Fix FSharp tests (#3729) Dec 10, 2018
build.sh Add Linux support to build scripts. (#2470) Apr 9, 2018
docfx.E2E.Tests.sln Update to vs17 (#1436) Mar 20, 2017
e2eTest.cmd add e2e tests Jan 4, 2016

README.md

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

dev is the default branch accepting Pull Requests. It releases a package daily. 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

master dev
Master status Build Status

Packages

Chocolatey Nuget Nightly Build
Chocolatey NuGet MyGet

Running Status

Windows with .NET Core v2.0.3 Windows with VS2017 Ubuntu Linux with Mono
.NET CORE VS Ubuntu
You can’t perform that action at this time.