File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,4 +149,5 @@ packages/idea-language/server/package-lock.json
149149packages /idea-transformer /tests /out
150150.DS_Store
151151
152- .clinerules
152+ .clinerules
153+ .playwright
Original file line number Diff line number Diff line change @@ -227,6 +227,18 @@ pre {
227227 backdrop-filter : blur (20px );
228228}
229229
230+ .hero-card .badges {
231+ padding-top : 20px ;
232+ }
233+
234+ .hero-card .badges a {
235+ text-decoration : none;
236+ }
237+
238+ .hero-card .badges a img {
239+ display : inline-block;
240+ }
241+
230242.hero-copy {
231243 padding : 42px ;
232244}
Original file line number Diff line number Diff line change 5050 < article class ="hero-card hero-copy ">
5151 < div class ="eyebrow "> Write the schema. Ship the artifact.</ div >
5252 < h1 > Transform your ideas to reality</ h1 >
53+ < div class ="badges ">
54+ < a href ="https://www.npmjs.com/package/@stackpress/idea ">
55+ < img src ="https://img.shields.io/npm/v/@stackpress/idea.svg?style=flat " />
56+ </ a >
57+ < a href ="https://github.com/stackpress/idea/blob/main/LICENSE ">
58+ < img src ="https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat " />
59+ </ a >
60+ < a href ="https://github.com/stackpress/idea/commits/main/ ">
61+ < img src ="https://img.shields.io/github/last-commit/stackpress/idea " />
62+ </ a >
63+ < a href ="https://github.com/stackpress/idea/actions ">
64+ < img src ="https://img.shields.io/github/actions/workflow/status/stackpress/idea/test.yml " />
65+ </ a >
66+ < a href ="https://coveralls.io/github/stackpress/idea?branch=main ">
67+ < img src ="https://coveralls.io/repos/github/stackpress/idea/badge.svg?branch=main " />
68+ </ a >
69+ < a href ="https://github.com/stackpress/idea/pulls ">
70+ < img src ="https://img.shields.io/badge/PRs-welcome-brightgreen.svg " />
71+ </ a >
72+ </ div >
5373 < p > Idea is a schema file specification and a transformation toolchain. You describe models and metadata in a < code > .idea</ code > file, then run plugins to generate code or other artifacts. Many ideas. Many outputs.</ p >
5474 < div class ="hero-actions ">
5575 < a class ="button-link is-accent " href ="./getting-started/index.html "> Start here</ a >
Original file line number Diff line number Diff line change @@ -227,6 +227,18 @@ pre {
227227 backdrop-filter : blur (20px );
228228}
229229
230+ .hero-card .badges {
231+ padding-top : 20px ;
232+ }
233+
234+ .hero-card .badges a {
235+ text-decoration : none;
236+ }
237+
238+ .hero-card .badges a img {
239+ display : inline-block;
240+ }
241+
230242.hero-copy {
231243 padding : 42px ;
232244}
Original file line number Diff line number Diff line change 22 < article class ="hero-card hero-copy ">
33 < div class ="eyebrow "> Write the schema. Ship the artifact.</ div >
44 < h1 > Transform your ideas to reality</ h1 >
5+ < div class ="badges ">
6+ < a href ="https://www.npmjs.com/package/@stackpress/idea " target ="_blank ">
7+ < img src ="https://img.shields.io/npm/v/@stackpress/idea.svg?style=flat " />
8+ </ a >
9+ < a href ="https://github.com/stackpress/idea/blob/main/LICENSE " target ="_blank ">
10+ < img src ="https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat " />
11+ </ a >
12+ < a href ="https://github.com/stackpress/idea/commits/main/ " target ="_blank ">
13+ < img src ="https://img.shields.io/github/last-commit/stackpress/idea " />
14+ </ a >
15+ < a href ="https://github.com/stackpress/idea/actions " target ="_blank ">
16+ < img src ="https://img.shields.io/github/actions/workflow/status/stackpress/idea/test.yml " />
17+ </ a >
18+ < a href ="https://coveralls.io/github/stackpress/idea?branch=main " target ="_blank ">
19+ < img src ="https://coveralls.io/repos/github/stackpress/idea/badge.svg?branch=main " />
20+ </ a >
21+ < a href ="https://github.com/stackpress/idea/pulls " target ="_blank ">
22+ < img src ="https://img.shields.io/badge/PRs-welcome-brightgreen.svg " />
23+ </ a >
24+ </ div >
525 < p > Idea is a schema file specification and a transformation toolchain. You describe models and metadata in a < code > .idea</ code > file, then run plugins to generate code or other artifacts. Many ideas. Many outputs.</ p >
626 < div class ="hero-actions ">
727 < a class ="button-link is-accent " href ="{{startHref}} "> Start here</ a >
You can’t perform that action at this time.
0 commit comments