Skip to content

Commit

Permalink
force pages
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd committed Jan 2, 2025
1 parent 106e495 commit ab4b9da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ makedocs(;
edit_link="main",
assets=String[],
),
pagesonly=true,
pages=[
"Home" => "index.md",
"DocumenterVitepress" => "vitepress.md",
Expand Down

2 comments on commit ab4b9da

@disberd
Copy link
Owner Author

@disberd disberd commented on ab4b9da Jan 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

The package also supports documentation with DocumenterVitepress even though it relies on some hacky solution.

The output of the to_documenter function is now returning a new custom struct so we can dispatch on it for DocumenterVitepress and avoid type piracy.

While the main use of this package is not changed the significant internal change was worth of a minor number version bump.

Check the changelog for details

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/122305

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" ab4b9da577df884b7050c73bf8ef5c005a279145
git push origin v0.2.0

Please sign in to comment.