From 6c743e11185180203caf051f5b501ea398621c9c Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Wed, 5 Oct 2022 10:33:16 -0700 Subject: [PATCH 1/3] modify transition workflow/variables 1. The transtion headers will now have a button that can close them (though its not permenent) 2. The third step of the transition will no longer be coded into the yaml here because the third step of the transition will use the workbench version as the default version. This means that no redirect will be needed. 3. All transition dates will be specified 4. Language has been updated to not refer to "Jekyll" as it may not be immediately obvious that Jekyll was used to build the site. --- _includes/check_transition_variables.html | 16 ++++++++++-- _includes/lesson_footer.html | 14 +++++----- _includes/life_cycle.html | 31 +++++++++++------------ _includes/navbar.html | 2 +- _layouts/base.html | 4 --- 5 files changed, 37 insertions(+), 30 deletions(-) diff --git a/_includes/check_transition_variables.html b/_includes/check_transition_variables.html index 9a1c045f..96c92285 100644 --- a/_includes/check_transition_variables.html +++ b/_includes/check_transition_variables.html @@ -8,9 +8,21 @@ {% endunless %} {% if date == "true" %} -{% unless site.transition_date %} +{% unless site.transition_date_prebeta %}
- you need to specify the variable transition_date + you need to specify the variable transition_date_prebeta + in _config.yml. +
+{% endunless %} +{% unless site.transition_date_beta %} +
+ you need to specify the variable transition_date_beta + in _config.yml. +
+{% endunless %} +{% unless site.transition_date_prerelease %} +
+ you need to specify the variable transition_date_prerelease in _config.yml.
{% endunless %} diff --git a/_includes/lesson_footer.html b/_includes/lesson_footer.html index 08cac1b9..b74e448a 100644 --- a/_includes/lesson_footer.html +++ b/_includes/lesson_footer.html @@ -28,13 +28,13 @@ {% endif %}