Document listing type document link #8014
-
|
Is there any way to link to a document, so it looks like the folder indexes? I would like to use these boxes (representing directories) Is that possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I have no idea what you means here Not sure to 100% understand what you mean here, but I think it it already possible in the upcoming Docusaurus 3.x canaries: PR will be backported in v2.1 soon (#8008) Note you can also provide your own list of items as props: <DocCardList items={...}/>By default, we display what's inside the parent category as a convenient shortcut |
Beta Was this translation helpful? Give feedback.


I have no idea what you means here
Not sure to 100% understand what you mean here, but I think it it already possible in the upcoming Docusaurus 3.x canaries:
https://docusaurus.io/docs/next/sidebar/items#generated-index-page
PR will be backported in v2.1 soon (#8008)
Note you can also provide your own list of items as props:
By default, we display what's inside the parent category as a convenient shortcut