Changed output for github pages.
This commit is contained in:
parent
ae47d44272
commit
dcde83949b
38 changed files with 517 additions and 1 deletions
5
docs/net.thauvin.erik.bitly/-units/-d-a-y.md
Normal file
5
docs/net.thauvin.erik.bitly/-units/-d-a-y.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
[docs](../../index.md) / [net.thauvin.erik.bitly](../index.md) / [Units](index.md) / [DAY](./-d-a-y.md)
|
||||
|
||||
# DAY
|
||||
|
||||
`DAY` [(source)](https://github.com/ethauvin/bitly-shorten/tree/master/src/main/kotlin/net/thauvin/erik/bitly/Units.kt#L42)
|
5
docs/net.thauvin.erik.bitly/-units/-h-o-u-r.md
Normal file
5
docs/net.thauvin.erik.bitly/-units/-h-o-u-r.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
[docs](../../index.md) / [net.thauvin.erik.bitly](../index.md) / [Units](index.md) / [HOUR](./-h-o-u-r.md)
|
||||
|
||||
# HOUR
|
||||
|
||||
`HOUR` [(source)](https://github.com/ethauvin/bitly-shorten/tree/master/src/main/kotlin/net/thauvin/erik/bitly/Units.kt#L41)
|
5
docs/net.thauvin.erik.bitly/-units/-m-i-n-u-t-e.md
Normal file
5
docs/net.thauvin.erik.bitly/-units/-m-i-n-u-t-e.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
[docs](../../index.md) / [net.thauvin.erik.bitly](../index.md) / [Units](index.md) / [MINUTE](./-m-i-n-u-t-e.md)
|
||||
|
||||
# MINUTE
|
||||
|
||||
`MINUTE` [(source)](https://github.com/ethauvin/bitly-shorten/tree/master/src/main/kotlin/net/thauvin/erik/bitly/Units.kt#L40)
|
5
docs/net.thauvin.erik.bitly/-units/-m-o-n-t-h.md
Normal file
5
docs/net.thauvin.erik.bitly/-units/-m-o-n-t-h.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
[docs](../../index.md) / [net.thauvin.erik.bitly](../index.md) / [Units](index.md) / [MONTH](./-m-o-n-t-h.md)
|
||||
|
||||
# MONTH
|
||||
|
||||
`MONTH` [(source)](https://github.com/ethauvin/bitly-shorten/tree/master/src/main/kotlin/net/thauvin/erik/bitly/Units.kt#L44)
|
5
docs/net.thauvin.erik.bitly/-units/-w-e-e-k.md
Normal file
5
docs/net.thauvin.erik.bitly/-units/-w-e-e-k.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
[docs](../../index.md) / [net.thauvin.erik.bitly](../index.md) / [Units](index.md) / [WEEK](./-w-e-e-k.md)
|
||||
|
||||
# WEEK
|
||||
|
||||
`WEEK` [(source)](https://github.com/ethauvin/bitly-shorten/tree/master/src/main/kotlin/net/thauvin/erik/bitly/Units.kt#L43)
|
17
docs/net.thauvin.erik.bitly/-units/index.md
Normal file
17
docs/net.thauvin.erik.bitly/-units/index.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
[docs](../../index.md) / [net.thauvin.erik.bitly](../index.md) / [Units](./index.md)
|
||||
|
||||
# Units
|
||||
|
||||
`enum class Units` [(source)](https://github.com/ethauvin/bitly-shorten/tree/master/src/main/kotlin/net/thauvin/erik/bitly/Units.kt#L39)
|
||||
|
||||
Units of time.
|
||||
|
||||
### Enum Values
|
||||
|
||||
| Name | Summary |
|
||||
|---|---|
|
||||
| [MINUTE](-m-i-n-u-t-e.md) | |
|
||||
| [HOUR](-h-o-u-r.md) | |
|
||||
| [DAY](-d-a-y.md) | |
|
||||
| [WEEK](-w-e-e-k.md) | |
|
||||
| [MONTH](-m-o-n-t-h.md) | |
|
Loading…
Add table
Add a link
Reference in a new issue