Skip to content

Commit c77bd44

Browse files
committed
Adding section for web client and samples
1 parent 35efca3 commit c77bd44

File tree

3 files changed

+57
-0
lines changed

3 files changed

+57
-0
lines changed

config.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ googleAnalytics = ""
4949
url = "https://github.com/graphql-java-kickstart/graphql-spring-boot"
5050
menu = "Spring Boot"
5151

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+
5262
[params.logo]
5363
icon = ""
5464
image = "images/logo-graphql-kickstart-2000px.png"
@@ -83,6 +93,16 @@ googleAnalytics = ""
8393
url = "/spring-boot/"
8494
weight = 30
8595

96+
[[menu.main]]
97+
name = "Web Client"
98+
url = "/web-client/"
99+
weight = 40
100+
101+
[[menu.main]]
102+
name = "Samples"
103+
url = "/samples/"
104+
weight = 50
105+
86106
[blackfriday]
87107
smartypants = true
88108
fractions = true

content/samples/_index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
date: 2021-04-09T17:50:13+01:00
3+
title: About GraphQL Kickstart Samples
4+
weight: 1
5+
type: index
6+
menu:
7+
main:
8+
parent: Samples
9+
---
10+
11+
[![GitHub contributors](https://img.shields.io/github/contributors/graphql-java-kickstart/samples)](https://github.com/graphql-java-kickstart/samples/graphs/contributors)
12+
[![Discuss on GitHub](https://img.shields.io/badge/GitHub-discuss-orange)](https://github.com/graphql-java-kickstart/samples/discussions)
13+
14+
## Overview
15+
16+
You can find a collection of samples projects within the [graphql-java-kickstart/samples](https://github.com/graphql-java-kickstart/samples) repository

content/web-client/_index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
date: 2021-04-09T17:50:13+01:00
3+
title: About GraphQL Spring WebClient
4+
weight: 1
5+
type: index
6+
menu:
7+
main:
8+
parent: Web Client
9+
---
10+
11+
[![Maven Central](https://img.shields.io/maven-central/v/com.graphql-java-kickstart/graphql-webclient-spring-boot-starter.svg)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart/graphql-webclient-spring-boot-starter)
12+
[![GitHub CI Workflow](https://github.com/graphql-java-kickstart/graphql-spring-webclient/actions/workflows/snapshot.yml/badge.svg?branch=master)](https://github.com/graphql-java-kickstart/graphql-spring-webclient/actions/workflows/snapshot.yml?query=branch%3Amaster)
13+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=graphql-java-kickstart_graphql-spring-webclient&metric=alert_status)](https://sonarcloud.io/dashboard?id=graphql-java-kickstart_graphql-spring-webclient)
14+
[![GitHub contributors](https://img.shields.io/github/contributors/graphql-java-kickstart/graphql-spring-webclient)](https://github.com/graphql-java-kickstart/graphql-spring-webclient/graphs/contributors)
15+
[![Discuss on GitHub](https://img.shields.io/badge/GitHub-discuss-orange)](https://github.com/graphql-java-kickstart/graphql-spring-webclient/discussions)
16+
17+
## Overview
18+
19+
Reactive GraphQL client for consuming GraphQL APIs from a Spring Boot application. Provides OAuth2 authorization through configuration.
20+
21+
See [README.md](https://github.com/graphql-java-kickstart/graphql-spring-webclient) for more details on configuration options and usage

0 commit comments

Comments
 (0)