- Add alt-text to footer logos/icons
- Navigation bar:
- Correct the contrast for navigation bar text between color and background
- Right menu drop-down: Adds
aria-label
to resolve focusable descendantsaria-hidden="true"
which prevented interactive elements from being available to users of assistive technologies.
- (Breaking) Automatically configure analytics. Projects no longer need a copy
of
_analytics.html
or theanalytics.google
entry in_variables.yml
.
- Adjust body letter spacing.
- Adjust sidebar and TOC style.
- Adjust list style.
- (Breaking) Remove
posit-docs-html
and have theposit-docs
project type directly modify thehtml
format.
- Expanded example site to demonstrate multiple pages, callouts, sidebar, and analytics.
- Remove
website.sidebar
from the extension. - Configure search copy button and item context.
- Specify
posit-docs-html
as the default theme when using theproject.type: posit-docs
. - Style
<small>
in the navbar; used for product version.
- Update instructions and theme inclusions.
- Footer must be configured when used.
- Navbar should be inherited.
Initial release.