Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Why can't the first two texts in the main of the navigation.yaml file display children, and can only display chidren from the third #8

Open
lixianglong3210 opened this issue Sep 1, 2021 · 1 comment

Comments

@lixianglong3210
Copy link

No description provided.

@lixianglong3210
Copy link
Author

bad:
{
"text": "首页",
"type": "link",
"path": "index.html"
},
{
"text": "解决方案",
"type": "label",
"children": [
{
"text": "零售业或一般企业BI系统",
"type": "link",
"path": "article/解决方案/零售业或一般企业BI系统.html"
}
]
},

yes:
{
"text": "文档说明",
"type": "label"
},
{
"text": "首页",
"type": "link",
"path": "index.html"
},
{
"text": "解决方案",
"type": "label",
"children": [
{
"text": "零售业或一般企业BI系统",
"type": "link",
"path": "article/解决方案/零售业或一般企业BI系统.html"
}
]
},

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant