realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.47k stars 1.75k forks source link

Add script to fix H1s on docs #7835

Closed cbush closed 1 year ago

cbush commented 1 year ago

Per SEO team request, the Javadoc generated docs need H1s.

This hasn't quite been tested because I'm not set up to build Javadoc on my machine without build failures. The sed script has been tested and should work. Please validate!

cbush commented 1 year ago

Thank you!