Skip to content

Commit ef51a05

Browse files
Deepak-dumikeestocarolstran
authored
Update README.md (#979)
* Update README.md Readme file has been updated in a detailed way. * Update README.md Co-authored-by: Michael Esteban <[email protected]> * Update README.md Co-authored-by: Carolyn Stransky <[email protected]> * Update README.md Co-authored-by: Carolyn Stransky <[email protected]> * Update README.md Co-authored-by: Carolyn Stransky <[email protected]> * Update README.md Co-authored-by: Carolyn Stransky <[email protected]> * Update README.md Co-authored-by: Carolyn Stransky <[email protected]> * Update README.md Co-authored-by: Carolyn Stransky <[email protected]> * Update README.md Co-authored-by: Carolyn Stransky <[email protected]> * Update README.md Co-authored-by: Carolyn Stransky <[email protected]> * Update README.md Co-authored-by: Carolyn Stransky <[email protected]> Co-authored-by: Michael Esteban <[email protected]> Co-authored-by: Carolyn Stransky <[email protected]>
1 parent 83094b8 commit ef51a05

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Source Repository for graphql.org
22

3-
This repository contains the source code of https://graphql.org website.
3+
This repository contains the source code for the [GraphQL website](https://graphql.org).
44

5-
## Contributing
5+
> You can find more discussions on the [#website channel on the GraphQL Slack](https://graphql.slack.com/messages/website/). [Get your invite here!](https://graphql-slack.herokuapp.com/)
66
7-
Check out our [contributing guide](./CONTRIBUTING.md) for detailed instructions for how to make changes to graphql.org 🎉
7+
8+
A brief overview: **GraphQL** is a query language for APIs and a runtime for fulfilling those queries with your existing data. It provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need, and enables powerful developer tools. The [specification](https://spec.graphql.org/) is open source and governed by the [GraphQL Foundation](https://foundation.graphql.org/).
9+
10+
## Documentation
11+
- [Site](https://graphql.org/)
12+
- [Reference documentation](https://graphql.org/learn/)
13+
- [Language support, tools, and services](https://graphql.org/code/)
14+
- [Frequently Asked Questions (FAQ)](https://graphql.org/faq/)
15+
- [Community resources](https://graphql.org/community/)
16+
17+
## How to contribute
18+
Check out our [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to make changes to the GraphQL website 🎉

0 commit comments

Comments
 (0)