forked from softlayer/githubio_source
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
executable file
·61 lines (55 loc) · 1.2 KB
/
config.toml
File metadata and controls
executable file
·61 lines (55 loc) · 1.2 KB
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
baseurl = "https://softlayer.github.io/"
languageCode = "en-us"
title = "SoftLayer API"
canonifyurls = true
SectionPagesMenu = "sections"
pygmentsuseclasses = false
pluralizelisttitles = "false"
paginate = 10
googleAnalytics = "UA-88235803-1"
disablePathToLower = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
[params]
description = "SoftLayer API Examples, implementations, and release notes."
author = "SoftLayer"
[taxonomies]
tag = "tags"
class = "classes"
pluralizeListTitles = false
[[menu.main]]
name = "Documentation"
identifier = "sldn"
url = "/reference/softlayerapi"
[[menu.main]]
name = "Articles"
identifier = "article"
url ="/article/"
[[menu.main]]
name = "Go"
identifier = "go"
url = "/go/"
[[menu.main]]
name = "Perl"
identifier = "perl"
url = "/perl/"
[[menu.main]]
name = "Java"
identifier = "java"
url = "/java/"
[[menu.main]]
name = "Python"
identifier = "python"
url = "/python/"
[[menu.main]]
name = "Ruby"
identifier = "ruby"
url = "/ruby/"
[[menu.main]]
name = "Rest"
identifier = "rest"
url = "/rest/"
[[menu.main]]
name = "Tools"
identifier = "tools"
url = "/tools/"