Update dependency vitepress-sidebar to v1.37.0 - #20
Merged
Conversation
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.
This PR contains the following updates:
1.36.1→1.37.0Release Notes
jooy2/vitepress-sidebar (vitepress-sidebar)
v1.37.0Compare Source
sidebar.config.jsonfile placed in any folder now configures that folder and everything below it. The options it declares take priority over the options passed towithSidebarorgenerateSidebar, anddocumentRootPathcan be omitted when such a file exists. (#166)$folderkey of asidebar.config.jsondescribes the folder it lives in (order,text,link) instead of its contents, and is not inherited by subfolders. A folder can now be ordered, named and linked without anindex.md, and the position of a folder no longer depends on where itsindex.mdsits inside it. (#197)includeDynamicRoutesoption, which shows a dynamic route as the pages it generates instead of as the template file it is generated from. A parameter may appear in a folder name as well, and both a.paths.tsfile and an asynchronouspaths()function are supported. (#199)dynamicRouteTitleParamoption, which names the route parameter that holds the sidebar title of a generated page. A title written as{{ $params.name }}in the template is resolved as well, and theorderanddateparameters are read bysortMenusByFrontmatterOrderandsortMenusByFrontmatterDate.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.