Skip to content

Commit a385d52

Browse files
committed
Add link to schema explorer
1 parent ffc7c11 commit a385d52

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

src/index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,21 @@
135135
<a href="#libraries">Libraries</a>
136136
<a href="#features">Features</a>
137137
<a href="#changelog">Changelog</a>
138-
<a href="/ValveResourceFormat/">
139-
<svg aria-hidden="true" viewBox="0 0 16 16" width="16" height="16">
140-
<path
141-
d="M0 1.75A.75.75 0 0 1 .75 1h4.253c1.227 0 2.317.59 3 1.501A3.743 3.743 0 0 1 11.006 1h4.245a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-.75.75h-4.507a2.25 2.25 0 0 0-1.591.659l-.622.621a.75.75 0 0 1-1.06 0l-.622-.621A2.25 2.25 0 0 0 5.258 13H.75a.75.75 0 0 1-.75-.75Zm7.251 10.324.004-5.073-.002-2.253A2.25 2.25 0 0 0 5.003 2.5H1.5v9h3.757a3.75 3.75 0 0 1 1.994.574ZM8.755 4.75l-.004 7.322a3.752 3.752 0 0 1 1.992-.572H14.5v-9h-3.495a2.25 2.25 0 0 0-2.25 2.25Z"
142-
/>
138+
<a href="https://s2v.app/ValveResourceFormat/">
139+
<svg aria-hidden="true" viewBox="0 0 24 24" width="16" height="16" style="fill:none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
140+
<path d="M12 7v14"/>
141+
<path d="M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"/>
143142
</svg>
144143
Docs
145144
</a>
145+
<a href="https://s2v.app/SchemaExplorer/">
146+
<svg aria-hidden="true" viewBox="0 0 24 24" width="16" height="16" style="fill:none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
147+
<path d="M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z"/>
148+
<rect x="3" y="14" width="7" height="7" rx="1"/>
149+
<circle cx="17.5" cy="17.5" r="3.5"/>
150+
</svg>
151+
Schema Explorer
152+
</a>
146153
<a href="https://discord.gg/s9QQ7Wg7r4">
147154
<svg aria-hidden="true" width="16" height="16">
148155
<use href="#icon-discord" />

0 commit comments

Comments
 (0)