-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FFM-8364 Add SDK dependencies to app.src (#57)
* FFM-8364 Add SDK dependencies to app.src * FFM-8364 CHANGELOG * FFM-8364 2.0.1 release prep * FFM-8364 2.0.1 release prep
- Loading branch information
1 parent
f4e2fa8
commit ba5d328
Showing
48 changed files
with
6,452 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
404.html | ||
api-reference.html | ||
cfclient.html | ||
cfclient_app.html | ||
cfclient_cache.html | ||
cfclient_config.html | ||
cfclient_ets.html | ||
cfclient_evaluator.html | ||
cfclient_instance.html | ||
cfclient_metrics.html | ||
cfclient_retrieve.html | ||
cfclient_sup.html | ||
dist/handlebars.runtime-NWIB6V2M.js | ||
dist/handlebars.templates-IV5W3OL2.js | ||
dist/html-XN2TSG4M.js | ||
dist/html-erlang-6FXMBT73.css | ||
dist/inconsolata-latin-400-normal-RGKDDNDD.woff2 | ||
dist/inconsolata-latin-700-normal-DTS2D7TO.woff2 | ||
dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2 | ||
dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2 | ||
dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2 | ||
dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2 | ||
dist/lato-latin-300-normal-YUMVEFOL.woff2 | ||
dist/lato-latin-700-normal-2XVSBPG4.woff2 | ||
dist/lato-latin-ext-300-normal-VPGGJKJL.woff2 | ||
dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2 | ||
dist/merriweather-cyrillic-300-italic-M6KMXZSZ.woff2 | ||
dist/merriweather-cyrillic-300-normal-7PAAHU3N.woff2 | ||
dist/merriweather-cyrillic-ext-300-italic-JP3ZEV2P.woff2 | ||
dist/merriweather-cyrillic-ext-300-normal-5LF5LCEK.woff2 | ||
dist/merriweather-latin-300-italic-353COS6Q.woff2 | ||
dist/merriweather-latin-300-normal-RWDJH4FN.woff2 | ||
dist/merriweather-latin-ext-300-italic-MWCA36KE.woff2 | ||
dist/merriweather-latin-ext-300-normal-K6L27CZ5.woff2 | ||
dist/merriweather-vietnamese-300-italic-EHHNZPUO.woff2 | ||
dist/merriweather-vietnamese-300-normal-U376L4Z4.woff2 | ||
dist/remixicon-NKANDIL5.woff2 | ||
dist/search_items-CF19943B.js | ||
dist/sidebar_items-DB5F8103.js | ||
index.html | ||
license.html | ||
readme.html | ||
search.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
<!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.29.1"> | ||
<meta name="project" content="cfclient v2.0.1"> | ||
|
||
<title>404 — cfclient v2.0.1</title> | ||
<link rel="stylesheet" href="dist/html-erlang-6FXMBT73.css" /> | ||
|
||
|
||
<script src="dist/handlebars.runtime-NWIB6V2M.js"></script> | ||
<script src="dist/handlebars.templates-IV5W3OL2.js"></script> | ||
<script src="dist/sidebar_items-DB5F8103.js"></script> | ||
|
||
<script src="docs_config.js"></script> | ||
|
||
<script async src="dist/html-XN2TSG4M.js"></script> | ||
|
||
|
||
</head> | ||
<body data-type="extras" class="page-extra"> | ||
<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 class="sidebar-button sidebar-toggle" aria-label="toggle sidebar"> | ||
<i class="ri-menu-line ri-lg" title="Collapse/expand sidebar"></i> | ||
</button> | ||
|
||
<section class="sidebar"> | ||
<form class="sidebar-search" action="search.html"> | ||
<button type="submit" class="search-button" aria-label="Submit Search"> | ||
<i class="ri-search-2-line" aria-hidden="true" title="Submit search"></i> | ||
</button> | ||
<button type="button" tabindex="-1" class="search-close-button" aria-label="Cancel Search"> | ||
<i class="ri-close-line ri-lg" aria-hidden="true" title="Cancel search"></i> | ||
</button> | ||
<label class="search-label"> | ||
<p class="sr-only">Search</p> | ||
<input name="q" type="text" class="search-input" placeholder="Search..." aria-label="Input your search terms" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" /> | ||
</label> | ||
</form> | ||
|
||
<div class="autocomplete"> | ||
<div class="autocomplete-results"> | ||
</div> | ||
</div> | ||
|
||
<div class="sidebar-header"> | ||
|
||
<div class="sidebar-projectDetails"> | ||
<a href="readme.html" class="sidebar-projectName" translate="no"> | ||
cfclient | ||
</a> | ||
<strong class="sidebar-projectVersion" translate="no"> | ||
v2.0.1 | ||
</strong> | ||
</div> | ||
<ul class="sidebar-listNav"> | ||
<li><a id="extras-list-link" href="#full-list">Pages</a></li> | ||
|
||
<li><a id="modules-list-link" href="#full-list">Modules</a></li> | ||
|
||
|
||
</ul> | ||
</div> | ||
|
||
<div class="gradient"></div> | ||
<ul id="full-list" class="sidebar-fullList"></ul> | ||
</section> | ||
|
||
<section class="content"> | ||
<output role="status" id="toast"></output> | ||
<div class="content-outer"> | ||
<div id="content" class="content-inner"> | ||
|
||
<h1> | ||
<button class="icon-action display-settings"> | ||
<i class="ri-settings-3-line"></i> | ||
<span class="sr-only">Settings</span> | ||
</button> | ||
|
||
<span>Page not found</span> | ||
</h1> | ||
|
||
<p>Sorry, but the page you were trying to get to, does not exist. You | ||
may want to try searching this site using the sidebar | ||
|
||
or using our <a href="api-reference.html">API Reference</a> page | ||
|
||
to find what you were looking for.</p> | ||
<footer class="footer"> | ||
<p> | ||
|
||
<span class="line"> | ||
<a href="https://hex.pm/packages/cfclient/2.0.1" class="footer-hex-package">Hex Package</a> | ||
|
||
<a href="https://preview.hex.pm/preview/cfclient/2.0.1">Hex Preview</a> | ||
|
||
</span> | ||
|
||
<span class="line"> | ||
<button class="a-main footer-button display-quick-switch" title="Search HexDocs packages"> | ||
Search HexDocs | ||
</button> | ||
|
||
<a href="cfclient.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.29.1) for the | ||
|
||
<a href="https://erlang.org" title="Erlang" target="_blank" translate="no">Erlang programming language</a> | ||
|
||
</p> | ||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.