We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f892477 commit cb7b275Copy full SHA for cb7b275
src/components/HomePage.tsx
@@ -58,6 +58,7 @@ const navigation = [
58
['Name Wrapper', '/wrapper/overview'],
59
['Subgraph', '/web/subgraph'],
60
['Sign In With Ethereum (SIWE)', '/web/siwe'],
61
+ ['ENSv2 Readiness', '/web/ensv2-readiness'],
62
],
63
},
64
]
vocs.config.tsx
@@ -161,6 +161,10 @@ export default defineConfig({
161
text: 'Tools and Libraries',
162
link: '/web/libraries',
163
164
+ {
165
+ text: 'ENSv2 Readiness',
166
+ link: '/web/ensv2-readiness',
167
+ },
168
{
169
text: 'Web & Querying',
170
items: [
0 commit comments