Skip to content

Commit d77d544

Browse files
committed
update blog
1 parent 7188677 commit d77d544

18 files changed

+16
-1043
lines changed

blog/astro.config.mjs

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ export default defineConfig({
1818
},
1919
}),
2020
starlight({
21-
title: 'OpenSaaS.sh',
22-
description: 'Open SaaS is a free, open-source, full-stack SaaS starter kit for React + NodeJS.',
21+
title: 'Your SaaS',
22+
description: 'Documentation for your SaaS.',
2323
logo: {
2424
src: '/src/assets/logo.png',
25-
alt: 'Open SaaS',
25+
alt: 'Your SaaS',
2626
},
2727
editLink: {
28-
baseUrl: 'https://github.com/wasp-lang/open-saas/edit/main',
28+
baseUrl: 'https://github.com/<your-repo>',
2929
},
3030
components: {
3131
SiteTitle: './src/components/MyHeader.astro',
@@ -43,27 +43,13 @@ export default defineConfig({
4343
label: 'Start Here',
4444
items: [
4545
{ label: 'Introduction', link: '/' },
46-
{ label: 'Getting Started', link: '/start/getting-started/' },
47-
{ label: 'Guided Tour', link: '/start/guided-tour/' },
4846
],
4947
},
5048
{
5149
label: 'Guides',
5250
items: [
53-
{ label: 'Authentication', link: '/guides/authentication/' },
54-
{ label: 'Authorization', link: '/guides/authorization/' },
55-
{ label: 'Stripe Integration', link: '/guides/stripe-integration/' },
56-
{ label: 'Stripe Testing', link: '/guides/stripe-testing/' },
57-
{ label: 'Analytics', link: '/guides/analytics/' },
58-
{ label: 'Email Sending', link: '/guides/email-sending/' },
59-
{ label: 'Deploying', link: '/guides/deploying/' },
60-
],
61-
},
62-
{
63-
label: 'General',
64-
items: [
65-
{ label: 'Admin Dashboard', link: '/general/admin-dashboard/' },
66-
{ label: 'User Overview', link: '/general/user-overview/' },
51+
{ label: 'Example Guide', link: '/guides/example/' },
52+
6753
],
6854
},
6955
],

blog/public/stripe/api-keys.png

-1.08 MB
Binary file not shown.

blog/public/stripe/db-studio.png

-62.5 KB
Binary file not shown.

blog/public/stripe/price-ids.png

-231 KB
Binary file not shown.
-251 KB
Binary file not shown.

blog/src/content/docs/general/admin-dashboard.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

blog/src/content/docs/general/user-overview.md

Lines changed: 0 additions & 134 deletions
This file was deleted.

blog/src/content/docs/guides/analytics.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

blog/src/content/docs/guides/authentication.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)