Skip to content

Commit 74e37d9

Browse files
Update manifest.json
1 parent 1f1c639 commit 74e37d9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/manifest.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,15 @@
405405
"initialIsOpen": false
406406
},
407407
"children": [
408+
{
409+
"type": "internal-link",
410+
"id": "vss-intro",
411+
"label": "Introduction",
412+
"summary": "Understand how to use Redis as a vector database.",
413+
"args": {
414+
"path": "/vss/intro.md"
415+
}
416+
},
408417
{
409418
"type": "internal-link",
410419
"id": "vss-vectors-basic",
@@ -420,6 +429,14 @@
420429
"args": {
421430
"path": "/vss/vectors-adv-hash.md"
422431
}
432+
},
433+
{
434+
"type": "internal-link",
435+
"id": "vss-learn-more",
436+
"label": "Learn more",
437+
"args": {
438+
"path": "/vss/learn-more.md"
439+
}
423440
}
424441
]
425442
}

0 commit comments

Comments
 (0)