docfx

Static site generator for .NET API documentation.

MIT License

Downloads
38
Stars
4K
Committers
254

Bot releases are hidden (Show)

docfx - Version 2.19

Published by qinezh over 7 years ago

  1. Enable incremental Build by default. You can use option --force to force rebuild.
  2. Improve docfx metadata error message when error opening solutions or projects using Roslyn. https://github.com/dotnet/docfx/pull/1738
  3. Support more develop language for code snippet Markdown syntax. https://github.com/dotnet/docfx/pull/1754
  4. Downgrade the message level for invalid inline code snippet and invalid block file inclusion from Error to Warning.
  5. Add LogCode for each file to the manifest file.
  6. DocFX is NOT dependent on Build Tool 2015 anymore.
  7. Add line and source file info for invalid cross reference
  8. Bug fixes:
    1. Fix html pre element behavior in Markdown, empty lines are now allowed in <pre> blocks.
    2. Fix #1747: add app.config redirect binding to docfx to resolve LoaderException for docfx metadata
    3. Fix #1737: it is now possible to use > [!warning] format in triple-slash comments
    4. Fix #1319 that docfx fails to load multiple solutions
    5. Fix #1720 and #1708 that docfx throws runtime error in Mono
    6. Fix post processor incremental bug: restore manifest should be case-insensitive
docfx - Version 2.18.5

Published by qinezh over 7 years ago

  1. Log WorkspaceFail events so that we get more detailed information what's wrong when opening solutions or projects using Roslyn.
docfx - Version 2.18.4

Published by qinezh over 7 years ago

  1. Fix #1747: Add app.config redirect binding to docfx to resolve LoaderException for docfx metadata
docfx - Version 2.18.3

Published by qinezh over 7 years ago

  1. Remove dependency to Build Tool 2015
  2. Fix runtime error when running in Mono: https://github.com/dotnet/docfx/issues/1720, https://github.com/dotnet/docfx/issues/1708
docfx - Version 2.18.2

Published by qinezh over 7 years ago

  1. PDF is now supported. Refer to Walkthrough: Generate PDF to get start with generating PDF files.

  2. Fix default template performance bug that local search is always used.

docfx - Version 2.18.1

Published by qinezh over 7 years ago

  1. Bug fixes:
    1. Bug fix for markdown empty link.
    2. Bug fix for html behaivor in dfm-latest.
docfx - Version 2.17.7

Published by qinezh over 7 years ago

docfx - Version 2.17.4

Published by qinezh over 7 years ago

  1. Bug fix for default template that inheritance is incorrect
docfx - Version 2.17.3

Published by qinezh over 7 years ago

  1. Bug fix for extracting metadata from assembly that XML comment is not applied.
docfx - Version 2.17.2

Published by qinezh over 7 years ago

  1. Bug fix for template statictoc.
docfx - Version 2.17.1

Published by qinezh over 7 years ago

  1. Bug fix for fail to init markdown style.
docfx - Version 2.17

Published by qinezh over 7 years ago

  1. Introduce Master page syntax into Template System:

    1. Mustache: {{!master('<master_page_name>')}}
    2. Liquid: {% master <master_page_name> %}
  2. [Breaking Change] View model for ManagedReference.html.primary.tmpl is updated from {item: model} to model, if you overwrites ManagedReference.html.primary.tmpl in your own template, make sure to re-export the template file.

  3. Simplify default template: now you only need to overwrite _master.tmpl to redesign the layout for the website.

  4. Frontend improvement

    1. Long namespace name in TOC will be word-wrapped now
    2. Bug fix for docfx.js when navbarPath or tocPath is empty.
docfx - Version 2.16.8

Published by qinezh over 7 years ago

  1. Add a Container enum to MemberType
docfx - Version 2.16.7

Published by qinezh over 7 years ago

  1. Bug fix: Null exception when <xref href=''/> exists
docfx - Version 2.16.6

Published by qinezh over 7 years ago

  1. Bug fix for docfx metadata for assemblies, to exclude null assembly symbols.
docfx - Version 2.16.5

Published by qinezh over 7 years ago

  1. Bug fix for toc: When b/toc.md is included by toc.md, invalid link in b/toc.md should be resolved to the path relative to toc.md
docfx - Version 2.16.5

Published by qinezh over 7 years ago

  1. Bug fix for toc: When b/toc.md is included by toc.md, invalid link in b/toc.md should be resolved to the path relative to toc.md
docfx - Version 2.16.4

Published by qinezh over 7 years ago

docfx - Version 2.16.3

Published by qinezh over 7 years ago

  1. Bug fix for build script.
docfx - Version 2.16.2

Published by qinezh over 7 years ago

  1. Bug fix for build script.
Package Rankings
Top 17.68% on Formulae.brew.sh
Badges
Extracted from project README
NuGet ci nightly Help Wanted