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

Add a way to customize automatic sidebar navigation group names #1467

Closed
caendesilva opened this issue Nov 24, 2023 · 0 comments · Fixed by #1481
Closed

Add a way to customize automatic sidebar navigation group names #1467

caendesilva opened this issue Nov 24, 2023 · 0 comments · Fixed by #1481

Comments

@caendesilva
Copy link
Member

caendesilva commented Nov 24, 2023

For example, as some characters are not valid in filenames, we may want a way to customize automatic sidebar group names.

The title is generated on this line, so maybe we want to add a helper to retrieve a config key or front matter value?

<h4 class="sidebar-group-heading text-base font-semibold @if($collapsible) cursor-pointer dark:group-hover:text-white @endif">{{ Hyde::makeTitle($group) }}</h4>

caendesilva added a commit that referenced this issue Nov 24, 2023
See #1467 (using camelCase as that's what other page schemas use)
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 a pull request may close this issue.

1 participant