Bump fsdocs-tool from 23.0.0-alpha.2 to 23.0.0-alpha.4 - #1021
Merged
nojaf merged 1 commit intoSep 15, 2026
Merged
Conversation
--- updated-dependencies: - dependency-name: fsdocs-tool dependency-version: 23.0.0-alpha.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
deleted the
dependabot/nuget/dot-config/fsdocs-tool-23.0.0-alpha.4
branch
September 15, 2026 05:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated fsdocs-tool from 23.0.0-alpha.2 to 23.0.0-alpha.4.
Release notes
Sourced from fsdocs-tool's releases.
23.0.0-alpha.4
Added
The "On this page" menu of the default template marks the section the reader is in: the entry of the last heading scrolled past the top of the content gets a coloured left border, and a heading focused with the
j/khotkeys marks its entry as well. Pure CSS, through scroll-driven animations (view-timeline-name,timeline-scope,animation-timeline); browsers without them show the menu as before. The generator numbers the headings and menu entries (data-fsdocs-heading) and emits the wiring in a<style>next to the menu. The colour and the reading line are the--page-menu-active-border-colorand--page-menu-reading-linevariables. When the menu has its own scroll bar,j/kalso scroll the entry of the focused heading into view and put its anchor in the URL (without a history entry). #1322fsdocs watchshows a progress bar along the bottom of the window while it waits for the next page, which can take a while when a big script is rendered for the first time. Dev server only, it comes with the live reload script. #1322Fixed
fsdocs watchrenders the API Reference section of the menu with the current_menu_template.htmland_menu-item_template.htmlafter an edit; it kept the templates as they were when the watch started, until an assembly changed. #1323activeclass on every documentation page when menu templates are used. A page without an entry of its own, such as the docs index, showed it as the current page, and thehhotkey entered the menu there.23.0.0-alpha.3
Added
j/kgo to the next / previous heading of the page (or the next / previous link when a menu has the focus),h/lmove the focus between the main menu, the content and the page menu. Headings get a visible focus outline and a scroll margin so they are not glued to the top edge. Implemented in the newfsdocs-hotkeys.js, documented under "Keyboard navigation" in the command-line docs.Fixed
list,option,voption, etc.) in API doc type signatures. Previously only the compiled name form (e.g.FSharpList) was linked; the postfix abbreviation form (e.g.int list) rendered as plain, unlinked text because the abbreviation entity has noTryFullName. The cross-reference resolver now builds the fsharp-core-docs link from the abbreviation's own name (e.g.list→fsharp-collections-list-1) instead of the abbreviated type's compiled name (e.g.FSharpList→fsharp-collections-fsharplist-1, which 404s), falling back to the abbreviated type's definition only for non-generic abbreviations such asstringandobjthat have no dedicated fsharp-core-docs page. #1316Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)