Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Turso sponsor link and add StudioCMS coupon code #389

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions www/docs/src/content/docs/start-here/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ StudioCMS uses `@astrojs/db` to connect to your libSQL database. You can use any

### Getting started with Turso

<Aside type='tip' title='StudioCMS Coupon'>
Use the code `STUDIOCMS10` to get 10% off for 12 months of Turso.
</Aside>

<Steps>
1. Install the <SponsorLink href={sponsors.turso.docs.installCLILink} text='Turso CLI'/>
2. <SponsorLink href={sponsors.turso.docs.loginsignupLink} text='Login or signup'/> to Turso.
Expand Down
7 changes: 1 addition & 6 deletions www/docs/src/share-link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ export { default as SponsorLink } from './util/SponsorLink.astro';
export const sponsors = {
turso: {
docs: {
sidebarSponsorLink: 'https://turso.tech',
sidebarSponsorLink: 'https://tur.so/studiocms',
installCLILink: 'https://docs.turso.tech/cli/installation',
loginsignupLink: 'https://docs.turso.tech/cli/authentication',
},
web: {
sponsorLink: 'https://turso.tech',
},
// TODO: Add Turso specific links when they are provided to us.
// Also, switch to utilizing these new links within the websites.
},
};

Expand Down