Auto create index pages, that don't appear in document index, i.e. need not be excluded in get_docs calls in templates.
Sample config in site.yaml:
indexes:
- url: /posts/
docs: /post/
template: index.html
- url: /blog/
docs: /blog/
template: index.html
Auto create index pages, that don't appear in document index, i.e. need not be excluded in
get_docscalls in templates.Sample config in
site.yaml: