Skip to content

Commit 96af93f

Browse files
authored
hieradata: Prepare for jQuery UI 1.14
Closes gh-56
1 parent cc45e56 commit 96af93f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

doc/wordpress.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ older version had a different database schema.
4545
| https://api.jqueryui.com/1.10/ | [`1-10` branch](https://github.com/jquery/api.jqueryui.com/tree/1-10/) | https://stage.api.jqueryui.com/1.10/
4646
| https://api.jqueryui.com/1.11/ | [`1-11` branch](https://github.com/jquery/api.jqueryui.com/tree/1-11/) | https://stage.api.jqueryui.com/1.11/
4747
| https://api.jqueryui.com/1.12/ | [`1-12` branch](https://github.com/jquery/api.jqueryui.com/tree/1-12/) | https://stage.api.jqueryui.com/1.12/
48+
| https://api.jqueryui.com/1.13/ | [`1-13` branch](https://github.com/jquery/api.jqueryui.com/tree/1-13/) | https://stage.api.jqueryui.com/1.13/
4849
| https://brand.jquery.org/ | [`main` branch](https://github.com/jquery/brand.jquery.org/tree/main/) | https://stage.brand.jquery.org/
4950
| https://contribute.jquery.org/ | [`main` branch](https://github.com/jquery/contribute.jquery.org/tree/main/) | https://stage.contribute.jquery.org/
5051
| https://jquery.com/ | [semver tags](https://github.com/jquery/jquery.com/tree/main/) | https://stage.jquery.com/

hieradata/common.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ docs_sites:
6767
repository:
6868
name: jquery/api.jqueryui.com
6969
branch: main
70-
tag_format: "^v?1\\.13\\.\\d+(-\\d+)?$"
70+
tag_format: "^v?1\\.14\\.\\d+(-\\d+)?$"
7171
certificate: wordpress
7272
active_theme: api.jqueryui.com
7373
enable_api_tweaks: true
@@ -122,13 +122,23 @@ docs_sites:
122122
api_jqueryui_com_1_12:
123123
host: api.jqueryui.com
124124
path: /1.12/
125-
site_name: jQuery UI 1.11 API Documentation
125+
site_name: jQuery UI 1.12 API Documentation
126126
repository:
127127
name: jquery/api.jqueryui.com
128128
branch: 1-12
129129
certificate: wordpress
130130
active_theme: api.jqueryui.com
131131
enable_api_tweaks: true
132+
api_jqueryui_com_1_13:
133+
host: api.jqueryui.com
134+
path: /1.13/
135+
site_name: jQuery UI 1.13 API Documentation
136+
repository:
137+
name: jquery/api.jqueryui.com
138+
branch: 1-13
139+
certificate: wordpress
140+
active_theme: api.jqueryui.com
141+
enable_api_tweaks: true
132142
brand_jquery_org:
133143
host: brand.jquery.org
134144
site_name: jQuery Brand Guidelines

0 commit comments

Comments
 (0)