Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions scripts/settings/autogenerate-settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
"Mathematical"
"Natural Language Processing"
"Rounding"
"String Search"
)

for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do
Expand Down Expand Up @@ -388,6 +389,7 @@ insert_src_files=(
"mathematical-functions.md"
"natural_language_processing-functions.md"
"rounding-functions.md"
"string_search-functions.md"
)

insert_dest_files=(
Expand All @@ -412,6 +414,7 @@ insert_dest_files=(
"docs/sql-reference/functions/math-functions.md"
"docs/sql-reference/functions/nlp-functions.md"
"docs/sql-reference/functions/rounding-functions.md"
"docs/sql-reference/functions/string-search-functions.md"
)

echo "[$SCRIPT_NAME] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"
Expand Down
Loading