mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-03 18:38:53 +00:00
deploy: 022641c04a
This commit is contained in:
parent
ea02bf1e0e
commit
ed37f6dca0
5 changed files with 6 additions and 6 deletions
|
@ -147,7 +147,7 @@
|
|||
<h1 id="salsa-overview"><a class="header" href="#salsa-overview">Salsa overview</a></h1>
|
||||
<blockquote>
|
||||
<p>⚠️ <strong>IN-PROGRESS VERSION OF SALSA.</strong> ⚠️</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-entity-mock</code> crate.</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-2022</code> crate.</p>
|
||||
</blockquote>
|
||||
<p>This page contains a brief overview of the pieces of a salsa program.
|
||||
For a more detailed look, check out the <a href="./tutorial.html">tutorial</a>, which walks through the creation of an entire project end-to-end.</p>
|
||||
|
|
|
@ -164,7 +164,7 @@ contribute, please jump on to our Zulip instance at
|
|||
<div style="break-before: page; page-break-before: always;"></div><h1 id="salsa-overview"><a class="header" href="#salsa-overview">Salsa overview</a></h1>
|
||||
<blockquote>
|
||||
<p>⚠️ <strong>IN-PROGRESS VERSION OF SALSA.</strong> ⚠️</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-entity-mock</code> crate.</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-2022</code> crate.</p>
|
||||
</blockquote>
|
||||
<p>This page contains a brief overview of the pieces of a salsa program.
|
||||
For a more detailed look, check out the <a href="./tutorial.html">tutorial</a>, which walks through the creation of an entire project end-to-end.</p>
|
||||
|
@ -461,7 +461,7 @@ fn type_check(db: &dyn Db, item: Item) {
|
|||
<div style="break-before: page; page-break-before: always;"></div><h1 id="tutorial-calc"><a class="header" href="#tutorial-calc">Tutorial: calc</a></h1>
|
||||
<blockquote>
|
||||
<p>⚠️ <strong>IN-PROGRESS VERSION OF SALSA.</strong> ⚠️</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-entity-mock</code> crate.</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-2022</code> crate.</p>
|
||||
</blockquote>
|
||||
<p>This tutorial walks through an end-to-end example of using Salsa.
|
||||
It does not assume you know anything about salsa,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -147,7 +147,7 @@
|
|||
<h1 id="tutorial-calc"><a class="header" href="#tutorial-calc">Tutorial: calc</a></h1>
|
||||
<blockquote>
|
||||
<p>⚠️ <strong>IN-PROGRESS VERSION OF SALSA.</strong> ⚠️</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-entity-mock</code> crate.</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-2022</code> crate.</p>
|
||||
</blockquote>
|
||||
<p>This tutorial walks through an end-to-end example of using Salsa.
|
||||
It does not assume you know anything about salsa,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue