github.com/projectcontour/contour@v1.28.2/site/config.yaml (about) 1 baseURL: "https://projectcontour.io/" 2 languageCode: "en-us" 3 title: "Contour" 4 theme: "contour" 5 outputs: 6 home: ["HTML", "REDIRECTS"] 7 posts: ["HTML", "RSS"] 8 pygmentsCodefences: true 9 pygmentsStyle: "pygments" 10 markup: 11 highlight: 12 anchorLineNos: false 13 codeFences: true 14 guessSyntax: false 15 hl_Lines: "" 16 lineAnchors: "" 17 lineNoStart: 1 18 lineNos: false 19 lineNumbersInTable: true 20 noClasses: true 21 style: native 22 tabWidth: 4 23 goldmark: 24 renderer: 25 unsafe: true 26 params: 27 base_url: "https://projectcontour.io" 28 twitter_url: "https://twitter.com/projectcontour" 29 github_url: "https://github.com/projectcontour/contour" 30 github_raw_url: "https://raw.githubusercontent.com/projectcontour/contour" 31 slack_url: "https://kubernetes.slack.com/messages/contour" 32 latest_version: "1.27" 33 use_advanced_docs: true 34 docs_right_sidebar: true 35 docs_search: true 36 docs_search_index_name: projectcontour 37 docs_search_api_key: c334c965f1dae0684bc36ec1f66f89a1 38 docs_search_app_id: IW9YQMJ8HH 39 docs_versioning: true 40 docs_versions: 41 - main 42 - "1.27" 43 - "1.26" 44 - "1.25" 45 - "1.24" 46 - "1.23" 47 - "1.22" 48 - "1.21" 49 - "1.20" 50 mediaTypes: 51 "text/netlify": 52 delimiter: "" 53 outputFormats: 54 REDIRECTS: 55 mediaType: "text/netlify" 56 baseName: "_redirects" 57 RSS: 58 mediatype: "application/rss" 59 baseName: "feed" 60 collections: 61 guides: 62 output: true 63 permalinks: 64 posts: /:slug