npm install @constellation4sitecore/navigation --save
In your project add in sitecore.json
"modules": [
....
"npm:@constellation4sitecore/navigation"
],
Then you can push the items by
dotnet sitecore ser push
If you want to get navigation links from Link Group you can do the following:
const links = await getNavLinks(group.id);
(in no particular order)
- Richard Cabral
- Roberto Armas
- Sebastián Aliaga