generated from cncf/hugo-netlify-starter
-
Notifications
You must be signed in to change notification settings - Fork 160
/
config.toml
129 lines (106 loc) · 3.12 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
127
128
129
baseURL = "https://www.docs.o3de.org"
title = "Open 3D Engine"
disableKinds = ["taxonomy", "taxonomyTerm"]
copyright = "O3DE Open 3D Engine Contributors | Documentation Distributed under CC-BY 4.0"
languageCode = "en-us"
[module]
[module.hugoVersion]
extended = true
min = '0.93.0'
enableGitInfo = true
enableRobotsTXT = true
[markup.highlight]
style = "paraiso-dark"
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ["HTML", "RSS", "JSON"]
page = ["HTML", "RSS"]
[params]
font_awesome_version = "5.12.0"
mermaid_version = ["9.2.2", "sha384-W/RuUCsZGwf4MwkS0K4JdFzoA0RgiA6foiYzRo68rW5DNPfq+5Dr0uGKY1zecHEA"]
description = "Open 3D Engine (O3DE) is a modular, open source, cross-platform 3D engine built to power anything from AAA games to cinema-quality 3D worlds to high-fidelity simulations. No fees or commercial obligations. Apache 2.0-licensed. Managed by The Linux Foundation."
favicon = "favicon.ico"
repositoryUrl = "https://github.com/o3de/o3de.org"
contentDir = "/content/"
docsDir = "/docs/"
sourceRepo = "https://github.com/o3de/o3de"
[params.docs]
# Docs version data format: ["display name", "baseURL"]
# Note: A version that has "www.o3de.org" in its baseURL will get " (latest)" appended to its display name in the version selector.
versions = [
["24.09", "https://docs.o3de.org"],
["development", "https://development--o3deorg.netlify.app"],
["23.10", "https://version-2310--o3deorg.netlify.app"],
["23.05", "https://version-2305--o3deorg.netlify.app"],
["22.10", "https://version-2210--o3deorg.netlify.app"],
["22.05", "https://version-2205--o3deorg.netlify.app"]
]
[params.logos]
navbar = "O3DE-Logo-with-color-black.svg"
footer = "O3DE-Logo-REV-Mono.svg"
og_image = "O3DE-Circle-Icon.png"
docs_footer = "O3DE-Logo-with-color.svg"
[[params.social]]
name = "O3DE GitHub Forums"
url = "https://github.com/o3de/o3de/discussions"
icon = "fab fa-github"
[[params.social]]
name = "O3DE Discord Chat"
url = "https://discord.com/invite/o3de"
icon = "fab fa-discord"
[[params.social]]
name = "O3DE Public Calendar"
url = "https://lists.o3de.org/g/o3de-calendar/calendar"
icon = "fas fa-calendar-day"
[[params.social]]
name = "O3DE Twitter"
url = "https://twitter.com/o3dengine"
icon = "fab fa-twitter"
[[params.social]]
name = "O3DE YouTube"
url = "https://www.youtube.com/channel/UCTC8GDw1XidOTUBEFRbN-sA"
icon = "fab fa-youtube"
[[params.fonts]]
name = "Open Sans"
sizes = [300, 400, 600, 700]
type = "sans_serif"
[[params.fonts]]
name = "Fira Mono"
sizes = [300, 400, 600, 700]
type = "monospace"
[[params.fonts]]
name = "Open Sans"
sizes = [100, 200, 300, 400, 500, 600, 700]
type = "heading_font"
[[menu.main]]
name = "DOWNLOAD"
url = "/download"
weight = 5
# [[menu.main]]
# name = "News"
# url ="#"
# weight = 2
[[menu.main]]
name = "GET STARTED"
url = "/docs/welcome-guide"
weight = 1
[[menu.main]]
name = "COMMUNITY"
url = "/community"
weight = 2
identifier = "community"
# [[menu.main]]
# name = "Community subitem placeholder"
# url = "#"
# weight = 5
# parent = "community"
[[menu.main]]
name = "LEARN"
url = "/docs"
weight = 3
identifier = "docs"
[[menu.main]]
name = "CONTRIBUTE"
url = "/contribute"
weight = 4