JuliaDocs/Documenter.jl

Per-page override of the footer

Open

#1,370 opened on 2020年7月16日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Julia (513 forks)batch import
Format: HTMLType: Enhancementhelp wanted

Repository metrics

Stars
 (910 stars)
PR merge metrics
 (平均マージ 16d 9h) (30d で 3 merged PRs)

説明

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

コントリビューターガイド