Skip to content

Commit

Permalink
Add Guilded service declaration (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kissaki authored Mar 18, 2024
1 parent 402af9d commit 368c90e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions declarations/Guilded.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Guilded",
"documents": {
"Community Guidelines": {
"fetch": "https://support.guilded.gg/hc/en-us/articles/360052815873-Community-Guidelines",
"select": [
".main-article-content .article-title",
".main-article-content .article-body"
]
},
"Privacy Policy": {
"fetch": "https://support.guilded.gg/hc/en-us/articles/360039235054-Privacy",
"select": [
".main-article-content .article-title",
".main-article-content .article-body"
]
},
"Terms of Service": {
"fetch": "https://support.guilded.gg/hc/en-us/articles/360039728313-Terms-of-Use",
"select": [
".main-article-content .article-title",
".main-article-content .article-body"
]
}
}
}

0 comments on commit 368c90e

Please sign in to comment.