-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
86 lines (72 loc) · 2.47 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
baseURL = "https://docs.diambra.ai"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "DIAMBRA Docs"
theme = "hugo-theme-learn"
themesdir = "themes"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
[markup.goldmark.renderer]
unsafe= true
[markup.goldmark.extensions]
linkify = false
[params]
#editURL = "https://github.com/matcornic/hugo-theme-learn/edit/master/exampleSite/content/"
description = "Official documentation for DIAMBRA, the platform where coders create AI agents to compete in video games tournaments."
keywords = "Documentation, Reinforcement Learning, Deep Reinforcement Learning, AI Tournaments, Video Games Environments, RL Environments, DIAMBRA, DIAMBRA Documentation, AI Competitions, Artificial Intelligence"
author = "DIAMBRA Team"
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = true
disableLandingPageButton = false
disableMermaid = false
customMermaidURL = "https://unpkg.com/[email protected]/dist/mermaid.min.js"
titleSeparator = "::"
# Change default color scheme with a variant one. Can be "red", "blue", "green".
themeVariant = "diambra"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
title = "DIAMBRA Docs"
weight = 1
languageName = "English"
[Languages.en.params]
landingPageURL = "./"
landingPageName = "<i class='fas fa-home'></i> Home"
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-globe'></i> Website"
identifier = "website"
url = "https://diambra.ai"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub"
identifier = "github"
url = "https://github.com/diambra/"
weight = 11
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-discord'></i> Discord"
url = "https://diambra.ai/discord"
weight = 12
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-twitch'></i> Twitch"
url = "https://www.twitch.tv/diambra_ai"
weight = 13
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-linkedin'></i> Linkedin"
url = "https://www.linkedin.com/company/diambra"
weight = 14
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-youtube'></i> YouTube"
url = "https://www.youtube.com/c/diambra_ai"
weight = 15
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-twitter'></i> Twitter"
identifier = "twitter"
url = "https://twitter.com/diambra_ai"
weight = 16
#[[Languages.en.menu.shortcuts]]
#name = "<i class='fas fa-heart'></i> Support"
#identifier = "support"
#url = "https://streamlabs.com/diambra_ai/tip"
#weight = 30