docs: add newly created pages to sidebar navigation menu (Subscriptions, Core Features, Software Updates)
This commit is contained in:
38
docu.json
38
docu.json
@@ -66,7 +66,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Quick Setup Wizard",
|
"title": "Quick Setup Wizard",
|
||||||
"href": "/getting-started/quick-setup"
|
"href": "/quick-setup"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -91,6 +91,10 @@
|
|||||||
{
|
{
|
||||||
"title": "Products",
|
"title": "Products",
|
||||||
"href": "/products"
|
"href": "/products"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Subscriptions",
|
||||||
|
"href": "/subscriptions"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -146,6 +150,30 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Core Features",
|
||||||
|
"href": "/docs/features",
|
||||||
|
"noLink": false,
|
||||||
|
"context": {
|
||||||
|
"icon": "Package",
|
||||||
|
"description": "Platform Capabilities",
|
||||||
|
"title": "Features"
|
||||||
|
},
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"title": "Shop Catalog",
|
||||||
|
"href": "/shop"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Checkout Flow",
|
||||||
|
"href": "/checkout"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Shortcodes",
|
||||||
|
"href": "/shortcodes"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Configuration",
|
"title": "Configuration",
|
||||||
"href": "/docs/configuration",
|
"href": "/docs/configuration",
|
||||||
@@ -223,6 +251,14 @@
|
|||||||
{
|
{
|
||||||
"title": "Licensing API",
|
"title": "Licensing API",
|
||||||
"href": "/api/licensing"
|
"href": "/api/licensing"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Software Updates (API)",
|
||||||
|
"href": "/software-updates"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Software Updates (Store Owner)",
|
||||||
|
"href": "/software-updates/store-owner"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user