Skip to content

Commit

Permalink
Deployed 482eb70 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jan 7, 2025
1 parent dc6f251 commit af558eb
Show file tree
Hide file tree
Showing 5 changed files with 336 additions and 336 deletions.
6 changes: 3 additions & 3 deletions clojure-cli/repl/troubleshooting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8169,10 +8169,10 @@ <h2 id="dependency-issues">Dependency issues<a class="headerlink" href="#depende
<div class="highlight"><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a>clojure<span class="w"> </span>-Stree
</code></pre></div>
<p>Use the antq tool to check for a newer version of a dependency</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-4-1" name="__codelineno-4-1" href="#__codelineno-4-1"></a>clojure<span class="w"> </span>-T:project/outdated
<div class="highlight"><pre><span></span><code><a id="__codelineno-4-1" name="__codelineno-4-1" href="#__codelineno-4-1"></a>clojure<span class="w"> </span>-T:search/outdated
</code></pre></div>
<blockquote>
<p>If libraries are likely to become unavailable (i.e. old versions) then consider creating a local repository service with Artefactory or Nexus, which can share library depenencies between development teams of an organisation.</p>
<p>If libraries are likely to become unavailable (i.e. old versions) then consider creating a local repository service with Artefactory or Nexus, which can share library dependencies between development teams of an organisation.</p>
</blockquote>


Expand All @@ -8194,7 +8194,7 @@ <h2 id="dependency-issues">Dependency issues<a class="headerlink" href="#depende
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">March 1, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 7, 2025</span>
</span>


Expand Down
4 changes: 2 additions & 2 deletions data-inspector/portal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8214,7 +8214,7 @@

<h1 id="portal-navigate-your-data">Portal - navigate your data<a class="headerlink" href="#portal-navigate-your-data" title="Permanent link">λ︎</a></h1>
<p><a class="glightbox" href="https://github.com/practicalli/graphic-design/blob/live/logos/practicalli-portal-logo.png?raw=true" data-type="image" data-width="auto" data-height="auto" data-desc-position="bottom"><img align="right" alt="Practicalli Portal logo" loading="lazy" src="https://github.com/practicalli/graphic-design/blob/live/logos/practicalli-portal-logo.png?raw=true" style="height:150px;width:150px" /></a></p>
<p><a href="https://cljdoc.org/d/djblue/portal/">Portal inspector</a> is a tool to visualise and inspect Clojure, JSON, Transit, Logs, Yaml, etc.</p>
<p><a href="https://cljdoc.org/d/djblue/portal/" target="_blank"><img alt="🌐" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/[email protected]/assets/svg/1f310.svg" title=":globe_with_meridians:" /> Portal inspector</a> is a tool to visualise and inspect Clojure, JSON, Transit, Logs, Yaml, etc.</p>
<p>Registered Portal as a tap source and wrap code with a <code>(tap&gt; ,,,)</code> expression to see the results in Portal, providing a more advanced approach to debuging than println.</p>
<p>Send all evaluation results to Portal for a complete history using the <a href="#editor-nrepl-middleware">portal-wrap nREPL middleware</a></p>
<p>Add a <a href="#tap-logs-to-portal">custom Mulog publisher</a> to send all logs to Portal to help with debugging.</p>
Expand Down Expand Up @@ -8648,7 +8648,7 @@ <h2 id="references">References<a class="headerlink" href="#references" title="Pe
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">December 21, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 7, 2025</span>
</span>


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit af558eb

Please sign in to comment.