Hello, I am working on a AEM project with multiple sites
/content
/siteA
/pl/pl
/pl/en
/siteB
/us/en
/us/pl
/siteX
/../..
The project started with the first siteA and now we are planning to migrate next siteB. For now we had one configuration `conf/project-name` with all editable templates and content fragment models. New sites will be quite similar to the siteA and I wonder what is the best practice for configuration management here?
- Should we create separate configuration for each site ?
- /conf/siteB, conf/siteC - this will force us to copy all policies, templates and content fragment models, we will migrate at least 20+ sites with will be a lot of duplication
- Should we just add new templates to the existing conf
- only templates will be duplicated (most will be almost identical, with only difference in header and footer config, some will probably be changed a bit)
- With 20+ sites we will get around 100-150 templates in our conf, policies will also grow as I imagine new sites will require some customizations there
I could not find clear instructions on how to approach this in https://experienceleague.adobe.com/docs/experience-manager-65/administering/introduction/configurati... - if you see some more documentation on that matter please let me know as well.
Thanks for your help