mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-01 07:49:43 +02:00
fix(docs): the _category_.json description attribute should display on generated index pages (#10324)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
parent
95ab9f8ee4
commit
44ddada37a
9 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"label": "Category Links",
|
||||
"description": "Category Links - Custom Description",
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"slug": "/category-links-generated-index-slug"
|
||||
|
|
|
@ -41,6 +41,7 @@ const sidebars = {
|
|||
{
|
||||
type: 'category',
|
||||
label: 'Sidebar item description tests',
|
||||
description: 'Some custom category description',
|
||||
link: {
|
||||
type: 'generated-index',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue