6 - Wrapping up, references, and extra credit
Conclusion
With this lab we paired the latest advancements in generative AI with human-centric governance and scale. You have learned how to extend Edge Delivery Services and empower your creators using micro-frontends and simple developer-friendly APIs.
We hope this lab illustrated that you are only limited by your own creativity to build truly impactful tools that reduce the time of content creation.
References
- https://github.com/da-sites/da-etc - The GenAI worker
- https://github.com/auniverseaway/oh-demo/tree/main/tools - The full source code
Beyond the lab
We hope this lab illustrated that you are only limited by your own creativity to build truly impactful tools that reduce the time of content creation. Below are a few other use cases to consider.
- General purpose metadata audit app.
- Advanced find, replace, or restructure.
- Site generator app - quickly build sites based off Edge Delivery profiles.
Extra Credit - Add Sidekick button to Config Service
Place the following JSON in your site config - https://admin.aem.live/config/{ORG}/sites/{SITE}.json
- JSON
{
"sidekick": {
"project": "Author Kit Demo",
"editUrlLabel": "Document Authoring",
"editUrlPattern": "https://da.live/edit#/{{org}}/{{site}}{{pathname}}",
"plugins": [
{
"id": "view-tags",
"titleI18n": { "en": "View tags" },
"environments": [ "dev", "preview" ],
"event": "view-tags"
}
]
}
}