@@ -34,6 +34,18 @@ googleAnalytics = ""
34
34
search = true
35
35
tabs = true
36
36
37
+ [params .logo ]
38
+ icon = " "
39
+ image = " images/logo-graphql-kickstart-2000px.png"
40
+
41
+ [params .palette ]
42
+ primary = " pink"
43
+ accent = " teal"
44
+
45
+ [params .font ]
46
+ text = " Roboto"
47
+ code = " Roboto Mono"
48
+
37
49
[[params .repositories ]]
38
50
name = " graphql-java-kickstart/graphql-java-servlet"
39
51
url = " https://github.com/graphql-java-kickstart/graphql-java-servlet"
@@ -49,32 +61,20 @@ googleAnalytics = ""
49
61
url = " https://github.com/graphql-java-kickstart/graphql-spring-boot"
50
62
menu = " Spring Boot"
51
63
52
- [[params .repositories ]]
53
- name = " graphql-java-kickstart/graphql-spring-webclient"
54
- url = " https://github.com/graphql-java-kickstart/graphql-spring-webclient"
55
- menu = " Web Client"
56
-
57
- [[params .repositories ]]
58
- name = " graphql-java-kickstart/samples"
59
- url = " https://github.com/graphql-java-kickstart/samples"
60
- menu = " Samples"
61
-
62
- [[params .repositories ]]
63
- name = " philip-jvm/learn-spring-boot-graphql"
64
- url = " https://github.com/philip-jvm/learn-spring-boot-graphql"
65
- menu = " Tutorials"
66
-
67
- [params .logo ]
68
- icon = " "
69
- image = " images/logo-graphql-kickstart-2000px.png"
64
+ [[params .repositories ]]
65
+ name = " graphql-java-kickstart/graphql-spring-webclient"
66
+ url = " https://github.com/graphql-java-kickstart/graphql-spring-webclient"
67
+ menu = " Web Client"
70
68
71
- [params .palette ]
72
- primary = " pink"
73
- accent = " teal"
69
+ [[params .repositories ]]
70
+ name = " graphql-java-kickstart/samples"
71
+ url = " https://github.com/graphql-java-kickstart/samples"
72
+ menu = " Samples"
74
73
75
- [params .font ]
76
- text = " Roboto"
77
- code = " Roboto Mono"
74
+ [[params .repositories ]]
75
+ name = " philip-jvm/learn-spring-boot-graphql"
76
+ url = " https://github.com/philip-jvm/learn-spring-boot-graphql"
77
+ menu = " Tutorials"
78
78
79
79
80
80
[social ]
@@ -120,4 +120,4 @@ googleAnalytics = ""
120
120
plainIDAnchors = true
121
121
122
122
[outputs ]
123
- home = [" HTML" , " RSS" , " JSON" ]
123
+ home = [" HTML" , " RSS" , " JSON" ]
0 commit comments