-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GraphCMS/Hygraph Privacy Policy and Terms of Service (#1155)
* Terminate GraphCMS * Add Hygraph * Put history in an array * Lint --------- Co-authored-by: Clément Biron <[email protected]>
- Loading branch information
1 parent
368c90e
commit 060da42
Showing
3 changed files
with
44 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} | ||
} | ||
} |