11baseURL : " https://sap.github.io/cap-operator"
22title : " CAP Operator"
33
4+ # Language settings
5+ contentDir : content/en
6+
47enableRobotsTXT : true
58
69# Will give values to .Lastmod etc.
710enableGitInfo : true
811
912# horizontal (top level) menu items
10- menu :
13+ menus :
1114 main :
1215 # NOTE: the "Documentation" menu item is sourced from the front matter of the _index.md file
1316 - name : " GitHub"
@@ -19,28 +22,12 @@ menu:
1922 url : " https://pkg.go.dev/github.com/sap/cap-operator/"
2023 pre : " <i class='fab fa-golang'></i>"
2124
22- # You can add your own taxonomies
23- taxonomies :
24- tag : " tags"
25- category : " categories"
26-
2725# Image processing configuration.
2826imaging :
2927 resampleFilter : " CatmullRom"
3028 quality : 90
3129 anchor : Smart
3230
33- # Language configuration
34- languages :
35- en :
36- languageName : " English"
37- contentDir : " content/en"
38- # Weight used for sorting.
39- weight : 1
40- params :
41- title : " CAP Operator"
42- description : " A Kubernetes operator for managing the lifecycle of CAP applications"
43-
4431markup :
4532 goldmark :
4633 parser :
@@ -51,12 +38,11 @@ markup:
5138 highlight :
5239 noClasses : false # Required for dark-mode
5340
54- # Everything below this are Site Params
55-
5641# Comment out if you don't want the "print entire section" link enabled.
5742outputs :
5843 section : ["HTML", "print", "RSS"]
5944
45+ # Everything below this are Site Params
6046params :
6147 copyright :
6248 authors : SAP SE or an SAP affiliate company
@@ -92,6 +78,7 @@ params:
9278 # Enable Lunr.js offline search
9379 offlineSearch : true
9480
81+ # Enable syntax highlighting and copy buttons on code blocks with Prism
9582 prism_syntax_highlighting : false
9683
9784 # User interface configuration
0 commit comments