diff --git a/declarations/GraphCMS.history.json b/declarations/GraphCMS.history.json new file mode 100644 index 00000000..2c89724a --- /dev/null +++ b/declarations/GraphCMS.history.json @@ -0,0 +1,20 @@ +{ + "Privacy Policy": [ + { + "fetch": "https://graphcms.com/privacy", + "select": [ + ".py-12 > .mx-auto" + ], + "validUntil": "2023-07-23T00:35:00Z" + } + ], + "Terms of Service": [ + { + "fetch": "https://graphcms.com/terms", + "select": [ + ".py-12 > .mx-auto" + ], + "validUntil": "2023-07-23T00:35:00Z" + } + ] +} diff --git a/declarations/GraphCMS.json b/declarations/GraphCMS.json index 5a863df2..e8bfc87d 100644 --- a/declarations/GraphCMS.json +++ b/declarations/GraphCMS.json @@ -1,17 +1,4 @@ { "name": "GraphCMS", - "documents": { - "Privacy Policy": { - "fetch": "https://graphcms.com/privacy", - "select": [ - ".py-12 > .mx-auto" - ] - }, - "Terms of Service": { - "fetch": "https://graphcms.com/terms", - "select": [ - ".py-12 > .mx-auto" - ] - } - } + "documents": {} } diff --git a/declarations/Hygraph.json b/declarations/Hygraph.json new file mode 100644 index 00000000..dadbef57 --- /dev/null +++ b/declarations/Hygraph.json @@ -0,0 +1,23 @@ +{ + "name": "Hygraph", + "documents": { + "Privacy Policy": { + "fetch": "https://hygraph.com/privacy", + "select": [ + "main section" + ], + "remove": [ + "main section:last-child" + ] + }, + "Terms of Service": { + "fetch": "https://hygraph.com/terms", + "select": [ + "main section" + ], + "remove": [ + "main section:last-child" + ] + } + } +}