forked from o3de/o3de.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
101 lines (81 loc) · 2.16 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
baseURL = "https://o3de.org"
title = "Open 3D Engine"
disableKinds = ["taxonomy", "taxonomyTerm"]
copyright = "O3DE Open 3D Engine Contributors | Documentation Distributed under CC-BY 4.0"
enableGitInfo = 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"
description = "Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations <b>without any fees or commercial obligations</b>.<br><br><b>Try the Developer Preview today!</b>"
favicon = "favicon.ico"
repositoryUrl = "https://github.com/o3de/o3de.org"
contentDir = "/content/"
sourceRepo = "https://github.com/o3de/o3de"
[params.logos]
navbar = "O3DE-Logo-REV-Mono.svg"
og_image = "O3DE-Circle-Icon.png"
[[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.gg/xNb2q4SJKJ"
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.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 = 1
# [[menu.main]]
# name = "News"
# url ="#"
# weight = 2
[[menu.main]]
name = "GET STARTED"
url = "/docs/welcome-guide"
weight = 3
[[menu.main]]
name = "COMMUNITY"
url = "/community"
weight = 4
identifier = "community"
# [[menu.main]]
# name = "Community subitem placeholder"
# url = "#"
# weight = 5
# parent = "community"
[[menu.main]]
name = "LEARN"
url = "/docs"
weight = 6
identifier = "docs"
[[menu.main]]
name = "CONTRIBUTE"
url = "/contribute"
weight = 7