Skip to content

Commit

Permalink
Index new BBEs for LDAP client
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Aug 13, 2024
1 parent 84d6d41 commit d3abec7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions examples/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3821,6 +3821,29 @@
}
]
},
{
"title": "LDAP client",
"column": 3,
"category": "Network libraries",
"samples": [
{
"name": "Add/Remove entries",
"url": "ldap-add-remove-entry",
"verifyBuild": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Search for an entry",
"url": "ldap-search-entry",
"verifyBuild": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
}
]
},
{
"title": "JMS service",
"column": 3,
Expand Down

0 comments on commit d3abec7

Please sign in to comment.