forked from kubev2v/forklift-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
84 lines (76 loc) · 2.03 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Site settings
show_downloads: false
title: "Forklift Documentation"
description: "Migrating VMware virtual machines to KubeVirt"
permalink: pretty
repository: konveyor/forklift-documentation
baseurl: /
tags: "migration, VMware, OpenShift Virtualization, KubeVirt, migrating, virtual machines, OpenShift"
logo: "/assets/img/forklift-logo-darkbg.svg"
type: website
future: false
twitter:
username: konveyor_io
image: assets/img/konveyor-logo-forklift.jpg
# Build settings
markdown: kramdown
theme: jekyll-theme-cayman
defaults:
- scope:
path: "assets/img"
values:
image: true
plugins: [jekyll-paginate, jekyll-asciidoc, jekyll-redirect-from, jekyll-feed, jekyll-sitemap, premonition, jekyll/tagging, jekyll-seo-tag]
# empty array for asciidoc
asciidoc: {}
# upstream doc attributes
asciidoctor:
attributes:
- virt=KubeVirt
- a-virt=a KubeVirt
- oc=kubectl
- ocp=OKD
- ocp-version=4.10
- ocp-short=OKD
- user-guide-title=Installing and using Forklift
- rn-title=Release notes
- context=forklift
- description=Migrating virtual machines to KubeVirt
- rhv-full=oVirt
- rhv-short=oVirt
- a-rhv=an {rhv-full}
- a-rhv-short=an {rhv-short}
- manager=Engine
- abstract=Forklift enables you to migrate virtual machines from VMware or {rhv-full} to {virt} running on {ocp}.
- author=Forklift documentation team
- showtitle=@
- build=upstream
- keywords=migration, virtual machines, kubevirt
- imagesdir=../modules/images
- must-gather=quay.io/konveyor/forklift-must-gather:latest
- namespace=konveyor-forklift
- operator=forklift-operator
- operator-name=Forklift Operator
- project-short=Forklift
- project-full=Forklift
- project-first=Forklift
- project-version=2.3
- project-z-version=2.3.0
- the-lc=
- the=
- experimental
safe: unsafe
exclude:
- README.md
- .history
tag_page_layout: tag
tag_page_dir: /tag/
kramdown:
input: GFM
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: false
start_line: 1