Update docs

This commit is contained in:
sunli 2020-05-10 09:41:13 +08:00
parent 6874b8138c
commit 357a0b4cad
2 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,8 @@
`Async-graphql` is a high-performance server-side library that supports all GraphQL specifications.
* [Feature Comparison](feature-comparison.md)
* [Book(WIP)](https://async-graphql.github.io/async-graphql/en/index.html) [中文文档](https://async-graphql.github.io/async-graphql/zh-CN/index.html)
* [Book](https://async-graphql.github.io/async-graphql/en/index.html)
* [中文文档](https://async-graphql.github.io/async-graphql/zh-CN/index.html)
* [Docs](https://docs.rs/async-graphql)
* [GitHub repository](https://github.com/async-graphql/async-graphql)
* [Cargo package](https://crates.io/crates/async-graphql)

View File

@ -24,6 +24,10 @@
//!
//! ## Documentation
//!
//! * [Feature Comparison](feature-comparison.md)
//! * [Book](https://async-graphql.github.io/async-graphql/en/index.html)
//! * [中文文档](https://async-graphql.github.io/async-graphql/zh-CN/index.html)
//! * [Docs](https://docs.rs/async-graphql)
//! * [GitHub repository](https://github.com/async-graphql/async-graphql)
//! * [Cargo package](https://crates.io/crates/async-graphql)
//! * Minimum supported Rust version: 1.42 or later