Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 588 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 588 Bytes

Constellation Navigation

Installation

npm install @constellation4sitecore/navigation --save

Setup Serialization

In your project add in sitecore.json

  "modules": [
    ....
    "npm:@constellation4sitecore/navigation"
  ],

Then you can push the items by

dotnet sitecore ser push

Usage

If you want to get navigation links from Link Group you can do the following:

const links = await getNavLinks(group.id);

Sponsors/Developers/Testers

(in no particular order)

  • Richard Cabral
  • Roberto Armas
  • Sebastián Aliaga