bonfire-app/Bonfire.Tag.Tags.html
2024-04-16 21:21:08 +00:00

879 lines
26 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.31.2">
<meta name="project" content="bonfire_umbrella v0.9.10-cooperation-beta.62">
<title>Bonfire.Tag.Tags — bonfire_umbrella v0.9.10-cooperation-beta.62</title>
<link rel="stylesheet" href="dist/html-elixir-JKHCEBPC.css" />
<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-A7S2WMC7.js"></script>
<script src="dist/sidebar_items-0AD831F9.js"></script>
<script src="docs_config.js"></script>
<script async src="dist/html-JRPQ5PR6.js"></script>
</head>
<body data-type="modules" class="page-module">
<script>
try {
var settings = JSON.parse(localStorage.getItem('ex_doc:settings') || '{}');
if (settings.theme === 'dark' ||
((settings.theme === 'system' || settings.theme == null) &&
window.matchMedia('(prefers-color-scheme: dark)').matches)
) {
document.body.classList.add('dark')
}
} catch (error) { }
</script>
<div class="main">
<button id="sidebar-menu" class="sidebar-button sidebar-toggle" aria-label="toggle sidebar" aria-controls="sidebar">
<i class="ri-menu-line ri-lg" title="Collapse/expand sidebar"></i>
</button>
<div class="background-layer"></div>
<nav id="sidebar" class="sidebar">
<div class="sidebar-header">
<div class="sidebar-projectInfo">
<a href="https://bonfirenetworks.org" class="sidebar-projectImage">
<img src="assets/logo.png" alt="bonfire_umbrella" />
</a>
<div>
<a href="https://bonfirenetworks.org" class="sidebar-projectName" translate="no">
bonfire_umbrella
</a>
<div class="sidebar-projectVersion" translate="no">
v0.9.10-cooperation-beta.62
</div>
</div>
</div>
<ul id="sidebar-listNav" class="sidebar-listNav" role="tablist">
<li>
<button id="extras-list-tab-button" role="tab" data-type="extras" aria-controls="extras-tab-panel" aria-selected="true" tabindex="0">
Pages
</button>
</li>
<li>
<button id="modules-list-tab-button" role="tab" data-type="modules" aria-controls="modules-tab-panel" aria-selected="false" tabindex="-1">
Modules
</button>
</li>
</ul>
</div>
<div id="extras-tab-panel" class="sidebar-tabpanel" role="tabpanel" aria-labelledby="extras-list-tab-button">
<ul id="extras-full-list" class="full-list"></ul>
</div>
<div id="modules-tab-panel" class="sidebar-tabpanel" role="tabpanel" aria-labelledby="modules-list-tab-button" hidden>
<ul id="modules-full-list" class="full-list"></ul>
</div>
</nav>
<main class="content">
<output role="status" id="toast"></output>
<div class="content-outer">
<div id="content" class="content-inner">
<div class="top-search">
<div class="search-settings">
<form class="search-bar" action="search.html">
<label class="search-label">
<span class="sr-only">Search documentation of bonfire_umbrella</span>
<input name="q" type="text" class="search-input" placeholder="Press / to search" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" />
</label>
<button type="submit" class="search-button" aria-label="Submit Search">
<i class="ri-search-2-line ri-lg" aria-hidden="true" title="Submit search"></i>
</button>
<button type="button" tabindex="-1" class="search-close-button" aria-hidden="true">
<i class="ri-close-line ri-lg" title="Cancel search"></i>
</button>
</form>
<div class="autocomplete">
</div>
<button class="icon-settings display-settings">
<i class="ri-settings-3-line"></i>
<span class="sr-only">Settings</span>
</button>
</div>
</div>
<h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L2" title="View Source" class="icon-action" rel="help">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
<span translate="no">Bonfire.Tag.Tags</span>
<small class="app-vsn" translate="no">(bonfire_umbrella v0.9.10-cooperation-beta.62)</small>
</h1>
<section id="summary" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#summary">
<i class="ri-link-m" aria-hidden="true"></i>
</a>
<span class="text">Summary</span>
</h1>
<div class="summary-functions summary">
<h2>
<a href="#functions">Functions</a>
</h2>
<div class="summary-row">
<div class="summary-signature">
<a href="#cast/4" translate="no">cast(changeset, attrs, creator, opts)</a>
</div>
<div class="summary-synopsis"><p>For using on changesets (eg in epics)</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#find/2" translate="no">find(id, types \\ nil)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#get/2" translate="no">get(id, opts \\ [])</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#get_hashtag/1" translate="no">get_hashtag(name)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#get_or_create_hashtag/1" translate="no">get_or_create_hashtag(name)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#indexing_object_format/1" translate="no">indexing_object_format(object)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#indexing_object_format_name/1" translate="no">indexing_object_format_name(object)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#list_trending/2" translate="no">list_trending(in_last_x_days \\ 30, limit \\ 10)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#list_trending_reset/2" translate="no">list_trending_reset(in_last_x_days \\ 30, limit \\ 10)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#many/2" translate="no">many(filters \\ [], opts \\ [])</a>
</div>
<div class="summary-synopsis"><p>Retrieves a list of tags by arbitrary filters.
Used by</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#maybe_find_tag/3" translate="no">maybe_find_tag(current_user, id_or_username_or_url, types \\ nil)</a>
</div>
<div class="summary-synopsis"><p>Try to find one (best-match) tag</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#maybe_find_tags/3" translate="no">maybe_find_tags(current_user, id_or_username_or_url, types \\ nil)</a>
</div>
<div class="summary-synopsis"><p>Search / autocomplete for tags by name</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#maybe_lookup_tag/2" translate="no">maybe_lookup_tag(id_or_username_or_url, prefix \\ &quot;@&quot;)</a>
</div>
<div class="summary-synopsis"><p>Lookup a single for a tag by its name/username</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#maybe_put_tree_parent/3" translate="no">maybe_put_tree_parent(changeset, category, creator)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#maybe_tag/4" translate="no">maybe_tag(user, thing, tags \\ nil, boost_category_mentions? \\ true)</a>
</div>
<div class="summary-synopsis"><p>Maybe tag something</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#maybe_taxonomy_tag/2" translate="no">maybe_taxonomy_tag(user, id)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#one/2" translate="no">one(filters, opts \\ [])</a>
</div>
<div class="summary-synopsis"><p>Retrieves a single tag by arbitrary filters.
Used by</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#search_hashtag/2" translate="no">search_hashtag(text, opts \\ [])</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#search_hashtag_query/2" translate="no">search_hashtag_query(text, opts)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#tag_ids/1" translate="no">tag_ids(tags)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#tag_something/4" translate="no">tag_something(user, thing, tags, boost_or_label_category_tags? \\ true)</a>
</div>
<div class="summary-synopsis"><p>tag existing thing with one or multiple Tags, Needle, or anything that can be made into a tag</p></div>
</div>
</div>
</section>
<section id="functions" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#functions">
<i class="ri-link-m" aria-hidden="true"></i>
</a>
<span class="text">Functions</span>
</h1>
<div class="functions-list">
<section class="detail" id="cast/4">
<div class="detail-header">
<a href="#cast/4" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">cast(changeset, attrs, creator, opts)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L198" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
<p>For using on changesets (eg in epics)</p>
</section>
</section>
<section class="detail" id="find/2">
<span id="find/1"></span>
<div class="detail-header">
<a href="#find/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">find(id, types \\ nil)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L45" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="get/2">
<span id="get/1"></span>
<div class="detail-header">
<a href="#get/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">get(id, opts \\ [])</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L36" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="get_hashtag/1">
<div class="detail-header">
<a href="#get_hashtag/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">get_hashtag(name)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L52" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="get_or_create_hashtag/1">
<div class="detail-header">
<a href="#get_or_create_hashtag/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">get_or_create_hashtag(name)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L85" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="indexing_object_format/1">
<div class="detail-header">
<a href="#indexing_object_format/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">indexing_object_format(object)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L415" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="indexing_object_format_name/1">
<div class="detail-header">
<a href="#indexing_object_format_name/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">indexing_object_format_name(object)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L426" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="list_trending/2">
<span id="list_trending/0"></span>
<span id="list_trending/1"></span>
<div class="detail-header">
<a href="#list_trending/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">list_trending(in_last_x_days \\ 30, limit \\ 10)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L105" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="list_trending_reset/2">
<span id="list_trending_reset/0"></span>
<span id="list_trending_reset/1"></span>
<div class="detail-header">
<a href="#list_trending_reset/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">list_trending_reset(in_last_x_days \\ 30, limit \\ 10)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L113" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="many/2">
<span id="many/0"></span>
<span id="many/1"></span>
<div class="detail-header">
<a href="#many/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">many(filters \\ [], opts \\ [])</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L33" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
<p>Retrieves a list of tags by arbitrary filters.
Used by:</p><ul><li>Various parts of the codebase that need to query for tags (inc. tests)</li></ul>
</section>
</section>
<section class="detail" id="maybe_find_tag/3">
<span id="maybe_find_tag/2"></span>
<div class="detail-header">
<a href="#maybe_find_tag/3" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">maybe_find_tag(current_user, id_or_username_or_url, types \\ nil)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L135" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
<p>Try to find one (best-match) tag</p>
</section>
</section>
<section class="detail" id="maybe_find_tags/3">
<span id="maybe_find_tags/2"></span>
<div class="detail-header">
<a href="#maybe_find_tags/3" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">maybe_find_tags(current_user, id_or_username_or_url, types \\ nil)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L173" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
<p>Search / autocomplete for tags by name</p>
</section>
</section>
<section class="detail" id="maybe_lookup_tag/2">
<span id="maybe_lookup_tag/1"></span>
<div class="detail-header">
<a href="#maybe_lookup_tag/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">maybe_lookup_tag(id_or_username_or_url, prefix \\ &quot;@&quot;)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L185" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
<p>Lookup a single for a tag by its name/username</p>
</section>
</section>
<section class="detail" id="maybe_put_tree_parent/3">
<div class="detail-header">
<a href="#maybe_put_tree_parent/3" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">maybe_put_tree_parent(changeset, category, creator)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L233" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="maybe_tag/4">
<span id="maybe_tag/2"></span>
<span id="maybe_tag/3"></span>
<div class="detail-header">
<a href="#maybe_tag/4" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">maybe_tag(user, thing, tags \\ nil, boost_category_mentions? \\ true)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L259" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
<p>Maybe tag something</p>
</section>
</section>
<section class="detail" id="maybe_taxonomy_tag/2">
<div class="detail-header">
<a href="#maybe_taxonomy_tag/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">maybe_taxonomy_tag(user, id)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L189" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="one/2">
<span id="one/1"></span>
<div class="detail-header">
<a href="#one/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">one(filters, opts \\ [])</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L25" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
<p>Retrieves a single tag by arbitrary filters.
Used by:</p><ul><li>GraphQL Item queries</li><li>ActivityPub integration</li><li>Various parts of the codebase that need to query for tags (inc. tests)</li></ul>
</section>
</section>
<section class="detail" id="search_hashtag/2">
<span id="search_hashtag/1"></span>
<div class="detail-header">
<a href="#search_hashtag/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">search_hashtag(text, opts \\ [])</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L65" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="search_hashtag_query/2">
<div class="detail-header">
<a href="#search_hashtag_query/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">search_hashtag_query(text, opts)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L71" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="tag_ids/1">
<div class="detail-header">
<a href="#tag_ids/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">tag_ids(tags)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L386" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="tag_something/4">
<span id="tag_something/3"></span>
<div class="detail-header">
<a href="#tag_something/4" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">tag_something(user, thing, tags, boost_or_label_category_tags? \\ true)</h1>
<a href="https://github.com/bonfire-networks/bonfire_tag/blob/main/lib/tags.ex#L311" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
<p>tag existing thing with one or multiple Tags, Needle, or anything that can be made into a tag</p>
</section>
</section>
</div>
</section>
<footer class="footer">
<p>
<span class="line">
<button class="a-main footer-button display-quick-switch" title="Search HexDocs packages">
Search HexDocs
</button>
<a href="bonfire_umbrella.epub" title="ePub version">
Download ePub version
</a>
</span>
</p>
<p class="built-using">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener" translate="no">ExDoc</a> (v0.31.2) for the
<a href="https://elixir-lang.org" title="Elixir" target="_blank" translate="no">Elixir programming language</a>
</p>
</footer>
</div>
</div>
</main>
</div>
</body>
</html>