diff --git a/_data/ja/messages.yml b/_data/ja/messages.yml index 67ee52a16..4f4700b05 100644 --- a/_data/ja/messages.yml +++ b/_data/ja/messages.yml @@ -13,5 +13,7 @@ nav_community: Community nav_learn: Learn beta_testing: Try the new textbook beta -beta_available: The new Qiskit Textbook beta is now available. -try_now: Try it out now + +deprecation_warning_1: On April 11, this site will be replaced with the new +deprecation_warning_link_text: Qiskit Textbook +deprecation_warning_2: You will still be able to access these pages through the new platform. diff --git a/_data/messages.yml b/_data/messages.yml index 4b7cf492b..2409895ab 100644 --- a/_data/messages.yml +++ b/_data/messages.yml @@ -13,5 +13,7 @@ nav_community: Community nav_learn: Learn beta_testing: Try the new textbook beta -beta_available: The new Qiskit Textbook beta is now available. -try_now: Try it out now + +deprecation_warning_1: On April 11, this site will be replaced with the new +deprecation_warning_link_text: Qiskit Textbook +deprecation_warning_2: You will still be able to access these pages through the new platform. diff --git a/_includes/banner.html b/_includes/banner.html index f8a19cc8f..51794b816 100644 --- a/_includes/banner.html +++ b/_includes/banner.html @@ -5,8 +5,8 @@ {% endif %}
- {{ messages.beta_available }} + {{ messages.deprecation_warning_1 }} - {{ messages.try_now }} - -
\ No newline at end of file + {{ messages.deprecation_warning_link_text }}. + {{ messages.deprecation_warning_2 }} +