Changed output for github pages.

This commit is contained in:
Erik C. Thauvin 2020-03-02 21:28:41 -08:00
parent ae47d44272
commit dcde83949b
38 changed files with 517 additions and 1 deletions

50
docs/alltypes/index.md Normal file
View file

@ -0,0 +1,50 @@
[Bitly Shortener for Kotlin/Java](https://github.com/ethauvin/bitly-shorten)
### All Types
| Name | Summary |
|---|---|
|
##### [net.thauvin.erik.bitly.Bitlinks](../net.thauvin.erik.bitly/-bitlinks/index.md)
Bitlinks methods implementation.
|
##### [net.thauvin.erik.bitly.Bitly](../net.thauvin.erik.bitly/-bitly/index.md)
A simple implementation of the [Bitly Shortner API v4](https://dev.bitly.com/v4/).
|
##### [net.thauvin.erik.bitly.Constants](../net.thauvin.erik.bitly/-constants/index.md)
Constants for this package.
|
##### [net.thauvin.erik.bitly.Methods](../net.thauvin.erik.bitly/-methods/index.md)
HTTP methods.
|
##### [net.thauvin.erik.bitly.Units](../net.thauvin.erik.bitly/-units/index.md)
Units of time.
|
##### [net.thauvin.erik.bitly.Utils](../net.thauvin.erik.bitly/-utils/index.md)
Useful functions.