Related to https://github.com/phel-lang/phel-lang/pull/565#event-8430281922 we updated the ApiFacade; instead of "grouping the phelFunctions" from the ApiFacade, rather move that groupKey as a property of the PhelFunction and simplify the signature of the ApiFacadeInterface.
📚 Description
Related to https://github.com/phel-lang/phel-lang/pull/565#event-8430281922 we updated the ApiFacade; instead of "grouping the phelFunctions" from the
ApiFacade
, rather move that groupKey as a property of thePhelFunction
and simplify the signature of theApiFacadeInterface
.🔖 Changes
ApiFacade::getPhelFunctions()
🖼️ Screenshots
The API page and Search logic are generated fine.