diff --git a/docs/src/man/hosting.md b/docs/src/man/hosting.md index af3572ec42..8be0e52ffc 100644 --- a/docs/src/man/hosting.md +++ b/docs/src/man/hosting.md @@ -441,6 +441,17 @@ The `permissions:` line above is described in the an alternative is to give GitHub workflows write permissions under the repo settings, e.g., `https://github.com//.jl/settings/actions`. +## JuliaHub + +[JuliaHub](https://juliahub.com/ui/Home) provides an [overview of registered Julia packages](https://https://juliahub.com/ui/Packages). +It tries to build package documentation on its own, and if this fails, a stripped down version of the documentation +is generated which just consists of the README and the docstrings of the package. +In order to point JuliaHub to the documentation already hosted e.g. on the `gh-pages` branch +of the package repository, it is possible to register the link to the hosted documentation with +[DocumentationGeneratorRegistry](https://github.com/JuliaDocs/DocumentationGeneratorRegistry). +The JuliaHub documentation link is updated after releasing a new package version. + + ## Woodpecker CI To run a documentation build from Woodpecker CI, one should create an access token