File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
docusaurus/src/pages/home Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ export default {
66 description : 'Get set up in minutes to build any projects in hours instead of weeks.' ,
77 } ,
88 carousel : [
9+ {
10+ title : 'Can’t wait to use Strapi?' ,
11+ description : (
12+ < >
13+ { 'Learn Strapi in a nutshell with our ' }
14+ < a href = "https://docs.strapi.io/dev-docs/quick-start" target = "_blank" > quick start guide</ a >
15+ { ', or request a ' }
16+ < a href = "https://strapi.io/demo" target = "_blank" > live demo</ a > !
17+ </ >
18+ ) ,
19+ button : {
20+ label : 'Quick start' ,
21+ decorative : '🚀' ,
22+ to : '/dev-docs/quick-start' ,
23+ } ,
24+ } ,
925 {
1026 backgroundImgSrc : require ( '@site/static/img/assets/home/carousel-background--cloud.png' ) . default ,
1127 variant : 'cloud' ,
@@ -24,22 +40,6 @@ export default {
2440 to : '/cloud/intro' ,
2541 } ,
2642 } ,
27- {
28- title : 'Can’t wait to use Strapi?' ,
29- description : (
30- < >
31- { 'If demos are more your thing, we have a ' }
32- < a href = "https://youtu.be/h9vETeRiulY" target = "_blank" > video demo</ a >
33- { ', or you can request a ' }
34- < a href = "https://strapi.io/demo" target = "_blank" > live demo</ a > !
35- </ >
36- ) ,
37- button : {
38- label : 'Quick start' ,
39- decorative : '🚀' ,
40- to : '/dev-docs/quick-start' ,
41- } ,
42- } ,
4343 ] ,
4444 categories : [
4545 {
You can’t perform that action at this time.
0 commit comments