Initial Release

This commit is contained in:
2026-05-24 21:58:23 -07:00
commit 0a782e0096
209 changed files with 11657 additions and 0 deletions
@@ -0,0 +1,28 @@
<article
id="tutorials"
authorId=""
categoryId="api"
title="Tutorials"
created="200"
snippet="Simple tutorials on certain things."
banner=""
noindex="false"
>
<header>Creating an Application</header>
<text>
You can create an application using the <a href="https://suzzygames.com/account/applications">My Applications</a>
page in the account management portal. Ensure your application has a
memorable name and that you keep its secret key secure and private.
</text>
<image
alt="Click on the Create Application Button"
caption="Click on the Create Application Button"
resource="file://library/tutorials/applications-step-1.png"
/>
<image
alt="You can then edit your Application by clicking on the Edit Button"
caption="You can then edit your Application by clicking on the Edit Button"
resource="file://library/tutorials/applications-step-2.png"
/>
<!-- TODO: IMPROVE OAUTH2 TUTORIAL -->
</article>