Skip to content

Commit

Permalink
Updated metadata fro 3.25.0
Browse files Browse the repository at this point in the history
Ticket: ENT-12336
Changelog: None
  • Loading branch information
nickanderson committed Dec 4, 2024
1 parent 3d15069 commit 400fea1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions generator/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ safe: false
plugins: ./_plugins/
# baseurl: /docs/master/
git-repository: github.com/cfengine/documentation
git-branch: "3.23"
git-branch: "3.25"
#source: ./pages/
#destination:
#layouts: ./_layouts/
Expand All @@ -17,24 +17,24 @@ CFE_OUTPUT: true
#CFE_DIR - output folder if CFE_OUTPUT turned on
CFE_DIR: _site
#to create correct links in sitemap
CFE_manuals_version: "master"
CFE_manuals_version: "3.25"
cfengine:
branch: "master"
core_branch: "master"
branch: "3.25"
core_branch: "3.25.0"
latest_patch_release: 0
latest_package_build: 1a
latest_package_build: 1
vagrant_package_build: 1
masterfiles_branch: "master"
masterfiles_branch: "3.25.0"

Template:
parse:
line_numbers: true

vagrant:
version: "2.2.19"
version: "2.4.3"

virtualbox:
version: "6.1.38"
version: "7.0.16"

paginate: 500

Expand All @@ -46,5 +46,5 @@ asset_pipeline:
bundle: true # Default = true
compress: true # Default = true
output_path: assets # Default = assets
display_path: docs/master/assets # Default = nil
display_path: docs/3.25/assets # Default = nil
gzip: false # Default = false

0 comments on commit 400fea1

Please sign in to comment.