-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
48 lines (38 loc) · 872 Bytes
/
config.toml
File metadata and controls
48 lines (38 loc) · 872 Bytes
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
baseURL = "http://harmonyapp.io"
languageCode = "en-us"
title = "Harmony"
[params]
description = "Your place. Your communities. Your friends."
[markup]
[markup.goldmark.renderer]
unsafe = "true"
[markup.tableOfContents]
endLevel = 6
ordered = false
startLevel = 1
[menu]
[[menu.main]]
identifier = "faq"
name = "FAQ"
url = "/docs/faq"
weight = -110
[[menu.main]]
identifier = "docs"
name = "Docs"
url = "/docs"
weight = -105
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects"
weight = -100
[[menu.main]]
identifier = "github"
name = "Github"
url = "https://github.com/harmony-development"
weight = -90
# [[menu.main]]
# identifier = "trynow"
# name = "Try Now"
# url = "https://tempest.bluskript.vercel.app"
# weight = -80