graphql-php/mkdocs.yml

27 lines
939 B
YAML
Raw Normal View History

2016-10-23 18:16:32 +03:00
site_name: graphql-php
pages:
- About: index.md
- Getting Started: getting-started.md
- Complementary Tools: complementary-tools.md
2017-08-16 22:16:32 +03:00
- Type Definitions:
2016-11-05 19:55:51 +03:00
- Introduction: type-system/index.md
- Object Types: type-system/object-types.md
- Scalar Types: type-system/scalar-types.md
- Enumeration Types: type-system/enum-types.md
- Lists and Non-Null: type-system/lists-and-nonnulls.md
- Interfaces: type-system/interfaces.md
- Unions: type-system/unions.md
2017-08-20 18:10:37 +03:00
- Mutations and Input Types: type-system/input-types.md
- Directives: type-system/directives.md
- Schema: type-system/schema.md
2017-08-17 16:35:58 +03:00
- Using Type Language: type-system/type-language.md
- Executing Queries: executing-queries.md
2017-08-18 16:56:47 +03:00
- Fetching Data: data-fetching.md
- Handling Errors: error-handling.md
2017-08-17 16:35:58 +03:00
# - Mutations: mutations.md
2017-08-18 16:56:47 +03:00
- Security: security.md
2017-08-16 22:16:32 +03:00
# - Performance tips: performance.md
2017-08-17 16:35:58 +03:00
- How it works: how-it-works.md
2017-08-16 22:16:32 +03:00
- Class Reference: reference.md
2016-10-23 18:16:32 +03:00
theme: readthedocs