-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
64 lines (57 loc) · 1.91 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
# Site settings
show_downloads: false
title: "Tackle Documentation"
permalink: pretty
repository: konveyor/tackle-documentation
# If domain is created with CNAME file, baseurl="/"
# GH page server URLs: 185.199.111.153, 185.199.110.153, 185.199.109.153, 185.199.108.153
baseurl: /
logo: "assets/img/konveyor-logo-tackle.svg"
type: website
future: false
# 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:
- title=Installing and using Tackle
- context=tackle
- description=Refactoring applications for Kubernetes
- author=Tackle documentation team
- showtitle=@
- build=upstream
- imagesdir=../modules/images
- project-name=Tackle
- oc=kubectl
- ocp=Enterprise Kubernetes Platform
- ocp-version=
- project-version=1.2
- operator=Tackle Operator
- namespace=my-tackle-operator
- kebab=Options menu image:kebab.png[title="Options menu",height=20]
- abstract={project-name} is a cloud-native application that assesses your applications to determine an appropriate migration strategy for each application, for example, rehosting, replatforming, or refactoring. {project-name} also helps you plan the migration of your applications to an enterprise Kubernetes platform.
- subtitle=Assess your applications with {project-name} to determine an appropriate migration strategy and to plan your migration to an enterprise Kubernetes platform.
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