hextra icon indicating copy to clipboard operation
hextra copied to clipboard

Recognizable as docs even if it is not a 'content/docs' directory

Open rolestack opened this issue 10 months ago • 1 comments

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

rolestack avatar Mar 13 '25 17:03 rolestack

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.

imfing avatar Aug 26 '25 19:08 imfing