You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2022. It is now read-only.
should map a request of https://www.project-helix.io/docs/api/general/index.html?a=1 to https://github.com/adobe/helix-docs.git#master/documentation/general/index.md.
the context.request object should have:
property
value
comment
url
/docs/api/general/index.html?a=1
the original client request url
path
/general/index.md
the resource path
root
/docs/api
new: The mount root
Suggest
It might be confusing to have request.path different from request.url. so I suggest to introduce resourcePath, and keep the path the original client path.