File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -310,12 +310,17 @@ for i in "${!append_src_files[@]}"; do
310
310
fi
311
311
done
312
312
313
- # --- Append content between <!-- AUTOGENERATED_START --><!-- AUTOGENERATED_END --> tags on the page
314
- insert_src_files=(" experimental-beta-settings.md" )
313
+ # --- Append content between <!--AUTOGENERATED_START--><!--AUTOGENERATED_END--> tags on the page
314
+ # position of src -> dest maps based on position
315
+ insert_src_files=(
316
+ " experimental-beta-settings.md"
317
+ " arithmetic-functions.md"
318
+ )
315
319
insert_dest_files=(
316
320
" docs/about-us/beta-and-experimental-features.md"
321
+ " docs/sql-reference/functions/arithmetic-functions.md"
317
322
)
318
- echo " [$SCRIPT_NAME ] Inserting generated markdown content between <!-- AUTOGENERATED_START --> <!-- AUTOGENERATED_END --> tags"
323
+ echo " [$SCRIPT_NAME ] Inserting generated markdown content between <!--AUTOGENERATED_START--> <!--AUTOGENERATED_END--> tags"
319
324
for i in " ${! insert_src_files[@]} " ; do
320
325
src_file=" ${insert_src_files[i]} "
321
326
You can’t perform that action at this time.
0 commit comments