Closed
Description
Context
Currently our footer is quite minimal, and auto-populated with some Sphinx flags to show things like the copyright etc.
However, many sites use the footer to provide contextual information for readers that scroll to the bottom, things like social media links, site navigation, etc.
Proposal
Our footer should be composable with components, similarly to how our header navbar works. We could re-use some components from the header (e.g., icon-links
) and potentially define a footer-specific component or two (e.g., column links
that displayed vertically instead of horizontally).
Design inspiration
Name | Link |
---|---|
Material for MkDocs | ![]() |
Furo | ![]() |
Bokeh | ![]() |
edit: this was edited heavily by @choldgraf :-)