File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ facebook_username: Terracotta
13
13
# These should define the current active branches in development.
14
14
asciidoc_attributes : &asciidoc_attributes
15
15
quartz-version : 2.4.0-SNAPSHOT
16
+ quartz-version-stable : 2.4.0
16
17
quartz-version-23x : 2.3.1-SNAPSHOT
18
+ quartz-version-23x-stable : 2.3.0
17
19
18
20
asciidoctor :
19
21
attributes : *asciidoc_attributes
Original file line number Diff line number Diff line change 17
17
< ul class ="nav ">
18
18
< li id ="site_mnu_docs_home " class ="submenu "> < a href ="/documentation/ "> Documentation Home</ a > </ li >
19
19
20
- < li id ="site_mnu_docs_snapshot " class ="submenu "> < a href ="/documentation/{{ asciidoc_attributes.quartz-version }} "> Quartz {{ asciidoc_attributes.quartz-version }}</ a > </ li >
21
- < li id ="site_mnu_docs_snapshot-23x " class ="submenu "> < a href ="/documentation/{{ asciidoc_attributes.quartz-version-23x }} "> Quartz {{ asciidoc_attributes.quartz-version-23x }}</ a > </ li >
20
+ < li id ="site_mnu_docs_snapshot " class ="submenu "> < a href ="/documentation/{{ site.asciidoc_attributes.quartz-version }} "> Quartz {{ site.asciidoc_attributes.quartz-version }}</ a > </ li >
21
+ < li id ="site_mnu_docs_snapshot-23x " class ="submenu "> < a href ="/documentation/{{ site.asciidoc_attributes.quartz-version-23x }} "> Quartz {{ site.asciidoc_attributes.quartz-version-23x }}</ a > </ li >
22
+
23
+ {% comment %} NOT YET READY - REMOVE ME WHEN IT'sRELEASED
24
+ < li id ="site_mnu_docs_stable " class ="submenu "> < a href ="/documentation/quartz-{{ site.asciidoc_attributes.quartz-version-stable}} "> Quartz {{ site.asciidoc_attributes.quartz-version-stable }}</ a > </ li >
25
+ {% endcomment %}
26
+ < li id ="site_mnu_docs_23x-stable " class ="submenu "> < a href ="/documentation/quartz-{{ site.asciidoc_attributes.quartz-version-23x-stable}} "> Quartz {{ site.asciidoc_attributes.quartz-version-23x-stable }}</ a > </ li >
27
+
22
28
23
29
< li id ="site_mnu_docs_2.2.2 " class ="submenu "> < a href ="/documentation/quartz-2.2.2 "> Quartz 2.2.2</ a > </ li >
24
30
< li id ="site_mnu_docs_2.1.7 " class ="submenu "> < a href ="/documentation/quartz-2.1.7 "> Quartz 2.1.7</ a > </ li >
You can’t perform that action at this time.
0 commit comments