Skip to content

Commit

Permalink
link to new uiusms page
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Jun 13, 2024
1 parent 6dfa21f commit 1375729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions site/src/docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ fn DocsHome(#[prop(optional)] search: String) -> impl IntoView {
<li><A href="/docs/rtl">"Right-to-Left"</A>" - the answer to the most-asked question about Uiua's design gets its own page"</li>
<li><A href="/docs/technical">"Technical Details"</A>" - notes on the implementation of the Uiua interpreter and this website"</li>
<li><A href="/docs/combinators">"Combinators"</A>" - a list of common combinators implemented in Uiua"</li>
<li><a href="https://tankorsmash.unison-services.cloud/s/uiuisms-service/">"Uiuisms"</a>"- a community catalog of many common Uiua snippets"</li>
<li>
<A href="/primitives.json" on:click = |_| _ = location().set_href("/primitives.json")>"Primitives JSON"</A>
" - a JSON file of all the primitives, for tooling and other projects"</li>
Expand Down
1 change: 1 addition & 0 deletions site/src/uiuisms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ pub fn Uiuisms() -> impl IntoView {
<li>"It is not how I want people to approach learning Uiua"</li>
<li>"It is not something I am interested in maintaining"</li>
</ul>
<p>"Community member "<strong>"TankorSmash"</strong>" has created a "<a href="https://tankorsmash.unison-services.cloud/s/uiuisms-service/">"new version"</a>"."</p>
}
}

0 comments on commit 1375729

Please sign in to comment.