File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 8
8
"lint" : " prettier --check ." ,
9
9
"lint:fix" : " prettier --write ." ,
10
10
"spell-check" : " npx cspell --dot ." ,
11
+ "update" : " npx npm-check-updates --root -ws --interactive" ,
11
12
"update:packages" : " npx npm-check-updates --root -ws --target semver -u && npm i"
12
13
},
13
14
"workspaces" : [
Original file line number Diff line number Diff line change @@ -10,19 +10,12 @@ import { StripeBuyButton } from '@site/src/components/StripeBuyButton';
10
10
<script async src = " https://js.stripe.com/v3/buy-button.js" ></script >
11
11
</head >
12
12
13
- { /* cspell:disable-next-line */ }
14
- export const publishableKey = ' pk_live_51PnKbmGrYcG8NVg5hH583GvfdZi0FBx45TMymYQxpgTDcYKHUAIFW4n63G1stzqp2TXynE2fAnZc3Bpvo7L9t9f900ZDB0VHOm' ;
15
13
export const buttons = [
16
14
" buy_btn_1PsVVRGrYcG8NVg5wVvjZ3CQ" ,
17
15
" buy_btn_1PnL9HGrYcG8NVg5oLi6p3t7" ,
18
16
" buy_btn_1PslZyGrYcG8NVg5enjWmYFe"
19
17
]
20
18
21
- { /*
22
- export const StripeBuyButton = ({ buyButtonId }) => (<><stripe-buy-button buy-button-id={buyButtonId} publishable-key={publishableKey}></stripe-buy-button></>)
23
- */
24
- }
25
-
26
19
# Sponsor Street Side Software
27
20
28
21
{ /*
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ title: 'Support'
4
4
excerpt : ' Making life easier for software developers around the world.'
5
5
---
6
6
7
+ import { StripeBuyButton } from ' @site/src/components/StripeBuyButton' ;
8
+
9
+ <head >
10
+ <script async src = " https://js.stripe.com/v3/buy-button.js" ></script >
11
+ </head >
12
+
7
13
Street Side Software provides consulting services and support. The standard rate is €250/hr[ ^ vat ] .
8
14
9
15
## Reporting Basic Issues
@@ -31,18 +37,24 @@ Options:
31
37
- Includes 10 hours of support or feature work.[ ^ support_hours ]
32
38
- Email support within 1 business day.
33
39
40
+ <StripeBuyButton buyButtonId = { " buy_btn_1QN9ZfGrYcG8NVg5XifQNZrp" } />
41
+
34
42
### Standard Maintenance Plan
35
43
36
44
- €1000/month[ ^ vat ]
37
45
- Includes 5 hours of support or feature work.[ ^ support_hours ]
38
46
- Email support within 5 business days.
39
47
48
+ <StripeBuyButton buyButtonId = { " buy_btn_1QN9XuGrYcG8NVg5K5ilLJUf" } />
49
+
40
50
### Basic Maintenance Plan
41
51
42
52
- €100/month[ ^ vat ]
43
53
- Email support within 5 business days.
44
54
- 10% discount on standard support rate.
45
55
56
+ <StripeBuyButton buyButtonId = { " buy_btn_1QN9PfGrYcG8NVg5kW3G1whb" } />
57
+
46
58
## Contact
47
59
48
60
You can’t perform that action at this time.
0 commit comments