fluvio-community / fluvio-community/fluvio-docs
Need a method with sidebar autogenerate to subsutitute links in sidebar.
- Dominant language
- MDX
- Stars
- 4
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.