Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up documentation after deploying. #1276

Merged
merged 1 commit into from May 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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]).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This leads to a 404 when you click on it, see https://coil-kt.github.io/coil/api/coil-base/coil-base/coil.fetch/-fetcher/

Maybe because the class is internal?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* - 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