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

Need a method with sidebar autogenerate to subsutitute links in sidebar. #164

Open
digikata opened this issue Aug 14, 2024 · 0 comments
Open
Assignees

Comments

@digikata
Copy link
Collaborator

Docusarous sidebars can express links, but when using autogeneraate it doesn't seem possible to express a link without turning off autogenerate and

Ideal fix would be to specify a mdx header property and have autogenerate substitute the sidebar entry with the right link syntax.

Given a official-connectors.mdx file with the follwing contents:

---
sidebar_position: 20
title: Official Connectors
description: "Official Connectors store in InfinyOn Hub"
href: hub/connectors/index.md
---

Generate a sidebar entry wit htitle "Official Connectors" that is a link to href

Docusaurous config seems like it's almost possible https://docusaurus.io/docs/3.4.0/sidebar/autogenerated

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