From 56ee7620b10edec47b46431790c1c9cf2c52f44b Mon Sep 17 00:00:00 2001 From: Dominik Lander Date: Thu, 14 Nov 2024 11:08:17 +0000 Subject: [PATCH] Update docs --- docs/microsites.md | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/docs/microsites.md b/docs/microsites.md index d53b544a..1ae63eda 100644 --- a/docs/microsites.md +++ b/docs/microsites.md @@ -1,15 +1,20 @@ ## Microsites -Are sections and are often used by commercial. Unlike tags there is -currently no option to delete a microsite in Tagmanager. - -Occasionally there is a request to delete a microsite in order for a redirect -to work. Steps to do this: - -* Check the microsite has no content (including expired) associated to it in the - Content API (ask the content-platform team to check Elasticsearch). -* Check that other pieces of content don't refer directly to the microsite page. For example, articles containing links. -* Check our github repo for references to the microsite. We occasionally find hardcoded references to tag pages. -* Providing that is okay delete the microsite directly in Dynamo. -* The microsite will also need to be deleted in Elasticsearch of CAPI. -* The redirect will need to put in place (Dotcom does this). +Microsites are sections and are often used by commercial. Unlike tags there is currently no option to delete a microsite in Tagmanager. + +Occasionally there is a request to delete a microsite in order for a redirect to work. Steps to do this: + +Tasks for the WebX team: + +- Check that other pieces of content don't refer directly to the microsite page. For example, articles containing links. +- Check our github repo for references to the microsite. We occasionally find hardcoded references to tag pages. + +Tasks for the CAPI team: + +- Check the microsite has no content (including expired) associated to it in the Content API (ask the CAPI team to check Elasticsearch). +- Providing that is okay, delete the microsite directly in Dynamo. +- The microsite will also need to be deleted in Elasticsearch of CAPI. + +Tasks for CP: + +- The redirect will need to put in place.