Set up Confluence Cloud
Get the high-level details you need to set up your Confluence Cloud site in order to meet your team's needs.
This macro was intentionally excluded from the new editor and will be deprecated from the legacy editor soon. Read the announcement for more.
The Navigation Map macro displays a navigable map of the pages tagged with a given label.
To add the Navigation Map macro:
When editing , select from the toolbar
Find the item to be inserted and select it
Select Insert
You can also type / on the page to bring up the same list you'd see by selecting from the toolbar.
To edit the Navigation Map macro:
Select the macro placeholder. The floating toolbar appears.
Select Edit. The right panel opens.
Modify the parameters. Your changes are saved as you go.
Resume editing the page, and the panel closes.
Parameters are options that you can set to control the content or format of the macro output.
If the parameter name used in Confluence Cloud storage format or wikimarkup is different than the label used when inserting macros using the browser or the slash command, it will be listed below in brackets (example).
Parameter | Default | Description |
---|---|---|
Label | none | Specify the label associated with the pages you want to show in the navigation map. This parameter is unnamed in storage format and wikimarkup. |
Map Title | none | Specify a title for the navigation map. |
Number of Cells Per Row (wrapAfter) | 5 | Specify the number of cells in a row |
Cell Width (Pixels) | 90 | Specify the cell width (enter a number only, don't include px) |
Cell Height (Pixels) | 60 | Specify the cell height (enter a number only, don't include px) |
Navigation Map Theme | Confluence | Define a theme for the navmap (Server only). |
Wiki markup is only supported in the legacy editor.
Wiki markup is useful when you need to add a macro outside the editor, for example as custom content in the sidebar, header or footer of a space.
Macro name: navmap
Macro body: None.
1
2
3
4
{navmap:mylabel|wrapAfter=4|title=My map name|cellHeight=50px|theme=navmap-mytheme.vm|cellWidth=80px}
Was this helpful?