apache / arrow-site

Mirror of Apache Arrow site
Apache License 2.0
31 stars 106 forks source link

[Website] Update documentations for 15.0.2 #489

Closed raulcd closed 3 months ago

jorisvandenbossche commented 3 months ago

Run the patch to set version warning banner to false again?

raulcd commented 3 months ago

Run the patch to set version warning banner to false again?

Just run:

$ cd docs/
$ find ./ -type f -exec sed -i "s/DOCUMENTATION_OPTIONS.show_version_warning_banner = true/DOCUMENTATION_OPTIONS.show_version_warning_banner = false/g" {} \;
$ cd 14.0/
$ git restore .
$ cd ../dev/
$ git restore .