This repository was archived by the owner on May 20, 2023. It is now read-only.

Description
As discussed in #242, the pub-generated angular_components API docs are confusing because they contain so many libraries (most of which have no description, to boot). It's OK to generate the API docs, and maybe they should be hosted on pub instead of on webdev.dartlang.org, but we should encourage people to use the docs in the gallery instead. We can do this using the angular_components pubspec.yaml and README.
Some possible solutions:
- In the angular_components pubspec.yaml:
- Keep the current homepage, but make docs point to the gallery:
- Make the gallery the homepage, make docs point to the API doc homepage on webdev:
- In the angular_components README:
- Explicitly say that instead of using the auto-generated API docs, they should use the gallery, where they can see the running components and example code side-by-side. A screenshot of the gallery might be a good way to drive this home.
- I could help with the README description.
/cc @chalin @kevmoo @TedSander @nshahan @isoos @jakobr-google @mit-mit @matanlurey