diff --git a/keyman/account/resources/content.json b/keyman/account/resources/content.json index bc79f64..9a4c52d 100644 --- a/keyman/account/resources/content.json +++ b/keyman/account/resources/content.json @@ -1,27 +1,4 @@ [ - { - "id": "keycloak-man", - "icon": "pf-icon-key", - "label": "Keycloak Man", - "descriptionLabel": "Let Keycloak Man teach you how to theme and extend the Account Console.", - "children": [ - { - "path": "content/keycloak-man", - "label": "Who is Keycloak Man?", - "modulePath": "/content/keycloak-man/who-is-keycloak-man.js" - }, - { - "path": "content/sample-overview", - "label": "Overview of this extension", - "modulePath": "/content/keycloak-man/sample-overview.js" - }, - { - "path": "content/keycloak-man-loves-jsx", - "label": "Keycloak Man Loves JSX", - "modulePath": "/content/keycloak-man/KeycloakManLovesJsx.js" - } - ] - }, { "label": "personalInfo", "path": "/" }, { "label": "accountSecurity", @@ -34,16 +11,5 @@ "isVisible": "isLinkedAccountsEnabled" } ] - }, - { "label": "applications", "path": "applications" }, - { - "label": "groups", - "path": "groups", - "isVisible": "isViewGroupsEnabled" - }, - { - "label": "resources", - "path": "resources", - "isVisible": "isMyResourcesEnabled" } ]