Skip to content

Commit 6ceedb1

Browse files
Merge remote-tracking branch 'origin/main'
2 parents 885b237 + 938eeea commit 6ceedb1

1 file changed

Lines changed: 9 additions & 23 deletions

File tree

docs/docs.json

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@
5151
"dropdowns": [
5252
{
5353
"dropdown": "Documentation",
54+
"icon": "book-open",
5455
"groups": [
5556
{
5657
"group": "Get Started",
5758
"pages": [
5859
"docs/vectoriadb/get-started/welcome",
5960
"docs/vectoriadb/get-started/installation",
60-
"docs/vectoriadb/get-started/quickstart"
61+
"docs/vectoriadb/get-started/quickstart",
62+
"docs/vectoriadb/updates"
6163
]
6264
},
6365
{
@@ -107,15 +109,11 @@
107109
},
108110
{
109111
"group": "Alternatives",
110-
"pages": [
111-
"docs/vectoriadb/guides/alternatives/tfidf"
112-
]
112+
"pages": ["docs/vectoriadb/guides/alternatives/tfidf"]
113113
},
114114
{
115115
"group": "Use Cases",
116-
"pages": [
117-
"docs/vectoriadb/guides/use-cases/tool-discovery"
118-
]
116+
"pages": ["docs/vectoriadb/guides/use-cases/tool-discovery"]
119117
},
120118
{
121119
"group": "Deployment",
@@ -141,27 +139,17 @@
141139
{
142140
"group": "Troubleshooting",
143141
"icon": "wrench",
144-
"pages": [
145-
"docs/vectoriadb/troubleshooting/faq",
146-
"docs/vectoriadb/troubleshooting/common-errors"
147-
]
148-
},
149-
{
150-
"group": "Updates",
151-
"pages": [
152-
"docs/vectoriadb/updates"
153-
]
142+
"pages": ["docs/vectoriadb/troubleshooting/faq", "docs/vectoriadb/troubleshooting/common-errors"]
154143
}
155144
]
156145
},
157146
{
158147
"dropdown": "API Reference",
148+
"icon": "flask-vial",
159149
"groups": [
160150
{
161151
"group": "Overview",
162-
"pages": [
163-
"docs/vectoriadb/api-reference/overview"
164-
]
152+
"pages": ["docs/vectoriadb/api-reference/overview"]
165153
},
166154
{
167155
"group": "VectoriaDB",
@@ -207,9 +195,7 @@
207195
{
208196
"group": "Errors",
209197
"icon": "triangle-exclamation",
210-
"pages": [
211-
"docs/vectoriadb/api-reference/errors"
212-
]
198+
"pages": ["docs/vectoriadb/api-reference/errors"]
213199
}
214200
]
215201
}

0 commit comments

Comments
 (0)