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

feat(sidebars): add support for depth and nested #78

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

fiji-flo
Copy link
Contributor

@fiji-flo fiji-flo commented Jan 8, 2025

Description

Add support for:

sidebar:
  - type: section
    link: /Glossary
    title: Glossary
  - type: listSubPages
    path: /Glossary
    depth: 2

and

sidebar:
  - type: section
    link: /Glossary
    title: Glossary
  - type: listSubPages
    path: /Glossary
    depth: 2
    nested: true

This doesn't affect the current sidebars until the new properties are added.

Motivation

We're missing css function in the csssidebar and we cloud enhance the glossary sidebar, too.

Related issues and pull requests

Fixes #73

@fiji-flo fiji-flo merged commit 84b6358 into main Jan 8, 2025
1 check passed
This was referenced Jan 8, 2025
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.

CSSRef is missing functions with nested slugs
1 participant