From 3c2e5f2027294b0b647ef61128e1104a6e0d896d Mon Sep 17 00:00:00 2001 From: Den Delimarsky <53200638+localden@users.noreply.github.com> Date: Tue, 24 Feb 2026 20:39:45 -0800 Subject: [PATCH] SDK domains Set up proper domains for SDK documentation sites. --- src/config/records.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config/records.ts b/src/config/records.ts index 4ca673a..5b67fca 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -21,6 +21,11 @@ export const DNS_RECORDS: Record = { { subdomain: 'maintainers', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'static', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'apps.extensions', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, + { subdomain: 'ts.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, + { subdomain: 'csharp.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, + { subdomain: 'py.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, + { subdomain: 'java.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, + { subdomain: 'kotlin.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, // Other subdomains { subdomain: 'example-server', type: 'CNAME', content: 'ghs.googlehosted.com' },