Which docs page should be improved?
https://wiki.dendron.so/notes/f2ed8639-a604-4a9d-b76c-41e205fb8713/#logo
Which area does your issue apply to?
Basics: Fundamental Dendron features, installation, getting started etc.
Editing: Editing your notes, Markdown, frontmatter, images, templates, links, note refs, etc.
Retrieving: Finding your notes, lookup, lookup modifiers, etc.
Navigating: Navigating across notes, graph view, go to shortcuts, etc.
Organizing: Maintaining your notes, hierarchies, schemas, journals, tags, users, tasks, special notes, vaults, workspaces, multi-vault, etc.
Refactoring: Restructuring your notes, Dendron Doctor, refactor hierarchy, move/rename notes, rename header, etc.
Sharing: Publishing and sharing your notes, git, team workflows, etc.
Transferring/syncing: Importing/exporting your notes, pods, etc.
Extending note and workspace functionality, note type system, note traits, hooks, custom pods, etc.
Dendron community
Other (please describe in the issue description below)
What should be fixed/improved?
Issue description
I think the logo section may be out of date. I tried using logo and that didn't work, but using logoPath under publishing did work for config v5.
Suggested fix, improvements or additions
I got this working example from the dendron.yml for the docs. The key is now logoPath and located under publishing.
logoPath : vault/assets/images/logo.png
Also, I think it would be helpful to explicitly state where in the config hierarchy certain keys are expected by providing a minimal example.
publishing :
logoPath : vault/assets/images/logo.png
Which docs page should be improved?
https://wiki.dendron.so/notes/f2ed8639-a604-4a9d-b76c-41e205fb8713/#logo
Which area does your issue apply to?
What should be fixed/improved?
Issue description
I think the logo section may be out of date. I tried using
logoand that didn't work, but usinglogoPathunderpublishingdid work for config v5.Suggested fix, improvements or additions
I got this working example from the dendron.yml for the docs. The key is now
logoPathand located underpublishing.dendron-site/dendron.yml
Line 87 in fbc505a
Also, I think it would be helpful to explicitly state where in the config hierarchy certain keys are expected by providing a minimal example.