We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0154e40 commit 1108d71Copy full SHA for 1108d71
hugo/config.toml
@@ -10,11 +10,20 @@ relativeURLs = true
10
11
[params]
12
branch = "%branch%"
13
+CFE_manuals_version = "%branch%"
14
repositoryUrl = "https://github.com/cfengine/documentation"
15
searchBaseUrl = "/docs/search/%branch%/"
16
searchUrlPrefix = ".."
17
domain = "docs.cfengine.com"
18
19
+[params.cfengine]
20
+branch = "%branch%"
21
+core_branch = "master"
22
+latest_patch_release = 0
23
+latest_package_build = "1a"
24
+vagrant_package_build = 1
25
+masterfiles_branch = "master"
26
+
27
# Number of posts per page
28
[pagination]
29
pagerSize = 10
0 commit comments