graphene/docs/config.toml

18 lines
285 B
TOML
Raw Normal View History

2015-11-26 02:25:03 +03:00
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/",
]