Skip to content

Commit

Permalink
Clean up documentation after deploying. (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed May 15, 2022
1 parent b936e23 commit b9f1389
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coil-base/src/main/java/coil/fetch/Fetcher.kt
Expand Up @@ -10,8 +10,8 @@ import coil.request.Options
*
* To accomplish this, fetchers fit into one of two types:
*
* - Uses the data as a key to fetch bytes from a remote source (e.g. network or disk)
* and exposes it as an [ImageSource]. e.g. [HttpUriFetcher]
* - Uses the data as a key to fetch bytes from a remote source (e.g. network, disk)
* and exposes it as an [ImageSource] (e.g. [HttpUriFetcher]).
* - Reads the data directly and translates it into a [Drawable] (e.g. [BitmapFetcher]).
*/
fun interface Fetcher {
Expand Down
2 changes: 2 additions & 0 deletions deploy_docs.sh
Expand Up @@ -31,3 +31,5 @@ rm docs/index.md \
docs/README-ko.md \
docs/README-tr.md \
docs/README-zh.md
rm -r docs/api
rm -r site

0 comments on commit b9f1389

Please sign in to comment.