Skip to content

Commit

Permalink
deploy: 252e032
Browse files Browse the repository at this point in the history
  • Loading branch information
kayagokalp committed Jun 28, 2024
1 parent 5fd1dbb commit b77a683
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion contributing/adding-packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ <h2 id="updating-scriptsrefresh-manifestssh"><a class="header" href="#updating-s
[forc-explorer]="https://github.com/fuellabs/forc-explorer"
[forc-wallet]="https://github.com/fuellabs/forc-wallet"
[fuel-core]="https://github.com/fuellabs/fuel-core"
[fuel-indexer]="https://github.com/fuellabs/fuel-indexer"
[sway]="https://github.com/fuellabs/sway"
[sway-vim]="https://github.com/fuellabs/sway.vim"
)
Expand Down
1 change: 0 additions & 1 deletion nix-power-users/dev-shells.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ <h1 id="dev-shells"><a class="header" href="#dev-shells">Dev Shells</a></h1>
<div class="table-wrapper"><table><thead><tr><th>Dev Shell</th><th>Description</th></tr></thead><tbody>
<tr><td><code>fuel-core-dev</code></td><td>A shell for working on the <code>fuel-core</code> repo.</td></tr>
<tr><td><code>sway-dev</code></td><td>A shell for working on the <code>sway</code> repo.</td></tr>
<tr><td><code>fuel-indexer-dev</code></td><td>A shell for working on the <code>fuel-indexer</code> repo.</td></tr>
<tr><td><code>fuel-dev</code></td><td>A shell ready for working with on any Fuel repo.</td></tr>
</tbody></table>
</div>
Expand Down
2 changes: 0 additions & 2 deletions packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,9 @@ <h1 id="packages"><a class="header" href="#packages">Packages</a></h1>
<tr><td><a href="https://github.com/fuellabs/sway"><code>forc-doc</code></a></td><td>Sway API documentation generator.</td></tr>
<tr><td><a href="https://github.com/fuellabs/sway"><code>forc-explore</code></a></td><td>Runs the Fuel Explorer.</td></tr>
<tr><td><a href="https://github.com/fuellabs/sway"><code>forc-fmt</code></a></td><td>The Sway code formatter.</td></tr>
<tr><td><a href="https://github.com/fuellabs/fuel-indexer"><code>forc-index</code></a></td><td>A forc plugin for working with the indexer.</td></tr>
<tr><td><a href="https://github.com/fuellabs/sway"><code>forc-lsp</code></a></td><td>The Sway Language Server Protocol implementation.</td></tr>
<tr><td><a href="https://github.com/fuellabs/sway"><code>forc-tx</code></a></td><td>Construct transactions with a CLI.</td></tr>
<tr><td><a href="https://github.com/fuellabs/forc-wallet"><code>forc-wallet</code></a></td><td>A Fuel Wallet CLI implementation.</td></tr>
<tr><td><a href="https://github.com/fuellabs/fuel-indexer"><code>fuel-indexer</code></a></td><td>An indexer for the Fuel blockchain.</td></tr>
<tr><td><a href="https://github.com/fuellabs/sway.vim"><code>sway-vim</code></a></td><td>The Sway Vim plugin.</td></tr>
<tr><td><code>fuel</code></td><td>All of the above tools under a single package.</td></tr>
</tbody></table>
Expand Down
4 changes: 0 additions & 4 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,9 @@ <h2 id="uninstall-everything"><a class="header" href="#uninstall-everything">Uni
<tr><td><a href="https://github.com/fuellabs/sway"><code>forc-doc</code></a></td><td>Sway API documentation generator.</td></tr>
<tr><td><a href="https://github.com/fuellabs/sway"><code>forc-explore</code></a></td><td>Runs the Fuel Explorer.</td></tr>
<tr><td><a href="https://github.com/fuellabs/sway"><code>forc-fmt</code></a></td><td>The Sway code formatter.</td></tr>
<tr><td><a href="https://github.com/fuellabs/fuel-indexer"><code>forc-index</code></a></td><td>A forc plugin for working with the indexer.</td></tr>
<tr><td><a href="https://github.com/fuellabs/sway"><code>forc-lsp</code></a></td><td>The Sway Language Server Protocol implementation.</td></tr>
<tr><td><a href="https://github.com/fuellabs/sway"><code>forc-tx</code></a></td><td>Construct transactions with a CLI.</td></tr>
<tr><td><a href="https://github.com/fuellabs/forc-wallet"><code>forc-wallet</code></a></td><td>A Fuel Wallet CLI implementation.</td></tr>
<tr><td><a href="https://github.com/fuellabs/fuel-indexer"><code>fuel-indexer</code></a></td><td>An indexer for the Fuel blockchain.</td></tr>
<tr><td><a href="https://github.com/fuellabs/sway.vim"><code>sway-vim</code></a></td><td>The Sway Vim plugin.</td></tr>
<tr><td><code>fuel</code></td><td>All of the above tools under a single package.</td></tr>
</tbody></table>
Expand Down Expand Up @@ -410,7 +408,6 @@ <h2 id="specifying-versions"><a class="header" href="#specifying-versions">Speci
<div class="table-wrapper"><table><thead><tr><th>Dev Shell</th><th>Description</th></tr></thead><tbody>
<tr><td><code>fuel-core-dev</code></td><td>A shell for working on the <code>fuel-core</code> repo.</td></tr>
<tr><td><code>sway-dev</code></td><td>A shell for working on the <code>sway</code> repo.</td></tr>
<tr><td><code>fuel-indexer-dev</code></td><td>A shell for working on the <code>fuel-indexer</code> repo.</td></tr>
<tr><td><code>fuel-dev</code></td><td>A shell ready for working with on any Fuel repo.</td></tr>
</tbody></table>
</div>
Expand Down Expand Up @@ -719,7 +716,6 @@ <h2 id="updating-scriptsrefresh-manifestssh"><a class="header" href="#updating-s
[forc-explorer]="https://github.com/fuellabs/forc-explorer"
[forc-wallet]="https://github.com/fuellabs/forc-wallet"
[fuel-core]="https://github.com/fuellabs/fuel-core"
[fuel-indexer]="https://github.com/fuellabs/fuel-indexer"
[sway]="https://github.com/fuellabs/sway"
[sway-vim]="https://github.com/fuellabs/sway.vim"
)
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit b77a683

Please sign in to comment.