JuliaDocs/Documenter.jl

Per-page override of the footer

Open

#1,370 创建于 2020年7月16日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Julia (513 fork)batch import
Format: HTMLType: Enhancementhelp wanted

仓库指标

Star
 (910 star)
PR 合并指标
 (平均合并 16天 9小时) (30 天内合并 3 个 PR)

描述

As a follow-up to #1365, it might be useful to be able to override the footer on a per-page basis. Packages like Literate could take advantage of that. Would could probably use the at-meta block for that:

```@meta
HTMLFooter = "Powered by [MyCustomPackage.jl](...)."
```

贡献者指南