mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +03:00
19 lines
304 B
TOML
19 lines
304 B
TOML
siteTitle = "Graphene"
|
|
|
|
[docs.quickstart]
|
|
name = "Quickstart"
|
|
pages = [
|
|
"/docs/quickstart/",
|
|
"/docs/quickstart-django/",
|
|
]
|
|
|
|
[docs.walkthrough]
|
|
name = "Walkthrough"
|
|
pages = [
|
|
"/docs/interfaces/",
|
|
"/docs/objecttypes/",
|
|
"/docs/mutations/",
|
|
"/docs/basic-types/",
|
|
"/docs/relay/",
|
|
]
|