Skip to content

Commit

Permalink
Publish the jakarta faces guide (#1113)
Browse files Browse the repository at this point in the history
* Update guide_tags.json

* Update guide_categories.json

* Update guide_prereqs.json
  • Loading branch information
gkwan-ibm authored Feb 18, 2025
1 parent d59cc54 commit e882805
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion guide_categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
{
"subcategory_name": "Client side",
"guides": ["rest-client-angular", "rest-client-angularjs", "rest-client-reactjs"]
"guides": ["jakarta-faces", "rest-client-angular", "rest-client-angularjs", "rest-client-reactjs"]
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions guide_prereqs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"name": "Java SDK",
"link": "https://developer.ibm.com/languages/java/semeru-runtimes/downloads",
"guides": ["*"],
"exclude": ["jpa-intro", "contract-testing", "jakarta-websocket", "jms-intro", "spring-boot"]
"exclude": ["contract-testing", "jakarta-faces", "jakarta-websocket", "jms-intro", "jpa-intro", "spring-boot"]
},
{
"name": "Java SDK 17",
"link": "https://developer.ibm.com/languages/java/semeru-runtimes/downloads",
"guides": ["contract-testing", "jakarta-websocket", "jms-intro"]
"guides": ["contract-testing", "jakarta-faces", "jakarta-websocket", "jms-intro"]
},
{
"name": "Java SDK 21",
Expand Down
2 changes: 1 addition & 1 deletion guide_tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"additional_search_terms": ["Java EE", "JEE"],
"guides": ["bean-validation", "cdi-intro", "jpa-intro", "microshed-testing", "rest-client-java", "rest-intro",
"security-intro", "microprofile-reactive-messaging", "microprofile-reactive-messaging-rest-integration", "reactive-messaging-sse",
"mongodb-intro", "jakarta-websocket", "jms-intro", "testcontainers"],
"mongodb-intro", "jakarta-websocket", "jms-intro", "testcontainers", "jakarta-faces"],
"visible": "true"
},
{
Expand Down

0 comments on commit e882805

Please sign in to comment.