Skip to content

Commit 4e5c8d1

Browse files
authored
feat: add the viverse package to the docs (#379)
1 parent 34c45ba commit 4e5c8d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/app/page.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@ const libs: Record<string, Library> = {
137137
description: 'JS Framework for building step-by-step LLM instructions`',
138138
docs: 'pmndrs/prai/main/docs',
139139
},
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+
},
140147
}
141148

142149
const title = 'Poimandres documentation'

0 commit comments

Comments
 (0)