Skip to content

Commit

Permalink
Regenerated site content.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jan 11, 2023
1 parent 1e7ea93 commit f989c60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified images/repl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions use/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ <h2 id="reference"><a class="zola-anchor" href="#reference" aria-label="Anchor l
<h2 id="docs-lfe-io"><a class="zola-anchor" href="#docs-lfe-io" aria-label="Anchor link for: docs-lfe-io">docs.lfe.io</a></h2>
<p>The docs site for LFE is quite old and almost entirely out of date, but it's linked here since it still has some jewels that haven't been ported elsewhere:</p>
<ul>
<li><a href="htt%5B://docs.lfe.io%5D">docs.lfe.io</a></li>
<li><a href="https://docs.lfe.io">docs.lfe.io</a></li>
</ul>
<p>There is a newer version of the docs site whose development has been stalled. Though not currently of much use, it's available here:</p>
<ul>
<li><a href="http://docs.lfe.io/dev/index.html">docs.lfe.io/dev/</a></li>
<li><a href="https://docs.lfe.io/dev/index.html">docs.lfe.io/dev/</a></li>
</ul>
<h1 id="erlang"><a class="zola-anchor" href="#erlang" aria-label="Anchor link for: erlang">Erlang</a></h1>
<p><a href="http://erlang.org/doc/apps/erts/index.html">Erlang Run-Time System Application (ERTS) Reference Manual</a> - As an LFE programmer, this is one of the most powerful reference resources you can have at your fingertips. Once you get to the point to where you are ready to build production-ready applications, this will be a constant companion. In particular:</p>
Expand All @@ -265,8 +265,8 @@ <h1 id="rebar3"><a class="zola-anchor" href="#rebar3" aria-label="Anchor link fo
<ul>
<li><a href="https://www.rebar3.org/docs/getting-started">Getting Started</a></li>
<li><a href="https://www.rebar3.org/docs/configuration">Configuration</a></li>
<li><a href="https://www.rebar3.org/docs/using-available-plugins">Using Plugins</a></li>
<li><a href="https://www.rebar3.org/docs/plugins">Writing Plugins</a></li>
<li><a href="https://rebar3.org/docs/configuration/plugins/">Using Plugins</a></li>
<li><a href="https://rebar3.org/docs/tutorials/building_plugins/">Writing Plugins</a></li>
</ul>
<p>The source for the LFE <code>rebar3</code> plugin is written in Erlang and viewable here:</p>
<ul>
Expand Down

0 comments on commit f989c60

Please sign in to comment.