Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configuration option for the documentation sidebar footer to allow custom Markdown to be specified #1477

Merged
merged 6 commits into from Nov 26, 2023

Conversation

caendesilva
Copy link
Member

Fixes #1474 by checking if the existing docs.sidebar.footer option is a string, and if so it replaces the default "Back to home" link with that content. Like before, if the option is false the footer is not rendered at all.

Copy link

codecov bot commented Nov 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9e5319f) 100.00% compared to head (3e96da0) 100.00%.

Additional details and impacted files
@@              Coverage Diff              @@
##              master     #1477     +/-   ##
=============================================
  Coverage     100.00%   100.00%             
- Complexity      1730      3460   +1730     
=============================================
  Files            180       360    +180     
  Lines           4695      9390   +4695     
=============================================
+ Hits            4695      9390   +4695     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@caendesilva caendesilva marked this pull request as ready for review November 26, 2023 19:46
@caendesilva caendesilva merged commit b4e6831 into master Nov 26, 2023
21 checks passed
@caendesilva caendesilva deleted the documentation-sidebar-footer-configuration-option branch November 26, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add way to set sidebar footers from hyde.yml
1 participant