siteHierarchies
- type:
string[] - default:
[root] - required:
true
Description
Set the list of hierarchies to publish
NOTE:
rootis a special value. When this is set, all hierarchies are published. If you want to publish specific hierarchies, removerootand list out hierarchies that you want to publish
Example
- publishing all notes
publishing:
siteHierarchies:
- root
- publishing specific colors
publishing:
siteHierarchies:
- dendron
- community
- topic
Backlinks