-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first pass preparing for public launch
- Loading branch information
Showing
15 changed files
with
250 additions
and
625 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
section: sdk | ||
date: Last Modified | ||
title: "AWS Deployment" | ||
lang: "en" | ||
permalink: "sdk/guides/aws-deployment" | ||
excerpt: "Get accustomed to the process of running an SDK deployment using AWS." | ||
--- | ||
|
||
import Aside from "../../../../../components/Aside.astro" | ||
import ToggleElement from "../../../../../components/ToggleElement.astro" | ||
import Steps from '../../../../../components/Steps/Steps.astro'; | ||
import ClickToZoom from "../../../../../components/ClickToZoom.astro" | ||
|
||
{/* TODO: write this guide */} | ||
|
||
This guide documents getting a Scroll SDK deployment working on AWS's EKS and managed databases, using Cloudflare for DNS. | ||
|
||
If you haven't already deployed a local Devnet, please try that first. | ||
|
||
<Aside type="caution"> | ||
Scroll SDK is still in development. | ||
</Aside> |
19 changes: 19 additions & 0 deletions
19
src/content/docs/en/sdk/guides/customizing-sdk-components.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
section: sdk | ||
date: Last Modified | ||
title: "Customizing SDK Components" | ||
lang: "en" | ||
permalink: "sdk/guides/customizing-sdk-components" | ||
excerpt: "Learn to make custom changes to Scroll SDK services" | ||
--- | ||
|
||
import Aside from "../../../../../components/Aside.astro" | ||
import ToggleElement from "../../../../../components/ToggleElement.astro" | ||
import Steps from '../../../../../components/Steps/Steps.astro'; | ||
import ClickToZoom from "../../../../../components/ClickToZoom.astro" | ||
|
||
{/* TODO: write this guide */} | ||
|
||
This guide documents how to run custom components in your own Scroll SDK deployment. | ||
|
||
We'll see how to modify a service, build a custom Docker image, and deploy your changes to an existing Scroll SDK deployment. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.