Merck / pkglite

Compact Package Representations
https://merck.github.io/pkglite/
GNU General Public License v3.0
30 stars 4 forks source link

float TOC for pkgdown website #16

Closed elong0527 closed 3 years ago

elong0527 commented 3 years ago

It seems pkgdown website allow float TOC. But our template did not enable it.

https://pkgdown.r-lib.org/articles/pkgdown.html

nanxstats commented 3 years ago

Fixed by https://github.com/Merck/pkglite/commit/4a233dfdd25af9a101ff44318c3d3d6ba3705b43.

The patch uses a proper mechanism for style customization. It only keeps the differentiated style changes using pkgdown/extra.css, instead of replacing the original pkgdown.css entirely (which has the floating TOC stuff and can evolve from pkgdown updates).

I will send a PR to all the affected repos.