Add link to samples from top-level README
This commit is contained in:
@@ -8,8 +8,8 @@ This project is governed by the [Spring Code of Conduct](CODE_OF_CONDUCT.adoc).
|
||||
|
||||
## Documentation
|
||||
|
||||
This project maintains its reference documentation ([published](https://docs.spring.io/spring-graphql/docs/current-SNAPSHOT/reference/html/) and [source](spring-graphql-docs/src/docs/asciidoc)) and an
|
||||
[API reference](https://docs.spring.io/spring-graphql/docs/current-SNAPSHOT/api/).
|
||||
This project has reference documentation ([published](https://docs.spring.io/spring-graphql/docs/current-SNAPSHOT/reference/html/) and [source](spring-graphql-docs/src/docs/asciidoc)), an
|
||||
[API reference](https://docs.spring.io/spring-graphql/docs/current-SNAPSHOT/api/), and [samples](samples).
|
||||
|
||||
## Continuous Integration Builds
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
**Samples Directory**
|
||||
|
||||
This directory contains samples we test scenarios and features with.
|
||||
|
||||
All samples use the Boot starter, have integration tests you can run or debug, and expose a GraphiQL page to try queries with. Simply start the `main` application class and go to http://localhost:8080/graphiql.
|
||||
|
||||
Reference in New Issue
Block a user