github.com/99designs/gqlgen@v0.17.45/docs/config.yml (about) 1 baseurl: https://gqlgen.com/ 2 metadataformat: yaml 3 title: gqlgen 4 enableGitInfo: true 5 pygmentsCodeFences: true 6 pygmentsUseClasses: true 7 canonifyURLs: true 8 9 params: 10 name: gqlgen 11 description: graphql servers the easy way 12 13 menu: 14 main: 15 - name: Introduction 16 url: / 17 weight: -10 18 - name: Reference 19 identifier: reference 20 weight: 5 21 - name: Recipes 22 identifier: recipes 23 weight: 10 24 - name: pkg.go.dev → 25 parent: reference 26 url: https://pkg.go.dev/github.com/99designs/gqlgen 27 28 security: 29 funcs: 30 getenv: 31 - '^HUGO_' 32 - 'VERSIONS' 33 - 'CURRENT_VERSION' 34 35 go_initialisms: 36 replace_defaults: false 37 initialisms: 38 - 'CC' 39 - 'BCC'