feat: expose domain dns records via api (#259)

This commit is contained in:
KM Koushik
2025-09-27 09:40:14 +10:00
committed by GitHub
parent 014199201b
commit 76fdad6c81
25 changed files with 2066 additions and 551 deletions
+23 -6
View File
@@ -34,15 +34,23 @@
},
{
"group": "Self Hosting",
"pages": ["self-hosting/overview", "self-hosting/railway"]
"pages": [
"self-hosting/overview",
"self-hosting/railway"
]
},
{
"group": "Guides",
"pages": ["guides/use-with-react-email"]
"pages": [
"guides/use-with-react-email"
]
},
{
"group": "Community SDKs",
"pages": ["community-sdk/python", "community-sdk/go"]
"pages": [
"community-sdk/python",
"community-sdk/go"
]
}
]
},
@@ -51,7 +59,9 @@
"groups": [
{
"group": "API Reference",
"pages": ["api-reference/introduction"]
"pages": [
"api-reference/introduction"
]
},
{
"group": "Emails",
@@ -79,6 +89,7 @@
"group": "Domains",
"pages": [
"api-reference/domains/get-domain",
"api-reference/domains/list-domains",
"api-reference/domains/create-domain",
"api-reference/domains/verify-domain"
]
@@ -136,6 +147,12 @@
}
},
"contextual": {
"options": ["copy", "view", "chatgpt", "claude", "perplexity"]
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity"
]
}
}
}