cdklabs / cdklabs/construct-hub-webapp
Add search or filtering by class name in construct page navigation menu
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 11
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 3
Description
When reading an application's source code, I want to get more details about a class used (e.g. CfnResource). Assuming I know it is in `@aws-cdk/core`, I would navigate to that construct page and search for it. Currently there is no way to quickly find that class. The existing AWS CDK API Reference had all items expanded, so it was possible to use browser's search to find the class.
AWS CDK API Reference | Construct Hub
-- | --
 | 
Contributor guide
Assessment
This issue has not been assessed yet.