resolvers and file writing assumes certain route depth #273
Labels
alpha.6
Content as Data
documentation
Greenwood specific docs
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
v0.29.0
Milestone
Type of Change
Summary
Technical debt tracking for some of the issue rough and dirty technical design decisions made as part of implementing #115 .
Details
As parr of the graph querying in its resolvers, and the writing / reading of cache.json files, there are hardcoded uses of things like
split('/')[0]
. This should be better supported to support any depth of page directories, or made more explicit in some way through the docs / code.examples:
Additionally, can this handle deeply nested directories to generate children?
The text was updated successfully, but these errors were encountered: