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