@@ -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 ] ,
0 commit comments