-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathconfig.toml
126 lines (120 loc) · 3.95 KB
/
config.toml
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
baseURL = 'http://konveyor.io/'
languageCode = 'en-us'
title = 'Konveyor'
theme = ["github.com/google/docsy"]
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.main]]
name = "Components"
weight = 1
identifier = "components"
[[menu.main]]
url = "/components/konveyor-hub"
name = "Konveyor Hub"
parent = "components"
weight = 1
[[menu.main]]
url = "/components/konveyor-cli"
name = "Konveyor CLI"
parent = "components"
weight = 2
[[menu.main]]
url = "/components/kai"
name = "Konveyor AI"
parent = "components"
weight = 3
[[menu.main]]
name = "Documentation"
weight = 2
url = "/docs"
[[menu.main]]
name = "Community"
weight = 3
url = "/docs/konveyor/contributetokonveyor/"
[[menu.main]]
name = "Ecosystem"
weight = 4
url = "/ecosystem"
[[menu.main]]
name = "Blog"
weight = 5
url = "/blog"
[params]
# Google Tag Manager
gtm_id = "GTM-TKPDMS3"
# offline search
offlineSearch = true
# announcement banner
show_banner = true
[params.ui]
sidebar_search_disable = false
sidebar_menu_compact = true
sidebar_menu_foldable = true
[params.links]
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
[[params.links.user]]
name = "User mailing list"
url = "https://example.org/mail"
icon = "fa fa-envelope"
desc = "Discussion and help from your fellow users"
[[params.links.user]]
name ="Twitter"
url = "https://example.org/twitter"
icon = "fab fa-x-twitter"
desc = "Follow us on Twitter to get the latest news!"
[[params.links.user]]
name = "Stack Overflow"
url = "https://example.org/stack"
icon = "fab fa-stack-overflow"
desc = "Practical questions and curated answers"
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/google/docsy"
icon = "fab fa-github"
desc = "Development takes place here!"
[[params.links.developer]]
name = "Slack"
url = "https://example.org/slack"
icon = "fab fa-slack"
desc = "Chat with other project developers"
[[params.links.developer]]
name = "Developer mailing list"
url = "https://example.org/mail"
icon = "fa fa-envelope"
desc = "Discuss development issues around the project"
# Key konveyor components section on the main page
[[params.components]]
src = "/images/konveyor-ui-dashboard.png"
title = "Konveyor Hub"
cta_primary_title = "Get Started"
cta_primary_url = "/docs/konveyor/"
cta_secondary_title = "Learn More"
cta_secondary_url = "/components/konveyor-hub"
description = "A hub for all your migration projects. View, categorize, and analyze your application landscape from a web console. Use it to build and manage a predictable, measurable migration plan."
[[params.components]]
src = "/images/konveyor-cli.png"
title = "Konveyor CLI"
cta_primary_title = "Get Started"
cta_primary_url = "https://github.com/konveyor/kantra"
cta_secondary_title = "Learn More"
cta_secondary_url = "/components/konveyor-cli"
description = "Kantra, an essential part of the Konveyor hub, performs Static code analysis for multiple languages, including Go, .Net, Node.js, and Java. Kantra can also generate assets for Kubernetes, enabling the replatforming of applications."
[[params.components]]
src = "/images/kai.gif"
title = "Konveyor AI"
cta_primary_title = "Get Started"
cta_primary_url = "https://github.com/konveyor/kai"
cta_secondary_title = "Learn More"
cta_secondary_url = "/components/kai"
description = "With more context comes more power. Konveyor AI combines Static code analysis with Generative AI. Seamlessly integrate LLMs into your modernization and refactoring journey."
# community supporters
[[params.supporters]]
logo = "/images/community-supporters/claranet.svg"
company = "claranet"
[[params.supporters]]
logo = "/images/community-supporters/ibm-research.svg"
company = "ibm research"
[[params.supporters]]
logo = "/images/community-supporters/redhat.svg"
company = "redhat"