JuliaDocs/Documenter.jl

Per-page override of the footer

Open

#1.370 aberto em 16 de jul. de 2020

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (513 forks)batch import
Format: HTMLType: Enhancementhelp wanted

Métricas do repositório

Stars
 (910 stars)
Métricas de merge de PR
 (Mesclagem média 16d 9h) (3 fundiu PRs em 30d)

Description

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

Guia do colaborador