Skip to content

Commit

Permalink
Deployed 6998564 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Sep 21, 2023
1 parent 8cc0fec commit 72233b3
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 7 deletions.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

67 changes: 61 additions & 6 deletions service-repl-workflow/portal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,17 @@



<label class="md-nav__link md-nav__link--active" for="__toc">


<span class="md-ellipsis">
Portal
</span>


<span class="md-nav__icon md-icon"></span>
</label>

<a href="./" class="md-nav__link md-nav__link--active">


Expand All @@ -579,6 +590,32 @@

</a>



<nav class="md-nav md-nav--secondary" aria-label="Table of contents">






<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#launching-portal" class="md-nav__link">
Launching Portal
</a>

</li>

</ul>

</nav>

</li>


Expand Down Expand Up @@ -6003,6 +6040,21 @@



<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#launching-portal" class="md-nav__link">
Launching Portal
</a>

</li>

</ul>

</nav>
</div>
</div>
Expand Down Expand Up @@ -6036,22 +6088,24 @@ <h1 id="portal">Portal<a class="headerlink" href="#portal" title="Permanent link
<p>Start Portal and capture all evaluation results over nrepl when portal middleware included in the REPL startup.</p>
<p>All evaluation carried out over nREPL, i.e. between the connected editor and the Clojure REPL, will be sent to Portal.</p>
<p>Use <a href="">Practicalli Clojure CLI Config</a> aliases or define your own alias in the project or user <code>deps.edn</code> file.</p>
<div class="tabbed-set tabbed-alternate" data-tabs="1:1"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><div class="tabbed-labels"><label for="__tabbed_1_1">Practicalli Clojure CLI Config</label></div>
<div class="tabbed-set tabbed-alternate" data-tabs="1:2"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><input id="__tabbed_1_2" name="__tabbed_1" type="radio" /><div class="tabbed-labels"><label for="__tabbed_1_1">Practicalli Clojure CLI Config</label><label for="__tabbed_1_2">Alias definition</label></div>
<div class="tabbed-content">
<div class="tabbed-block"></div>
</div>
</div>
<div class="tabbed-block">
<p><code>:repl/reloaded</code> aliases from <a href="https://practical.li/clojure/clojure-cli/practicalli-config/">Practicalli Clojure CLI Config</a> starts a REPL process with Portal and nrepl middleware</p>
<p>Connect an editor to the REPL via the nREPL server port created during the REPL startup</p>
<div class="admonition note">
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>clojure<span class="w"> </span>-M:repl/reloaded
</code></pre></div>
</div>
<blockquote>
<p><code>make repl</code> also launches Portal listening over nREPL in projects created with Practicalli Project Templates</p>
</blockquote>
<div class="tabbed-set tabbed-alternate" data-tabs="2:1"><input checked="checked" id="__tabbed_2_1" name="__tabbed_2" type="radio" /><div class="tabbed-labels"><label for="__tabbed_2_1">Alias definition</label></div>
<div class="tabbed-content">
</div>
<div class="tabbed-block">
<p>Define an alias that includes the portal library and the <code>portal.nrepl/wrap-portal</code> nrepl middleware</p>
<div class="admonition example">
<p class="admonition-title">Clojure CLI alias including Portal &amp; nREPL middleware</p>
</div>
<div class="highlight"><pre><span></span><code><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a><span class="ss">:repl/reloaded</span>
<a id="__codelineno-1-2" name="__codelineno-1-2" href="#__codelineno-1-2"></a><span class="p">{</span><span class="ss">:extra-paths</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;dev&quot;</span><span class="w"> </span><span class="s">&quot;test&quot;</span><span class="p">]</span>
<a id="__codelineno-1-3" name="__codelineno-1-3" href="#__codelineno-1-3"></a><span class="w"> </span><span class="ss">:extra-deps</span><span class="w"> </span><span class="p">{</span><span class="nv">nrepl/nrepl</span><span class="w"> </span><span class="p">{</span><span class="ss">:mvn/version</span><span class="w"> </span><span class="s">&quot;1.0.0&quot;</span><span class="p">}</span>
Expand All @@ -6076,6 +6130,7 @@ <h1 id="portal">Portal<a class="headerlink" href="#portal" title="Permanent link
</div>
</div>
</div>
<h2 id="launching-portal">Launching Portal<a class="headerlink" href="#launching-portal" title="Permanent link">λ︎</a></h2>
<div class="admonition example">
<p class="admonition-title">Start Portal listening to all evaluations</p>
<div class="highlight"><span class="filename">dev/portal.clj</span><pre><span></span><code><a id="__codelineno-2-1" name="__codelineno-2-1" href="#__codelineno-2-1"></a><span class="p">(</span><span class="kd">ns </span><span class="nv">portal</span>
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 72233b3

Please sign in to comment.