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](...)."
```

貢獻者指南