Skip to content

Commit 6f7d4ee

Browse files
Merge branch 'main' into DOC-1815
2 parents d8f5200 + d165cb7 commit 6f7d4ee

File tree

284 files changed

+3539
-1969
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+3539
-1969
lines changed

.github/workflows/redisvl_docs_sync.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
---
6767
linkTitle: ${linkTitle}
6868
title: ${title}
69-
type: integration
7069
EOL
7170
7271
# Inject weight property for index pages to preserve order
@@ -125,7 +124,7 @@ jobs:
125124
sed -E -i 's/^> *//g; s/\x1b\[[0-9;]*m//g' "${markdown_page}"
126125
127126
# Replace https://docs.redisvl.com links
128-
sed -E -i 's#https://docs.redisvl.com/en/latest/.+/([^_]+).+\.html(\#[^)]+)#{{< relref "\1\2" >}}#g; s#https://docs.redisvl.com/en/latest/(.+)\.html#https://redis.io/docs/latest/integrate/redisvl/\1#g' "${markdown_page}"
127+
sed -E -i 's#https://docs.redisvl.com/en/latest/.+/([^_]+).+\.html(\#[^)]+)#{{< relref "\1\2" >}}#g; s#https://docs.redisvl.com/en/latest/(.+)\.html#https://redis.io/docs/latest/develop/ai/redisvl/\1#g' "${markdown_page}"
129128
done
130129
131130
# Fix links in api pages
@@ -236,7 +235,7 @@ jobs:
236235
fi
237236
done
238237
239-
cp -r redis_vl_hugo/* content/integrate/redisvl/
238+
cp -r redis_vl_hugo/* content/develop/ai/redisvl/
240239
241240
- name: 'Create pull request if necessary'
242241
env:
@@ -262,12 +261,12 @@ jobs:
262261
git checkout -b "${branch}"
263262
fi
264263
265-
redisvl_is_different=$(git diff content/integrate/redisvl/)
264+
redisvl_is_different=$(git diff content/develop/ai/redisvl/)
266265
267266
if [[ ! -z $redisvl_is_different ]]; then
268267
redisvl_change=true
269268
270-
git add "content/integrate/redisvl/"
269+
git add "content/develop/ai/redisvl/"
271270
git config user.email "177626021+redisdocsapp[bot]@users.noreply.github.com"
272271
git config user.name "redisdocsapp[bot]"
273272
git commit -m "Update for redisvl ${release}"

assets/css/index.css

Lines changed: 53 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,61 @@ section.prose {
2323
@apply font-geist
2424
}
2525

26-
.prose h1,
27-
.prose h3,
28-
.prose h4,
29-
.prose h5,
30-
.prose h6 {
31-
@apply font-normal;
26+
.prose h1 {
27+
@apply text-4xl font-normal break-words;
3228
}
3329

3430
.prose h2 {
35-
@apply text-lg font-medium pb-3 border-b border-b-redis-pen-700 border-opacity-50;
31+
@apply text-2xl font-medium pb-3 border-b border-b-redis-pen-700 border-opacity-50;
32+
}
33+
34+
.prose h3 {
35+
@apply text-xl font-semibold;
36+
}
37+
38+
.prose h4 {
39+
@apply text-lg font-medium;
40+
}
41+
42+
.prose h5 {
43+
@apply text-base font-medium;
44+
}
45+
46+
.prose h6 {
47+
@apply text-sm font-medium;
48+
}
49+
50+
/* Header link styles */
51+
.header-link {
52+
@apply text-slate-400 hover:text-slate-600 transition-all duration-200 no-underline cursor-pointer;
53+
text-decoration: none !important;
54+
vertical-align: baseline;
55+
}
56+
57+
.header-link:hover {
58+
@apply text-slate-600;
59+
text-decoration: none !important;
60+
}
61+
62+
.header-link svg {
63+
@apply w-4 h-4 inline-block;
64+
vertical-align: baseline;
65+
}
66+
67+
/* Ensure header links don't interfere with prose styling */
68+
.prose h1 .header-link,
69+
.prose h2 .header-link,
70+
.prose h3 .header-link,
71+
.prose h4 .header-link,
72+
.prose h5 .header-link,
73+
.prose h6 .header-link {
74+
@apply text-slate-400 hover:text-slate-600;
75+
text-decoration: none !important;
76+
}
77+
78+
/* Feedback state for copied links */
79+
.header-link.copied {
80+
@apply text-green-500;
3681
}
3782

3883
.prose p, .prose ol, .prose ul {
@@ -47,10 +92,6 @@ section.prose {
4792
@apply bg-none font-monogeist;
4893
}
4994

50-
.prose h1 {
51-
@apply text-4xl break-words;
52-
}
53-
5495
.prose h1[id],
5596
.prose h2[id],
5697
.prose h3[id],
@@ -382,7 +423,7 @@ select {
382423

383424
.codetabs.cli > .panel .highlight > .chroma {
384425
margin: 1rem 1rem 0.1rem 0.1rem;
385-
overflow-x: hidden;
426+
overflow-x: auto;
386427
padding-bottom: 0;
387428
}
388429

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rdi_redis_gears_version = "1.2.6"
5555
rdi_debezium_server_version = "2.3.0.Final"
5656
rdi_db_types = "cassandra|mysql|oracle|postgresql|sqlserver"
5757
rdi_cli_latest = "latest"
58-
rdi_current_version = "1.12.0"
58+
rdi_current_version = "1.12.2"
5959

6060
[params.clientsConfig]
6161
"Python"={quickstartSlug="redis-py"}

content/commands/ft.aggregate.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ groups the results in the pipeline based on one or more properties. Each group s
260260

261261
reduces the matching results in each group into a single record, using a reduction function. For example, `COUNT` counts the number of records in the group. The reducers can have their own property names using the `AS {name}` optional argument. If a name is not given, the resulting name will be the name of the reduce function and the group properties. For example, if a name is not given to `COUNT_DISTINCT` by property `@foo`, the resulting name will be `count_distinct(@foo)`.
262262

263-
See [Supported GROUPBY reducers]({{< relref "develop/interact/search-and-query/advanced-concepts/aggregations#supported-groupby-reducers" >}}) for more details.
263+
See [Supported GROUPBY reducers]({{< relref "develop/ai/search-and-query/advanced-concepts/aggregations#supported-groupby-reducers" >}}) for more details.
264264
</details>
265265

266266
<details open>
@@ -292,7 +292,7 @@ applies a 1-to-1 transformation on one or more properties and either stores the
292292
`expr` is an expression that can be used to perform arithmetic operations on numeric properties, or functions that can be applied on properties depending on their types (see below), or any combination thereof. For example, `APPLY "sqrt(@foo)/log(@bar) + 5" AS baz` evaluates this expression dynamically for each record in the pipeline and store the result as a new property called `baz`, which can be referenced by further `APPLY`/`SORTBY`/`GROUPBY`/`REDUCE` operations down the
293293
pipeline.
294294

295-
See [APPLY expressions]({{< relref "develop/interact/search-and-query/advanced-concepts/aggregations/#apply-expressions" >}}) for details.
295+
See [APPLY expressions]({{< relref "develop/ai/search-and-query/advanced-concepts/aggregations/#apply-expressions" >}}) for details.
296296
</details>
297297

298298
<details open>
@@ -316,7 +316,7 @@ filters the results using predicate expressions relating to values in each resul
316316
<summary><code>WITHCURSOR {COUNT} {read_size} [MAXIDLE {idle_time}]</code></summary>
317317

318318
Scan part of the results with a quicker alternative than `LIMIT`.
319-
See [Cursor API]({{< relref "develop/interact/search-and-query/advanced-concepts/aggregations#cursor-api" >}}) for more details.
319+
See [Cursor API]({{< relref "develop/ai/search-and-query/advanced-concepts/aggregations#cursor-api" >}}) for more details.
320320
</details>
321321

322322
<details open>
@@ -336,7 +336,7 @@ You can reference parameters in the `query` by a `$`, followed by the parameter
336336
<details open>
337337
<summary><code>SCORER {scorer}</code></summary>
338338

339-
uses a [built-in]({{< relref "/develop/interact/search-and-query/advanced-concepts/scoring" >}}) or a [user-provided]({{< relref "/develop/interact/search-and-query/administration/extensions" >}}) scoring function.
339+
uses a [built-in]({{< relref "/develop/ai/search-and-query/advanced-concepts/scoring" >}}) or a [user-provided]({{< relref "/develop/ai/search-and-query/administration/extensions" >}}) scoring function.
340340
</details>
341341

342342
<details open>
@@ -495,6 +495,6 @@ Next, count GitHub events by user (actor), to produce the most active users.
495495

496496
## Related topics
497497

498-
- [Aggregations]({{< relref "/develop/interact/search-and-query/advanced-concepts/aggregations" >}})
499-
- [RediSearch]({{< relref "/develop/interact/search-and-query" >}})
498+
- [Aggregations]({{< relref "/develop/ai/search-and-query/advanced-concepts/aggregations" >}})
499+
- [RediSearch]({{< relref "/develop/ai/search-and-query" >}})
500500

content/commands/ft.aliasadd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ Attempting to add the same alias returns a message that the alias already exists
8080

8181
## Related topics
8282

83-
[RediSearch]({{< relref "/develop/interact/search-and-query/" >}})
83+
[RediSearch]({{< relref "/develop/ai/search-and-query/" >}})

content/commands/ft.aliasdel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ OK
6666

6767
## Related topics
6868

69-
[RediSearch]({{< relref "/develop/interact/search-and-query/" >}})
69+
[RediSearch]({{< relref "/develop/ai/search-and-query/" >}})

content/commands/ft.aliasupdate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ OK
6868

6969
## Related topics
7070

71-
[RediSearch]({{< relref "/develop/interact/search-and-query/" >}})
71+
[RediSearch]({{< relref "/develop/ai/search-and-query/" >}})

content/commands/ft.alter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ OK
102102

103103
## Related topics
104104

105-
- [RediSearch]({{< relref "/develop/interact/search-and-query/" >}})
105+
- [RediSearch]({{< relref "/develop/ai/search-and-query/" >}})
106106

107107

108108

content/commands/ft.config-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ FT.CONFIG GET returns an array reply of the configuration name and value.
146146

147147
## Related topics
148148

149-
[RediSearch]({{< relref "/develop/interact/search-and-query/" >}})
149+
[RediSearch]({{< relref "/develop/ai/search-and-query/" >}})

content/commands/ft.config-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ FT.CONFIG HELP returns an array reply of the configuration name and value.
7171

7272
## Related topics
7373

74-
[RediSearch]({{< relref "/develop/interact/search-and-query/" >}})
74+
[RediSearch]({{< relref "/develop/ai/search-and-query/" >}})

0 commit comments

Comments
 (0)