Skip to content
/ docfx Public
forked from dotnet/docfx

Tools for building and publishing API documentation for .NET projects

License

Notifications You must be signed in to change notification settings

kaby76/docfx

This branch is 3249 commits behind dotnet/docfx:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 5, 2017
ca567c4 · May 5, 2017
May 4, 2017
May 5, 2017
May 5, 2017
May 5, 2017
Apr 28, 2017
Apr 18, 2017
Apr 27, 2017
Apr 15, 2016
May 4, 2016
Jul 24, 2015
Mar 25, 2016
Apr 27, 2017
May 4, 2017
Feb 13, 2017
Sep 13, 2016
Sep 14, 2016
May 4, 2017
Mar 20, 2017
Jan 4, 2016

Repository files navigation

Generate your API documentation with DocFX

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

Build Status Package Chocolatey
master masterstatus NuGet Chocolatey
dev devstatus MyGet

Collecting feedbacks and proposals for DocFX

Let's make DocFX better together!

Vote for the proposals you like, and add yours:

Feature Requests

What is it?

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

We currently support C# and VB projects.

How to build?

Prerequisites

  1. Visual Studio 2017 with .NET Core cross-platform development toolset installed
  2. Node.js

Steps

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

How do I play with DocFX?

Please refer to Getting Started.

Integrate with Continuous Integration environment

  1. Install docfx through chocolatey package cinst docfx -y

  2. Call docfx docfx docfx.json

docfx-seed project provides a sample integrating with AppVeyor.

Note

Known issue in AppVeyor: Currently platform: Any CPU in appveyor.yml causes docfx metadata failure. dotnet#1078

What's included?

File/Folder Description
LICENSE Project license information
README.md Introduction to the project
CONTRIBUTING.md Contribution guidelines to how to contribute to the repo
Documentation Source for our documentation site
src Source code for DocFX
test Test cases for DocFX using xunit test framework
tools Source code for tools used in code build and deployment

How to Contribute

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.

About

Tools for building and publishing API documentation for .NET projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 95.3%
  • JavaScript 2.1%
  • CSS 1.0%
  • HTML 0.6%
  • PowerShell 0.6%
  • Roff 0.2%
  • Other 0.2%