12 lines
274 B
Markdown
12 lines
274 B
Markdown
# Tree manager
|
|
|
|
Murph manages contents this way:
|
|
|
|
* You define navigations
|
|
* For each navigation, you define menus
|
|
* For each menu, you define nodes (elements)
|
|
* and for each node, you define:
|
|
- an optional page
|
|
- the routing
|
|
- some attributes
|
|
- a sitemap configuration
|