Add an "overview."

That's what you see on the first page when you load Javadoc. I already have a shorter version of this live externally at https://truth.dev/api

Additionally, edit the package summary (from which I pulled this text):
- Open links in the top-level window instead of inside the frame set. (To see current behavior, click the "Truth" link in https://truth.dev/api.) It occurs to me now that we have this problem with other links throughout our Javadoc. Maybe I'll fix that someday.
- Call out the link to the main doc site more clearly, since the default Javadoc link color is only slightly different than the text color, and it isn't underlined. (Maybe I should change the stylesheet, too.)

RELNOTES=n/a

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=257262567
3 files changed
tree: d54891f41f94d90ddfc685a7974c8542f254fd13
  1. core/
  2. extensions/
  3. refactorings/
  4. util/
  5. .gitignore
  6. .travis.yml
  7. CONTRIBUTING.md
  8. LICENSE
  9. overview.html
  10. pom.xml
  11. README.md
README.md

Main Site Build Status Maven Release Stackoverflow

What is Truth?

Truth makes your test assertions and failure messages more readable. Similar to AssertJ, it natively supports many JDK and Guava types, and it is extensible to others.

Truth is owned and maintained by the Guava team. It is used in the majority of the tests in Google’s own codebase.

Read more at the main website.