Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/content/api-references.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion scalar.config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down