siteHierarchies

  • type: string[]
  • default: [root]
  • required: true

Description

Set the list of hierarchies to publish

NOTE: root is a special value. When this is set, all hierarchies are published. If you want to publish specific hierarchies, remove root and list out hierarchies that you want to publish

Example

  • publishing all notes
  publishing:
    siteHierarchies:
      - root
  • publishing specific colors
  publishing:
    siteHierarchies:
      - dendron
      - community
      - topic

Backlinks