Merge pull request #170 from urbit/js-client

%flap tutorial
This commit is contained in:
Sigilante 2022-10-04 11:43:55 -05:00 committed by GitHub
commit 9803d190b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2170 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@ -83,9 +83,8 @@ export default function GuidePage({
<a
className="font-semibold rounded-xl block p-2 text-wall-400 hover:text-green-400 mt-16"
target="_blank"
href={`https://github.com/urbit/developers.urbit.org/blob/master/content/guides/${
params.slug?.join("/") || "_index"
}.md`}
href={`https://github.com/urbit/developers.urbit.org/blob/master/content/guides/${params.slug?.join("/") || "_index"
}.md`}
>
Edit this page on GitHub
</a>
@ -278,6 +277,16 @@ function Landing({ search }) {
href="/guides/additional/threads/fundamentals"
/>
</div>
<div className="flex flex-col space-y-8 md:space-y-0 md:flex-row md:space-x-8 pt-6">
<CardText
title="Serving a Browser Game"
text="Serve a client-side game from Urbit"
className="basis-1/2"
href="/guides/additional/client"
/>
<div className="basis-1/2" />
</div>
</Section>
</SingleColumn>
<Footer />