diff --git a/doc/wordpress.md b/doc/wordpress.md index 91f4e77..07eaab9 100644 --- a/doc/wordpress.md +++ b/doc/wordpress.md @@ -45,6 +45,7 @@ older version had a different database schema. | 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/ | 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/ | 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/ +| 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/ | https://brand.jquery.org/ | [`main` branch](https://github.com/jquery/brand.jquery.org/tree/main/) | https://stage.brand.jquery.org/ | https://contribute.jquery.org/ | [`main` branch](https://github.com/jquery/contribute.jquery.org/tree/main/) | https://stage.contribute.jquery.org/ | https://jquery.com/ | [semver tags](https://github.com/jquery/jquery.com/tree/main/) | https://stage.jquery.com/ diff --git a/hieradata/common.yaml b/hieradata/common.yaml index e9bdb75..fa095c7 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -67,7 +67,7 @@ docs_sites: repository: name: jquery/api.jqueryui.com branch: main - tag_format: "^v?1\\.13\\.\\d+(-\\d+)?$" + tag_format: "^v?1\\.14\\.\\d+(-\\d+)?$" certificate: wordpress active_theme: api.jqueryui.com enable_api_tweaks: true @@ -122,13 +122,23 @@ docs_sites: api_jqueryui_com_1_12: host: api.jqueryui.com path: /1.12/ - site_name: jQuery UI 1.11 API Documentation + site_name: jQuery UI 1.12 API Documentation repository: name: jquery/api.jqueryui.com branch: 1-12 certificate: wordpress active_theme: api.jqueryui.com enable_api_tweaks: true + api_jqueryui_com_1_13: + host: api.jqueryui.com + path: /1.13/ + site_name: jQuery UI 1.13 API Documentation + repository: + name: jquery/api.jqueryui.com + branch: 1-13 + certificate: wordpress + active_theme: api.jqueryui.com + enable_api_tweaks: true brand_jquery_org: host: brand.jquery.org site_name: jQuery Brand Guidelines