-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathconfig.toml
50 lines (39 loc) · 929 Bytes
/
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
baseurl = "https://blevesearch.com/"
languageCode = "en-us"
title = "Bleve"
theme = "bleve"
copyright= "© <a href=\"http://couchbase.com/\">Couchbase</a> 2015-2024"
[params]
email = "info@blevesearch.com"
Ganalytics = "UA-54278444-1"
[[params.social]]
title = "twitter"
url = "https://twitter.com/blevesearch"
[[params.social]]
title = "github"
url = "/~https://github.com/blevesearch"
[[menu.main]]
name = "News"
weight = 50
url = "/news/"
[[menu.main]]
name = "Events"
weight = 75
url = "/events/"
[[menu.main]]
name = "Code"
weight = 100
url = "/~https://github.com/blevesearch/bleve"
[[menu.docs]]
name = "User Guide"
weight = 10
identifier = "userguide"
[[menu.docs]]
name = "How do I ...?"
weight = 25
identifier = "howto"
parent = "userguide"
[[menu.docs]]
name = "Developer Guide"
weight = 20
identifier = "devguide"