From 7a3af6b935bc596ef54bb2adc15fce6bc14a967c Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 3 Mar 2026 10:12:47 +0100 Subject: [PATCH 1/2] feat: use new config schema url --- scalar.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalar.config.json b/scalar.config.json index ffbcf7c..5d83994 100644 --- a/scalar.config.json +++ b/scalar.config.json @@ -1,5 +1,5 @@ { - "$schema": "https://cdn.scalar.com/schema/scalar-config-next.json", + "$schema": "https://registry.scalar.com/@scalar/schemas/config", "scalar": "2.0.0", "info": { "title": "Scalar Starter Kit", From c0902fc4e73cd5591bcbaf2ba3805005ddfbb297 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 3 Mar 2026 11:23:03 +0100 Subject: [PATCH 2/2] docs: use new schema url --- docs/content/api-references.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/api-references.md b/docs/content/api-references.md index a6c4163..51f593f 100644 --- a/docs/content/api-references.md +++ b/docs/content/api-references.md @@ -8,7 +8,7 @@ Reference an OpenAPI file stored in your GitHub repository by specifying a relat ```json { - "$schema": "https://cdn.scalar.com/schema/scalar-config-next.json", + "$schema": "https://registry.scalar.com/@scalar/schemas/config", "scalar": "2.0.0", "navigation": { "routes": { @@ -36,7 +36,7 @@ And reference it using a namespace, slug, and version (optional): ```json { - "$schema": "https://cdn.scalar.com/schema/scalar-config-next.json", + "$schema": "https://registry.scalar.com/@scalar/schemas/config", "scalar": "2.0.0", "navigation": { "routes": { @@ -59,7 +59,7 @@ Fetch an OpenAPI document from a remote URL. The document is fetched on each pag ```json { - "$schema": "https://cdn.scalar.com/schema/scalar-config-next.json", + "$schema": "https://registry.scalar.com/@scalar/schemas/config", "scalar": "2.0.0", "navigation": { "routes": {