Skip to content

Commit

Permalink
#RI-5310 - Cover new tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-zalenski authored Jan 17, 2024
1 parent 7282707 commit dee3024
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/guide-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,31 @@
{
"title": "Search and Query",
"tutorial": "/quick-guides/document/introduction.md",
"tutorialId": "sq-intro",
"icon": "search"
},
{
"title": "Vector Similarity Search",
"tutorial": "/quick-guides/vector-similarity-search/introduction.md",
"tutorialId": "sq-vector",
"icon": "vector-similarity-search"
},
{
"title": "JSON",
"tutorial": "/quick-guides/document/working-with-json.md",
"tutorialId": "ds-json-intro",
"icon": "json"
},
{
"title": "Time Series",
"tutorial": "/quick-guides/time-series/introduction.md",
"tutorialId": "ds-ts-intro",
"icon": "time-series"
},
{
"title": "Probabilistic Data Structures",
"tutorial": "/quick-guides/probabilistic-data-structures/introduction.md",
"tutorialId": "ds-prob-intro",
"icon": "probabilistic-data-structures"
}
]

0 comments on commit dee3024

Please sign in to comment.