Skip to content

Commit a8351e6

Browse files
committed
link nilrag library and examples
1 parent 292ef92 commit a8351e6

File tree

3 files changed

+1127
-1704
lines changed

3 files changed

+1127
-1704
lines changed

package-lock.json

+47-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sidebar-build.js

+17-2
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,24 @@ const buildSidebar = [
164164
],
165165
},
166166
{
167-
type: 'doc',
167+
type: 'category',
168168
label: 'nilRAG',
169-
id: 'build/nilRAG',
169+
link: {
170+
type: 'doc',
171+
id: 'build/nilRAG',
172+
},
173+
items: [
174+
{
175+
type: 'link',
176+
label: 'nilrag-py',
177+
href: 'https://github.com/NillionNetwork/nilrag',
178+
},
179+
{
180+
type: 'link',
181+
label: 'Examples',
182+
href: 'https://github.com/NillionNetwork/nilrag/tree/main/examples',
183+
},
184+
],
170185
},
171186
],
172187
},

0 commit comments

Comments
 (0)