We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1b0aa commit d1415beCopy full SHA for d1415be
.github/workflows/redisvl_docs_sync.yaml
@@ -61,11 +61,16 @@ jobs:
61
linkTitle=$(awk '{ $1=$1; for (i=2; i<=NF; i++) if ($i != "RedisVL" && $i != "API" && $i != "CLI" && $i != "LLMs" && $i != "JSON") $i=tolower($i); print }' <<< "${linkTitle}")
62
fi
63
64
+ # Get alias
65
+ alias=$(echo ${src} | sed -E 's|./redis_vl_hugo/|/integrate/redisvl/| ; s|\.md$|| ; s|\/_index$||')
66
+
67
# Inject frontmatter in destination file
68
cat >_tmp <<EOL
69
---
70
linkTitle: ${linkTitle}
71
title: ${title}
72
+ aliases:
73
+ - ${alias}
74
EOL
75
76
# Inject weight property for index pages to preserve order
0 commit comments