Skip to content

Commit

Permalink
Added Javadoc links for the three libraries (ExpediaGroup#413)
Browse files Browse the repository at this point in the history
* Added Javadoc links for the three libraries

* fix garbled descriptions

At some point the emdash and description for the first bullet point got moved south. This puts it where it belongs.
  • Loading branch information
Robert Del Favero authored and smyrick committed Oct 1, 2019
1 parent 7a8815d commit 7a668d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started.md
Expand Up @@ -7,11 +7,11 @@ GraphQL Kotlin consists of number of libraries that aim to simplify running a Gr

## Modules

* [graphql-kotlin-schema-generator](https://github.com/ExpediaGroup/graphql-kotlin/tree/master/graphql-kotlin-schema-generator)
* [graphql-kotlin-federation](https://github.com/ExpediaGroup/graphql-kotlin/tree/master/graphql-kotlin-federation)
— Schema generator extension to build federated GraphQL schemas
* [graphql-kotlin-schema-generator](https://github.com/ExpediaGroup/graphql-kotlin/tree/master/graphql-kotlin-schema-generator) ([Javadoc](https://www.javadoc.io/doc/com.expediagroup/graphql-kotlin-schema-generator))
— Code only GraphQL schema generation for Kotlin
* [graphql-kotlin-spring-server](https://github.com/ExpediaGroup/graphql-kotlin/tree/master/graphql-kotlin-spring-server)
* [graphql-kotlin-federation](https://github.com/ExpediaGroup/graphql-kotlin/tree/master/graphql-kotlin-federation) ([Javadoc](https://www.javadoc.io/doc/com.expediagroup/graphql-kotlin-federation))
— Schema generator extension to build federated GraphQL schemas
* [graphql-kotlin-spring-server](https://github.com/ExpediaGroup/graphql-kotlin/tree/master/graphql-kotlin-spring-server) ([Javadoc](https://www.javadoc.io/doc/com.expediagroup/graphql-kotlin-spring-server))
— Spring Boot auto-configuration library to create GraphQL web app
* [examples](https://github.com/ExpediaGroup/graphql-kotlin/tree/master/examples)
— Example apps that use graphql-kotlin libraries to test and demonstrate usages
Expand Down

0 comments on commit 7a668d3

Please sign in to comment.