Skip to content

Allow custom nav / sidebar in MarkdownVitepress #226

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

Open
avik-pal opened this issue Feb 26, 2025 · 2 comments
Open

Allow custom nav / sidebar in MarkdownVitepress #226

avik-pal opened this issue Feb 26, 2025 · 2 comments

Comments

@avik-pal
Copy link
Member

One of the reasons I keep the whole config mts around in Lux is to allow me to customize the nav and sidebar but that means I have to periodically do LuxDL/Lux.jl#1250 which is not ideal. For now, if we allows these options to be list that simply gets inserted into the config file that would be good enough.

@lazarusA
Copy link
Collaborator

lazarusA commented Mar 1, 2025

what syntax would you imagine for this?

@avik-pal
Copy link
Member Author

avik-pal commented Mar 7, 2025

Just a simple

MarkdownVitepress(;
   nav = ...,
   sidebar = ...
)

Then we replace the corresponding ones in the config file automatically without constructing our own nav/sidebar

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

No branches or pull requests

2 participants