Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 442 Bytes

NAVIGATION.md

File metadata and controls

22 lines (18 loc) · 442 Bytes

Adding/updating navigation

Add page to navigation.json file.

src
├── data
   ├── navigation
      ├── navigation.json

If page is internal only make sure to add "internal": true to the navigation.json file for that item.

 "your-product-on-ibm-cloud": {
    "title": "Your Product on IBM Cloud",
    "internal": true,
    "sub-nav": {
      "catalog-entry": {
        "title": "Catalog Entry"
      },