Skip to content

Commit df0a8b7

Browse files
authored
Merge pull request #115 from ethdebug/index-schemas
Fix and add missing web schema indexes
2 parents c31265a + 4395cd2 commit df0a8b7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

packages/web/src/schemas.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export const schemaIndex: SchemaIndex = {
174174
},
175175

176176
"schema:ethdebug/format/materials/reference": {
177-
title: "Identifier schema",
177+
title: "Reference schema",
178178
href: "/spec/materials/id#reference-schema"
179179
},
180180

@@ -187,4 +187,9 @@ export const schemaIndex: SchemaIndex = {
187187
title: "Source schema",
188188
href: "/spec/materials/source"
189189
},
190+
191+
"schema:ethdebug/format/materials/source-range": {
192+
title: "Source range schema",
193+
href: "/spec/materials/source-range"
194+
},
190195
};

0 commit comments

Comments
 (0)