docfx

Static site generator for .NET API documentation.

MIT License

Downloads
38
Stars
4K
Committers
254

Bot releases are hidden (Show)

docfx - Version 2.10.2

Published by qinezh almost 8 years ago

  1. Remove the check for character ? in relative path.
  2. LinkFileSystem: not throw DirectoryNotFoundException when no output.
docfx - Version 2.10.1

Published by qinezh almost 8 years ago

  1. Relative path add check for character ?*.
docfx - Version 2.10

Published by qinezh almost 8 years ago

  1. Bug fixes:
  2. Markdown table content is misplaced if there is empty column in it.
  3. Markdown include should not share link context.
  4. Fix rawTitle when article's first line is HTML comment.
docfx - Version 2.9.3

Published by qinezh almost 8 years ago

  1. hotfix for wrong file link check message.
docfx - Version 2.9.2

Published by qinezh almost 8 years ago

  1. Remove commit id to avoid config hash changed.
docfx - Version 2.9.1

Published by qinezh almost 8 years ago

  1. Enable to show derivedClass.
  2. Add log for config hash.
docfx - Version 2.9

Published by qinezh almost 8 years ago

  1. Breaking Change Using <span class="xxx"> for languageKeyWord, paramref and typeparamref in generated yml files, instead of using <em> and <strong>. Change default template accordingly.
  2. Remove project Microsoft.DocAsCode.Utility, move class to Microsoft.DocAsCode.Common.
  3. Get documentation's git information with git command instead of GitSharp.
  4. REST:
  • Support remarks to be overwritten.
  • Support reference in parameters to be overwritten.
  • Support DFM syntax in swagger description
  1. Bug fixes:
  2. Fix inherited member's name when xref unresolved.
  3. Fix missing items in breadcrumb. (https://github.com/dotnet/docfx/issues/944)
  4. Fix generating overload method names from generic method.
  5. Fix full text search not work in index page.
  6. Fix the warning that no highlight function defined.
docfx - Version 2.8.2

Published by qinezh almost 8 years ago

  1. Fix bug: throw error when md contain wrong path..
docfx - Version 2.8.1

Published by qinezh almost 8 years ago

  1. Fix bug: RelativePath.TryParse should not throw error when path contains invalid path characters.
docfx - Version 2.8

Published by qinezh almost 8 years ago

  1. Improve markdown engine:
  • Remove paragraph rule.
  • Improve parser performance.
  1. Report bookmarks in template preprocessor, which is used in URL segment when resolving cross reference.
  2. Support customizing logo and favicon through metadata. (https://github.com/dotnet/docfx/pull/892)
  3. Refine the warning message of invalid bookmark.
  4. Improve layout for print. (https://github.com/dotnet/docfx/issues/852)
  5. Remove the usage of FileModel.LocalPathFromRepoRoot. This property is marked Obsolete.
  6. Copy PathUtility, RelativePath, StringExtension and FilePathComparer from project Microsoft.DocAsCode.Utility to Microsoft.DocAsCode.Common. The copied classes in project Microsoft.DocAsCode.Utility are kept there for bits compatibility and marked Obsolete.
  7. Add command option docfx -v to show version of DocFX
  8. Bug fixes:
  9. concurrency issue of Logger.
  10. unable to handle file link with query string.
  11. unable to resolve uid for in html <a href="xref:...">.
  12. display specName wrong for generic type. (https://github.com/dotnet/docfx/issues/896)
  13. breadcrumb rendered wrong when multiple toc item matched.
  14. subcommand metadata can't specify DocFX config file
docfx - Version 2.7.3

Published by qinezh almost 8 years ago

  1. Fix bookmark validation failed when link contains illegal characters.
  2. Fix xref to fall back to uid.
docfx - Version 2.7.2

Published by qinezh almost 8 years ago

  1. Fix xref with query string not resolved.
  2. Fix relative path when validating bookmark.
docfx - Version 2.7.1

Published by qinezh almost 8 years ago

  1. Search embedded resource prior to local resource
docfx - Version 2.7

Published by qinezh almost 8 years ago

  1. Improve markdown engine performance.
  • Improve regex.
  • Add regex timeout.
  1. Fix bugs in markdown parser.
  2. Refine xref.
  • Provide more options.
  • Support options in query string.
  1. Support query string in toc href.
  2. Remove debug information in html.
  3. Add metadata command option to disable rendering triple-slash-comments as markdown.
  4. Fix bug in merging properties.
  5. Support extension for preprocessor file in default template. (https://github.com/dotnet/docfx/issues/662)
  6. Improve error/warning message.
docfx - Version 2.6.3

Published by qinezh about 8 years ago

  1. minor: fix the Renderer
docfx - Version 2.6.2

Published by qinezh about 8 years ago

  1. Improve markdown engine performance.
  • Improve regex.
  • Add regex timeout.
  1. Fix bugs in markdown parser.
  2. DFM: Support code in table
docfx - Version 2.6.1

Published by qinezh about 8 years ago

  1. Fix argumentnullexception for generating overload item.
  2. Add serializable attribute.
  3. Use mark.js to highlight keywords.
docfx - Version 2.6

Published by qinezh about 8 years ago

  1. Remove rest resolved cache.
  2. Fix assert fail in metadata. (https://github.com/dotnet/docfx/issues/741)
  3. Add new command option: repositoryRoot.
docfx - Version 2.5.4

Published by qinezh about 8 years ago

  1. Fix isssue #719 that assertion failed.
docfx - Version 2.5.3

Published by qinezh about 8 years ago

  1. Update documenation
  2. Remove debug build option in Release configuration
Package Rankings
Top 17.68% on Formulae.brew.sh
Badges
Extracted from project README
NuGet ci nightly Help Wanted