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

Latest commit

 

History

History
22 lines (18 loc) · 443 Bytes

NAVIGATION.md

File metadata and controls

22 lines (18 loc) · 443 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"
      },