JuliaDocs/Documenter.jl

Per-page override of the footer

Open

#1370 aperta il 16 lug 2020

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Julia (513 fork)batch import
Format: HTMLType: Enhancementhelp wanted

Metriche repository

Star
 (910 star)
Metriche merge PR
 (Merge medio 16g 9h) (3 PR mergiate in 30 g)

Descrizione

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

Guida contributor