-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.toml
42 lines (36 loc) · 965 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
baseURL = "http://clipper.ai/"
languageCode = "en-us"
title = "Clipper"
theme = "hugo-theme-learn"
# PygmentsCodeFences = true
PygmentsStyle = "monokai"
[params]
# Simon <[email protected]> has the ga account
googleAnalytics = "UA-143524082-2"
[[menu.shortcuts]]
pre = "<h3>More</h3>"
name = "<i class='fa fa-book'></i> API Docs"
identifier = "apidoc"
url = "http://docs.clipper.ai/en/v0.4.1/"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-book'></i> REST API"
identifier = "restapidoc"
# url = "http://clipper.ai/api/api.html"
url = "http://clipper.ai/api/api.html"
weight = 15
# [[menu.shortcuts]]
# name = "RISE Lab"
# identifier = "risesite"
# url = "https://rise.cs.berkeley.edu"
# weight = 11
[[menu.shortcuts]]
name = "<i class='fa fa-github'></i> Github repo"
identifier = "ghrepo"
url = "https://github.com/ucbrise/clipper"
weight = 20
#
# [[menu.shortcuts]]
# name = "<i class='fa fa-bullhorn'></i> Credits"
# url = "/credits"
# weight = 30