F# Formatting v7.1.0 Release Notes
-
โ add text content of markdown and scripts to generated search index
๐ overhaul the substitution names used by FSharp.Formatting and expected in the template. The table is in the docs and below
๐ generate {{fsdocs-list-of-documents}} substitution and use it in both API docs and content
๐ generate {{fsdocs-list-of-namespaces}} substitution and use it in both API docs and content
๐ fix link model so {{root}} is always respected
โ Add
qualify
parameter that asks to qualify all names by the collection name e.g. FSharp.Core๐ฆ Respect per-project settings, e.g. if one nuget package has a different set of authors or home page to another
โ Add documentation about styling
๐ Allow fixed-left and fixed-right positions for the navbar
โ Add
{{fsdocs-logo-link}}
parameter to default templateโ Add
{{fsdocs-logo-link}}
parameter to default templategenerate HTML giving hyperlinks for types with cross-links
switch to left bootstrap nav bar in template for a table of contents
๐ improve sizings
๐ move to one copy of template in docs/_template.html
๐ ApiDocsTypeDefinition and ApiDocsModule merged to ApiDocsEntity
0๏ธโฃ Default template now expects logo in img/logo.png
๐ Improvements in default HTML generation
ApiDocComment.Blurb renamed to ApiDocComment.Summary and only populated with summary text for things read from XML
simplify tool instructions
โ add info about upgrading