litmus/mkdocs/docs/graphql/v3.9.0/config.yml

34 lines
1.1 KiB
YAML

spectaql:
targetDir: ./mkdocs/docs/graphql/v3.9.0
logoFile: ./mkdocs/docs/graphql/logo.png
faviconFile: ./mkdocs/docs/graphql/logo.png
displayAllServers: true
themeDir: ./mkdocs/docs/graphql/v3.9.0/custom-theme
introspection:
removeTrailingPeriodFromDescriptions: false
schemaFile: ./chaoscenter/graphql/definitions/shared/*.graphqls
queryNameStrategy: capitalizeFirst
fieldExpansionDepth: 2
spectaqlDirective:
enable: true
extensions:
graphqlScalarExamples: true
info:
title: ChaosCenter API Documentation
description: Litmus Portal provides console and UI experience for managing, monitoring, and events around chaos workflows. Chaos workflows consist of a sequence of experiments run together to achieve the objective of introducing some kind of fault into an application or the Kubernetes platform.
x-introItems:
- title: Common Error Response
file: ./mkdocs/docs/graphql/v3.9.0/error_response_guide.md
servers:
- url: http://localhost:8080
description: Dev
- url: http://localhost:8080/query
description: Prod
production: true