The Navigation Module
The navigation module allows you to create navigation groups and use them in your layouts.
Navigation Groups
All links belong to a navigation group. This allows you to create navigation groups like "header" and "footer" so you can organize your links.
PyroCMS comes with some navigation groups by default, but to create a new group, click Add a Group. You can give your group a name and a slug.
Adding a Link to a Group
Once your group is created, you can add links to it by clicking Add Link in the group header bar.

When you create a link, you've got a few options that you can choose.

Once you choose a title for your link, then select the group that you wish for it to display in. Link types are as follows:
| Link Type | Notes |
|---|---|
| URL | An external link - Ex: http://google.com. |
| Site Link | A link within your site - Ex: galleries/portfolio-pictures. |
| Module | Takes a visitor to the index page of a module. |
| Page | Link to a page within your site. |
Target specifies if this link should open in a new browser window or tab. (Tip: use New Window sparingly to avoid annoying your site visitors.)
Restricted To allows you to restrict the visibility of a navigation link to a specific group or groups. If you specify a group or groups in this field, any other group or non logged in user won't be able to see the link in the navigation group. This does't protect the page it goes to, but it does protect the link visibity.

The Class field allows you to add a css class to a single link.
Ordering Navigation Links
The order of your links in the admin panel are reflected on the website front-end. To change the order that they appear simply drag and drop them until they are in the order that you like.
Navigation Tags
You can find the tag syntax to display navigation groups and data in your layouts in the navigation plugin docs.
