Skip to content

Commit 1108d71

Browse files
Added missing params to the config.toml
Signed-off-by: Ihor Aleksandrychiev <ihor.aleksandrychiev@northern.tech>
1 parent 0154e40 commit 1108d71

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

hugo/config.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,20 @@ relativeURLs = true
1010

1111
[params]
1212
branch = "%branch%"
13+
CFE_manuals_version = "%branch%"
1314
repositoryUrl = "https://github.com/cfengine/documentation"
1415
searchBaseUrl = "/docs/search/%branch%/"
1516
searchUrlPrefix = ".."
1617
domain = "docs.cfengine.com"
1718

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+
1827
# Number of posts per page
1928
[pagination]
2029
pagerSize = 10

0 commit comments

Comments
 (0)