Skip to content

Commit

Permalink
Deployed 6fb7498 with MkDocs version: 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatas committed Nov 21, 2023
1 parent 957a6c4 commit f960fc0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,10 @@
<h1 id="fast">Fast<a class="headerlink" href="#fast" title="Permanent link">&para;</a></h1>
<p><center><img alt="" src="assets/logo-small.png" /></center></p>
<p>Fast is a "Find AST" tool to help you search in the code abstract syntax tree.</p>
<details>
<summary>🍿Watch my talk at Ruby Kaigi: Grepping Ruby code like a boss</summary>
<p><iframe width="1280" height="720" src="https://www.youtube.com/embed/YczrZQC9aP8" frameborder="0" allowfullscreen></iframe></p>
</details>
<p>Ruby allow us to do the same thing in a few ways then it's hard to check
how the code is written.</p>
<p>Using the AST will be easier than try to cover the multiple ways we can write
Expand Down Expand Up @@ -946,7 +950,7 @@ <h2 id="search_all">search_all<a class="headerlink" href="#search_all" title="Pe
<p>You can also override the second param and pass target files or folders:</p>
<div class="highlight"><pre><span></span><code><span class="no">Fast</span><span class="o">.</span><span class="n">search_all</span><span class="p">(</span><span class="s2">&quot;(def _)&quot;</span><span class="p">,</span> <span class="s1">&#39;../other-folder&#39;</span><span class="p">)</span>
</code></pre></div>
<div class="admonition tip">
<div class="admonition abstract">
<p class="admonition-title">Use Fast with SQL</p>
<p>Did you like the Ruby AST?</p>
<p>Check out the <a href="/sql-support">SQL Support</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
5 changes: 5 additions & 0 deletions videos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,11 @@


<h1 id="videos">Videos<a class="headerlink" href="#videos" title="Permanent link">&para;</a></h1>
<ul>
<li><a href="https://youtu.be/o0FkOvJqKgs?si=NuwIwfgxMWDKt9vy">Create a SQL Formatter</a></li>
</ul>
<iframe width="1280" height="720" src="https://www.youtube.com/embed/o0FkOvJqKgs" frameborder="0" allowfullscreen></iframe>

<ul>
<li><a href="https://www.youtube.com/watch?v=YczrZQC9aP8&amp;feature=youtu.be&amp;amp">Ruby Kaigi TakeOut 2020: Grepping Ruby code like a boss</a></li>
</ul>
Expand Down

0 comments on commit f960fc0

Please sign in to comment.