Skip to content

Commit

Permalink
update blog
Browse files Browse the repository at this point in the history
  • Loading branch information
vincanger committed Jan 12, 2024
1 parent 7188677 commit d77d544
Show file tree
Hide file tree
Showing 18 changed files with 16 additions and 1,043 deletions.
26 changes: 6 additions & 20 deletions blog/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ export default defineConfig({
},
}),
starlight({
title: 'OpenSaaS.sh',
description: 'Open SaaS is a free, open-source, full-stack SaaS starter kit for React + NodeJS.',
title: 'Your SaaS',
description: 'Documentation for your SaaS.',
logo: {
src: '/src/assets/logo.png',
alt: 'Open SaaS',
alt: 'Your SaaS',
},
editLink: {
baseUrl: 'https://github.com/wasp-lang/open-saas/edit/main',
baseUrl: 'https://github.com/<your-repo>',
},
components: {
SiteTitle: './src/components/MyHeader.astro',
Expand All @@ -43,27 +43,13 @@ export default defineConfig({
label: 'Start Here',
items: [
{ label: 'Introduction', link: '/' },
{ label: 'Getting Started', link: '/start/getting-started/' },
{ label: 'Guided Tour', link: '/start/guided-tour/' },
],
},
{
label: 'Guides',
items: [
{ label: 'Authentication', link: '/guides/authentication/' },
{ label: 'Authorization', link: '/guides/authorization/' },
{ label: 'Stripe Integration', link: '/guides/stripe-integration/' },
{ label: 'Stripe Testing', link: '/guides/stripe-testing/' },
{ label: 'Analytics', link: '/guides/analytics/' },
{ label: 'Email Sending', link: '/guides/email-sending/' },
{ label: 'Deploying', link: '/guides/deploying/' },
],
},
{
label: 'General',
items: [
{ label: 'Admin Dashboard', link: '/general/admin-dashboard/' },
{ label: 'User Overview', link: '/general/user-overview/' },
{ label: 'Example Guide', link: '/guides/example/' },

],
},
],
Expand Down
Binary file removed blog/public/stripe/api-keys.png
Binary file not shown.
Binary file removed blog/public/stripe/db-studio.png
Binary file not shown.
Binary file removed blog/public/stripe/price-ids.png
Binary file not shown.
Binary file removed blog/public/stripe/test-product.png
Binary file not shown.
61 changes: 0 additions & 61 deletions blog/src/content/docs/general/admin-dashboard.md

This file was deleted.

134 changes: 0 additions & 134 deletions blog/src/content/docs/general/user-overview.md

This file was deleted.

90 changes: 0 additions & 90 deletions blog/src/content/docs/guides/analytics.md

This file was deleted.

59 changes: 0 additions & 59 deletions blog/src/content/docs/guides/authentication.md

This file was deleted.

Loading

0 comments on commit d77d544

Please sign in to comment.