hextra
hextra copied to clipboard
Recognizable as docs even if it is not a 'content/docs' directory
Feature Description
Recognizable as content/docs even if it is not a docs directory
Recognizable as docs even if the main documentation page is not content/docs
Problem/Solution
Adding properties to section's to make it work
cascade:
type: docs
is not enough
For example, please allow us to maintain the docs format with content/blog
Alternatives Considered
Additional Context
in this case you can override a layout in your site, place a file with the same name and relative path in your project's /layouts directory; Hugo uses your project file in preference to theme files or its internal defaults.