Navigation JSON File
Last updated
Was this helpful?
Last updated
Was this helpful?
Disclaimer: Portals require a license. These documents are to get you started with your portals. By no means is this the only way to make your portal, nor is this the only way to edit a json file.
this .json file will personalize the banner that you navigate to different sections.
Examples: projects in the project tab, different tools you want immediate access to in the tool section.
If you have questions about how to use a json file, please view
The navigation.json file for this example is blank. These are the default items in the header
This file must be at least accessible to community members.
This file is optional. It allows you to edit the feature list of projects. _projects, _tools, and supportURL are all optional.
They can be
null, which will remove the item from the header
an array of objects
Text for the text of the new menu item,
url as the destination
newTab for if the link should open up a new tab
If there is another entry, it indicated that a new navigation item needs to be added.
They can be objects with a url and optional parameters. newTab means a link in the navigation when you do this method
They can also be array of objects with text, url, and newTab (which will give it a dropdown menu with listed items)
Please email to create a support ticket if there are technical issues.