Skip to content

Commit

Permalink
Update Turso sponsor link and add StudioCMS coupon code (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Nov 27, 2024
1 parent c96e9cc commit ce23b08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
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

0 comments on commit ce23b08

Please sign in to comment.