Skip to content

Commit

Permalink
Deployed 843bc03 to main with MkDocs 1.4.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos committed Apr 8, 2024
1 parent fd574e2 commit f36cc3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
5 changes: 2 additions & 3 deletions main/engineering/conventions/documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1113,8 +1113,7 @@ <h3 id="other-pieces-of-documentation">Other Pieces Of Documentation</h3>
<h2 id="resources">Resources</h2>
<ul>
<li><a href="https://developers.google.com/style/">Google Developer Documentation Style Guide</a></li>
<li><a href="https://www.hamilton.edu/academics/centers/writing/style/essentials/sexist-and-non-sexist-language">Avoiding sexist language</a></li>
<li><a href="http://blog.usabilla.com/how-to-design-for-color-blindness/">How to Design for Color Blindness</a></li>
<li><a href="https://www.hamilton.edu/academics/centers/writing/style/essentials/sexist-and-non-sexist-language">Avoiding sexist language</a>S</li>
<li><a href="https://www.copyediting.com/disabling-ableist-language/#.Wk6yeFQ-dE4">Disabling Ableist Language</a></li>
<li><a href="https://semver.org/">Semantic Versioning</a></li>
</ul>
Expand All @@ -1124,7 +1123,7 @@ <h2 id="resources">Resources</h2>
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">July 25, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 8, 2024</span>

<br>
Created:
Expand Down
15 changes: 1 addition & 14 deletions main/engineering/gno.land/setup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -598,13 +598,6 @@
Running (Gno) tests
</a>

</li>

<li class="md-nav__item">
<a href="#running-the-linter" class="md-nav__link">
Running the linter
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1020,12 +1013,6 @@ <h2 id="running-gno-tests">Running (Gno) tests</h2>
the locally cloned gno repo. For example:</p>
<div class="highlight"><pre><span></span><code>gno<span class="w"> </span><span class="nb">test</span><span class="w"> </span>--root-dir<span class="w"> </span>/Users/zmilos/Work/gno<span class="w"> </span>path/to/package
</code></pre></div>
<h2 id="running-the-linter">Running the linter</h2>
<p>We use the <a href="https://golangci-lint.run/usage/install/#local-installation"><code>golangci-lint</code> linter</a> for both our CI and
local linting. Once you ensure it is installed, run the following
command:</p>
<div class="highlight"><pre><span></span><code>make<span class="w"> </span>lint<span class="w"> </span>
</code></pre></div>
<h2 id="clearing-out-local-data">Clearing out local data</h2>
<p>As the local blockchain node runs, it creates on-disk temporary storage. To clear these subdirectories, run the
following commands:</p>
Expand All @@ -1038,7 +1025,7 @@ <h2 id="clearing-out-local-data">Clearing out local data</h2>
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">August 7, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 8, 2024</span>

<br>
Created:
Expand Down
2 changes: 1 addition & 1 deletion main/search/search_index.json

Large diffs are not rendered by default.

Binary file modified main/sitemap.xml.gz
Binary file not shown.

0 comments on commit f36cc3f

Please sign in to comment.