Skip to content

Commit beec2ac

Browse files
committed
Update compositor.json
1 parent 7ed18ff commit beec2ac

File tree

1 file changed

+138
-0
lines changed

1 file changed

+138
-0
lines changed

compositor.json

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
{
2+
"name": "spockframework/spockframework.github.io",
3+
"version": "0.1.4",
4+
"libraries": {
5+
"xv": "^1.1.21"
6+
},
7+
"title": "Spock",
8+
"branch": "",
9+
"style": {
10+
"name": "Default",
11+
"componentSet": {
12+
"nav": "nav/BasicNav",
13+
"header": "header/BannerHeader",
14+
"article": "article/BasicArticle",
15+
"footer": "footer/BasicFooter"
16+
},
17+
"fontFamily": "-apple-system, BlinkMacSystemFont, sans-serif",
18+
"fontWeight": 400,
19+
"bold": 600,
20+
"lineHeight": 1.5,
21+
"typeScale": [
22+
72,
23+
48,
24+
24,
25+
20,
26+
16,
27+
14,
28+
12
29+
],
30+
"monospace": "Menlo, monospace",
31+
"heading": {
32+
"fontFamily": null,
33+
"fontStyle": null,
34+
"fontWeight": 600,
35+
"lineHeight": 1.25,
36+
"textTransform": null,
37+
"letterSpacing": null,
38+
"h0": {},
39+
"h1": {},
40+
"h2": {},
41+
"h3": {},
42+
"h4": {},
43+
"h5": {},
44+
"h6": {}
45+
},
46+
"alternativeText": {},
47+
"space": [
48+
0,
49+
8,
50+
16,
51+
32,
52+
48,
53+
64,
54+
96
55+
],
56+
"layout": {
57+
"maxWidth": 1024,
58+
"centered": false
59+
},
60+
"colors": {
61+
"text": "#111",
62+
"background": "#fff",
63+
"primary": "#08e",
64+
"secondary": "#059",
65+
"highlight": "#e08",
66+
"border": "#ddd",
67+
"muted": "#eee"
68+
},
69+
"border": {
70+
"width": 1,
71+
"radius": 2
72+
},
73+
"link": {},
74+
"button": {
75+
"hover": {
76+
"boxShadow": "inset 0 0 0 999px rgba(0, 0, 0, .125)"
77+
}
78+
},
79+
"input": {},
80+
"body": {
81+
"margin": 0
82+
},
83+
"breakpoints": {
84+
"xs": "@media screen and (max-width:40em)",
85+
"sm": "@media screen and (min-width:40em)",
86+
"md": "@media screen and (min-width:52em)",
87+
"lg": "@media screen and (min-width:64em)"
88+
}
89+
},
90+
"content": [
91+
{
92+
"component": "nav",
93+
"links": [
94+
{
95+
"href": "https://github.com/spockframework/spockframework.github.io",
96+
"text": "GitHub"
97+
}
98+
]
99+
},
100+
{
101+
"component": "header",
102+
"heading": "spockframework.github.io",
103+
"subhead": "Spock project homepage",
104+
"children": [
105+
{
106+
"component": "ui/TweetButton",
107+
"text": "spockframework.github.io: Spock project homepage",
108+
"url": null
109+
},
110+
{
111+
"component": "ui/GithubButton",
112+
"user": "spockframework",
113+
"repo": "spockframework.github.io"
114+
}
115+
]
116+
},
117+
{
118+
"component": "article",
119+
"metadata": {
120+
"source": "github.readme"
121+
},
122+
"html": "<h1>Spock</h1>\n<p>the enterprise ready specification framework</p>\n<ul>\n<li><a href=\"Source\">http://github.spockframework.org</a></li>\n<li><a href=\"Issues\">http://issues.spockframework.org/</a></li>\n<li><a href=\"Forum\">http://forum.spockframework.org/</a></li>\n</ul>\n<h2>What is it?</h2>\n<p>Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from <a href=\"JUnit\">http://www.junit.org/</a>, <a href=\"RSpec\">http://rspec.info/</a>, <a href=\"jMock\">http://www.jmock.org/</a>, <a href=\"Mockito\">http://www.mockito.org</a>, <a href=\"Groovy\">http://groovy.codehaus.org/</a>, <a href=\"Scala\">http://www.scala-lang.org/</a>, <a href=\"Vulcans\">http://en.wikipedia.org/wiki/Vulcans</a>, and other fascinating life forms.</p>\n<h2>How Do I Get Started?</h2>\n<p>Read ten reasons why Spock is for you, run your first spec in <a href=\"Spock Web Console\">http://meetspock.appspot.com/?id=9001</a>, fork the <a href=\"spock-example\">https://github.com/spockframework/spock-example</a> project, learn how to write a specification, or dive into the <a href=\"reference documentation\">http://docs.spockframework.org</a>.</p>\n<h2>Where Are The Docs?</h2>\n<ul>\n<li>Reference Documentation: [<a href=\"http://docs.spockframework.org\">http://docs.spockframework.org</a>]</li>\n<li>Wiki (old): [<a href=\"http://wiki.spockframework.org\">http://wiki.spockframework.org</a>]</li>\n<li>Javadoc: [<a href=\"http://javadoc.spockframework.org/latest\">http://javadoc.spockframework.org/latest</a>]</li>\n</ul>\n<h2>How Can I Get Involved?</h2>\n<ul>\n<li>Source Code: [<a href=\"http://github.spockframework.org\">http://github.spockframework.org</a>]</li>\n<li>Issue Tracker: [<a href=\"http://issues.spockframework.org\">http://issues.spockframework.org</a>]</li>\n<li>Discussion Forum: [<a href=\"http://forum.spockframework.org\">http://forum.spockframework.org</a>]</li>\n<li>Continuous Build: [<a href=\"http://builds.spockframework.org\">http://builds.spockframework.org</a>]</li>\n</ul>\n<h3>Supporters</h3>\n<p>Thanks to JetBrains for providing <a href=\"IDEA\">http://www.jetbrains.com/idea/</a> and <a href=\"TeamCity\">http://www.jetbrains.com/teamcity/</a> licenses.</p>\n<p>YourKit is kindly supporting open source projects with its full-featured Java Profiler.</p>\n<p>YourKit, LLC is the creator of innovative and intelligent tools for profiling\nJava and .NET applications. Take a look at YourKit&apos;s leading software products:\n<a href=\"YourKit Java Profiler\">http://www.yourkit.com/java/profiler/index.jsp</a> and\n<a href=\"YourKit .NET Profiler\">http://www.yourkit.com/.net/profiler/index.jsp</a>.</p>\n"
123+
},
124+
{
125+
"component": "footer",
126+
"links": [
127+
{
128+
"href": "https://github.com/spockframework/spockframework.github.io",
129+
"text": "GitHub"
130+
},
131+
{
132+
"href": "https://github.com/spockframework",
133+
"text": "spockframework"
134+
}
135+
]
136+
}
137+
]
138+
}

0 commit comments

Comments
 (0)