Skip to content

Commit fe2f564

Browse files
committed
Remove redisvl documentation
1 parent e9123d1 commit fe2f564

31 files changed

+4
-4
lines changed

.github/workflows/redisvl_docs_sync.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
sed -E -i 's/^> *//g; s/\x1b\[[0-9;]*m//g' "${markdown_page}"
126126
127127
# 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}"
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/develop/ai/redisvl/\1#g' "${markdown_page}"
129129
done
130130
131131
# Fix links in api pages
@@ -236,7 +236,7 @@ jobs:
236236
fi
237237
done
238238
239-
cp -r redis_vl_hugo/* content/integrate/redisvl/
239+
cp -r redis_vl_hugo/* content/develop/ai/redisvl/
240240
241241
- name: 'Create pull request if necessary'
242242
env:
@@ -262,12 +262,12 @@ jobs:
262262
git checkout -b "${branch}"
263263
fi
264264
265-
redisvl_is_different=$(git diff content/integrate/redisvl/)
265+
redisvl_is_different=$(git diff content/develop/ai/redisvl/)
266266
267267
if [[ ! -z $redisvl_is_different ]]; then
268268
redisvl_change=true
269269
270-
git add "content/integrate/redisvl/"
270+
git add "content/develop/ai/redisvl/"
271271
git config user.email "177626021+redisdocsapp[bot]@users.noreply.github.com"
272272
git config user.name "redisdocsapp[bot]"
273273
git commit -m "Update for redisvl ${release}"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)