-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
37 lines (30 loc) · 832 Bytes
/
Copy pathconfig.toml
File metadata and controls
37 lines (30 loc) · 832 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
languageCode = "en-us"
title = "Escape"
baseURL = "https://escape.ankyra.io/"
pygmentsCodeFences = true
pygmentsStyle = "friendly"
pygmentsOptions = ""
[params]
gaTrackingId = ""
escapeClientVersion = "0.25.6"
escapeInventoryVersion = "0.16.0"
[menu]
[[menu.ankyra]]
identifier = "home"
name = "Home"
url = "https://www.ankyra.io/"
weight = 1
[[menu.ankyra]]
identifier = "docs"
name = "Docs"
url = "/docs/"
weight = 3
[[menu.ankyra]]
name = "Contact"
url = "https://www.ankyra.io/#contact"
weight = 6
[[menu.ankyra]]
name = "Follow us on Twitter"
pre = "<i class='fa fa-twitter' aria-hidden='true'></i> "
url = "https://twitter.com/AnkyraLtd"
weight = 7