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

Helium landing page - avoid hard-coding of panel title #620

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

jenshalm
Copy link
Contributor

The panel title had previously been hard-coded to "Documentation" which was accidental and the only place in the Helium UI with hard-coded text. In fact, the library should not even assume English as the language of the site.

For binary compatibility the old parameter (documentationLinks: Seq[TextLink]) of the landingPage config method had to be kept and the a parameter which allows to customize the title has been added instead (linkPanel: Option[LinkPanel]).

@jenshalm jenshalm added this to the 1.2.0 milestone Jun 24, 2024
@jenshalm jenshalm merged commit 3189e0c into main Jun 28, 2024
21 checks passed
@jenshalm jenshalm deleted the helium/landing-page-docbox branch June 28, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant