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 34c45ba commit 4e5c8d1Copy full SHA for 4e5c8d1
src/app/page.tsx
@@ -137,6 +137,13 @@ const libs: Record<string, Library> = {
137
description: 'JS Framework for building step-by-step LLM instructions`',
138
docs: 'pmndrs/prai/main/docs',
139
},
140
+ viverse: {
141
+ title: 'viverse',
142
+ url: 'https://pmndrs.github.io/viverse',
143
+ github: 'https://github.com/pmndrs/viverse',
144
+ description: 'Toolkit for building Three.js and React Three Fiber Apps for VIVERSE and beyond.`',
145
+ docs: 'pmndrs/viverse/main/docs',
146
+ },
147
}
148
149
const title = 'Poimandres documentation'
0 commit comments