Details
-
Task
-
Resolution: Won't Do
-
Neutral
-
None
-
None
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
Description
The following macro: https://git.magnolia-cms.com/projects/DOCUMENTATION/repos/antora-site/browse/lib/javadoc.js
Replaces a Java class name with a link to the Javadoc page in the Antora documentation site, once it's figured out where the class belongs.
However, because there are many classes to resolve, the search is expensive. It would be easier to instead have a nightly task that would resolve the target link for any given Java class and store it in DynamoDB.
The JS macro would then simply ping an endpoint such as a lambda, and get a faster response.
Checklists
Acceptance criteria