Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Static site generator for .NET API documentation.

License

NotificationsYou must be signed in to change notification settings

dotnet/docfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NuGetcinightlyHelp WantedAsk DeepWiki

Build your technical documentation site with docfx, with landing pages, markdown, API reference docs for .NET, REST API and more.


As you may have heard docfx has been transitioned to be a .NET Foundation project. Microsoft Learn no longer uses docfx and do not intend to support the project since Nov 2022.

Docfx is planned to continue as a community-driven project. We hope to produce future releases with new features and enhancements to support existing and new use cases. We also would like to invite any interested parties to be involved in this project. If you'd like to contact the community team please open a discussion thread.

Getting Started

  1. Install docfx as a global tool:

    dotnet tool install -g docfx
  2. Create and start a website locally:

    docfx init -ydocfx build docfx_project\docfx.json --serve
  3. Go tohttps://localhost:8080 to see the sample site.

For more information, refer toGetting Started.

Tip

Docfx publishes nightly builds toGitHub Packages, this allows you to stay up-to-date with the latest developments in Docfx.

Contributing

UseDiscussions for questions and general discussions.UseIssues to report bugs and proposing features.

We welcome code contributions through pull requests, issues tagged ashelp-wanted are good candidate to start contributing code.

Prerequisites

Build and Test

  • Build site templates intemplates directory:
    • Runnpm install to restore npm dependencies.
    • Runnpm run build to build the templates.
  • Rundotnet build to build the project or use Visual Studio to builddocfx.sln.
  • Rundotnet test to test the project or use Visual Studio test explorer.
    • Rungit lfs checkout to checkout files for snapshot testing

Branch and Release

Themain branch is the default branch for pull requests and most other development activities. We occasionally usefeature/* branches for epic feature development.

Releases are based on a stablemain branch commit usingGitHub Releases. Use ofConventional Commit is encouraged.

Docfx isnot released under a regular cadence, new versions arrive when maintainers see enough changes that warrant a new releases. Sometimes we use prereleases to dogfood breaking changes and get feedbacks from the community.

Roadmap

We useMilestones to communicate upcoming changes docfx:

  • Working Set are features being actively worked on. Not every features in this bucket will be committed in the next release but they reflect top of minds of maintainers in the upcoming period.

  • Backlog is a set of feature candidates for some future releases, but are not being actively worked on.

License

This project is licensed under theMIT License.

.NET Foundation

This project is supported by the.NET Foundation.

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.


[8]ページ先頭

©2009-2025 Movatter.jp