-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy path_config.yml
134 lines (129 loc) · 7.98 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
title: Sangria
description: "Sangria - Scala GraphQL Implementation"
host: 0.0.0.0
baseurl: ""
url: "https://sangria-graphql.github.io"
bootstrap-theme: flatly
ga-code: UA-65759630-1
domain: sangria-graphql.github.io
version:
sangria: 4.0.0
sangria-relay: 2.0.0
sangria-spray-json: 1.0.2
sangria-play-json: 2.0.1
sangria-json4s-native: 1.0.1
sangria-json4s-jackson: 1.0.1
sangria-circe: 1.3.0
sangria-msgpack: 2.0.0
sangria-ion: 2.0.0
sangria-argonaut: 1.0.1
sangria-marshalling-api: 1.0.4
sangria-marshalling-testkit: 1.0.3
sangria-streaming-api: 1.0.1
sangria-akka-streams: 1.0.2
sangria-rxscala: 1.0.0
sangria-monix: 2.0.0
sangria-slowlog: 3.0.0
macro-visit: 0.1.2
groupId: org.sangria-graphql
link:
gitter: https://app.gitter.im/#/room/#sangria-graphql_sangria:gitter.im
sangria-github: https://github.com/sangria-graphql
sangria-maven: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.sangria-graphql%22
twitter: https://twitter.com/easyangel
stack-overflow: http://stackoverflow.com/questions/tagged/sangria
stack-overflow-ask: http://stackoverflow.com/questions/ask?tags=scala,graphql,sangria
google-groups: https://groups.google.com/forum/#!forum/sangria-graphql
sangria-changelog: https://github.com/sangria-graphql/sangria/blob/master/CHANGELOG.md
repo:
sangria: https://github.com/sangria-graphql/sangria
sangria-relay: https://github.com/sangria-graphql/sangria-relay
sangria-spray-json: https://github.com/sangria-graphql/sangria-spray-json
sangria-play-json: https://github.com/sangria-graphql/sangria-play-json
sangria-json4s-native: https://github.com/sangria-graphql/sangria-json4s-native
sangria-json4s-jackson: https://github.com/sangria-graphql/sangria-json4s-jackson
sangria-circe: https://github.com/sangria-graphql/sangria-circe
sangria-msgpack: https://github.com/sangria-graphql/sangria-msgpack
sangria-ion: https://github.com/sangria-graphql/sangria-ion
sangria-argonaut: https://github.com/sangria-graphql/sangria-argonaut
sangria-marshalling-api: https://github.com/sangria-graphql/sangria-marshalling-api
sangria-marshalling-testkit: https://github.com/sangria-graphql/sangria-marshalling-testkit
sangria-streaming-api: https://github.com/sangria-graphql/sangria-streaming-api
sangria-akka-streams: https://github.com/sangria-graphql/sangria-akka-streams
sangria-rxscala: https://github.com/sangria-graphql/sangria-rxscala
sangria-monix: https://github.com/sangria-graphql/sangria-monix
sangria-slowlog: https://github.com/sangria-graphql/sangria-slowlog
macro-visit: https://github.com/sangria-graphql/macro-visit
maven:
sangria: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria_
sangria-relay: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria-relay_
sangria-spray-json: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria-spray-json_
sangria-play-json: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria-play-json_
sangria-json4s-native: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria-json4s-native_
sangria-json4s-jackson: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria-json4s-jackson_
sangria-circe: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria-circe_
sangria-msgpack: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria-msgpack_
sangria-ion: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria-ion_
sangria-argonaut: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria-argonaut_
sangria-marshalling-api: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria-marshalling-api_
sangria-marshalling-testkit: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria-marshalling-testkit_
sangria-streaming-api: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria-streaming-api_
sangria-akka-streams: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria-akka-streams_
sangria-rxscala: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria-rxscala_
sangria-monix: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria-monix_
sangria-slowlog: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Csangria-slowlog_
macro-visit: http://search.maven.org/#artifactdetails%7Corg.sangria-graphql%7Cmacro-visit_
issues:
sangria: https://github.com/sangria-graphql/sangria/issues
sangria-relay: https://github.com/sangria-graphql/sangria-relay/issues
sangria-spray-json: https://github.com/sangria-graphql/sangria-spray-json/issues
sangria-play-json: https://github.com/sangria-graphql/sangria-play-json/issues
sangria-json4s-native: https://github.com/sangria-graphql/sangria-json4s-native/issues
sangria-json4s-jackson: https://github.com/sangria-graphql/sangria-json4s-jackson/issues
sangria-circe: https://github.com/sangria-graphql/sangria-circe/issues
sangria-msgpack: https://github.com/sangria-graphql/sangria-msgpack/issues
sangria-ion: https://github.com/sangria-graphql/sangria-ion/issues
sangria-argonaut: https://github.com/sangria-graphql/sangria-argonaut/issues
sangria-marshalling-api: https://github.com/sangria-graphql/sangria-marshalling-api/issues
sangria-marshalling-testkit: https://github.com/sangria-graphql/sangria-marshalling-testkit/issues
sangria-streaming-api: https://github.com/sangria-graphql/sangria-streaming-api/issues
sangria-akka-streams: https://github.com/sangria-graphql/sangria-akka-streams/issues
sangria-rxscala: https://github.com/sangria-graphql/sangria-rxscala/issues
sangria-monix: https://github.com/sangria-graphql/sangria-monix/issues
sangria-slowlog: https://github.com/sangria-graphql/sangria-slowlog/issues
macro-visit: https://github.com/sangria-graphql/macro-visit/issues
releases:
sangria: https://github.com/sangria-graphql/sangria/releases
sangria-relay: https://github.com/sangria-graphql/sangria-relay/releases
sangria-spray-json: https://github.com/sangria-graphql/sangria-spray-json/releases
sangria-play-json: https://github.com/sangria-graphql/sangria-play-json/releases
sangria-json4s-native: https://github.com/sangria-graphql/sangria-json4s-native/releases
sangria-json4s-jackson: https://github.com/sangria-graphql/sangria-json4s-jackson/releases
sangria-circe: https://github.com/sangria-graphql/sangria-circe/releases
sangria-msgpack: https://github.com/sangria-graphql/sangria-msgpack/releases
sangria-ion: https://github.com/sangria-graphql/sangria-ion/releases
sangria-argonaut: https://github.com/sangria-graphql/sangria-argonaut/releases
sangria-marshalling-api: https://github.com/sangria-graphql/sangria-marshalling-api/releases
sangria-marshalling-testkit: https://github.com/sangria-graphql/sangria-marshalling-testkit/releases
sangria-streaming-api: https://github.com/sangria-graphql/sangria-streaming-api/releases
sangria-akka-streams: https://github.com/sangria-graphql/sangria-akka-streams/releases
sangria-rxscala: https://github.com/sangria-graphql/sangria-rxscala/releases
sangria-slowlog: https://github.com/sangria-graphql/sangria-slowlog/releases
macro-visit: https://github.com/sangria-graphql/macro-visit/releases
website: https://github.com/sangria-graphql/sangria-website
jekyll: http://jekyllrb.com/
ghpages: https://pages.github.com/
graphql: http://facebook.github.io/graphql/
akka-http-example:
github: https://github.com/sangria-graphql/sangria-akka-http-example
try: https://github.com/sangria-graphql/sangria-playground
toolbox: https://github.com/OlegIlyenko/graphql-toolbox
try-relay: https://github.com/sangria-graphql/sangria-relay-playground
spec:
errors: https://facebook.github.io/graphql/#sec-Errors
markdown: kramdown
permalink: pretty
highlighter: rouge
plugins:
- jekyll-redirect-from
- jekyll-sitemap