Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Website] Update documentations for 14.0, 15.0 and dev #468

Merged
merged 1 commit into from
Jan 23, 2024
Merged

[Website] Update documentations for 14.0, 15.0 and dev #468

merged 1 commit into from
Jan 23, 2024

Conversation

AlenkaF
Copy link
Member

@AlenkaF AlenkaF commented Jan 23, 2024

This change tries to fix the errors in the versions warning bar and versions switcher. See apache/arrow#39737

@AlenkaF AlenkaF changed the title [Website] Update documentations for 14.0.1 [Website] Update documentations for 14.0, 15.0 and dev Jan 23, 2024
@AlenkaF
Copy link
Member Author

AlenkaF commented Jan 23, 2024

The commands that were run:

alenkafrim@Alenkas-MacBook-Pro docs % find . -iname "*.html" | xargs sed -i '' 's/DOCUMENTATION_OPTIONS.show_version_warning_banner = true/DOCUMENTATION_OPTIONS.show_version_warning_banner = false/'
alenkafrim@Alenkas-MacBook-Pro docs % cd 14.0 
alenkafrim@Alenkas-MacBook-Pro 14.0 % find . -iname "*.html" | xargs sed -i '' 's/DOCUMENTATION_OPTIONS.show_version_warning_banner = false/DOCUMENTATION_OPTIONS.show_version_warning_banner = true/'
alenkafrim@Alenkas-MacBook-Pro 14.0 % cd ..
alenkafrim@Alenkas-MacBook-Pro docs % cd dev/
alenkafrim@Alenkas-MacBook-Pro dev % find . -iname "*.html" | xargs sed -i '' 's/DOCUMENTATION_OPTIONS.show_version_warning_banner = false/DOCUMENTATION_OPTIONS.show_version_warning_banner = true/'
alenkafrim@Alenkas-MacBook-Pro dev % cd ..
alenkafrim@Alenkas-MacBook-Pro docs % cd 14.0                                                                                                                                                         
alenkafrim@Alenkas-MacBook-Pro 14.0 % find . -iname "*.html" | xargs sed -i '' "s/DOCUMENTATION_OPTIONS.theme_switcher_version_match = '';/DOCUMENTATION_OPTIONS.theme_switcher_version_match = '14.0\/';/" 

@jorisvandenbossche
Copy link
Member

Looks good to me! Let's give this a try

@jorisvandenbossche jorisvandenbossche merged commit 7799667 into apache:asf-site Jan 23, 2024
@AlenkaF AlenkaF deleted the update-page-warnings-bar branch January 23, 2024 10:04
@AlenkaF
Copy link
Member Author

AlenkaF commented Jan 23, 2024

Looks good live also 👍

https://arrow.apache.org/docs/index.html
https://arrow.apache.org/docs/14.0/index.html
https://arrow.apache.org/docs/dev/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants