graphql-php/mkdocs.yml

22 lines
753 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
- Type System:
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
- Input Types: type-system/input-types.md
- Directives: type-system/directives.md
- Schema: type-system/schema.md
- Executing Queries: executing-queries.md
- Handling Errors: error-handling.md
2016-11-25 14:07:51 +03:00
# - Fetching Data: data-fetching.md
# - Best Practices: best-practices.md
2016-11-05 19:55:51 +03:00
- Complementary Tools: complementary-tools.md
2016-10-23 18:16:32 +03:00
theme: readthedocs