Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/wordpress.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
14 changes: 12 additions & 2 deletions hieradata/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down