-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
58 lines (54 loc) · 1.45 KB
/
config.toml
File metadata and controls
58 lines (54 loc) · 1.45 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
baseurl = "https://getblank.github.io/site/"
languageCode = "en-us"
title = "BLANK cloud platform"
publishdir = "docs"
[params]
description = "Облачная платформа для создания бэкенда с открытым исходным кодом"
author = "BLANK"
keywords = "BaaS, backend, cloud, iot, platform, бэкенд, облачный сервис, интернет вещей"
locale = "ru-RU"
[taxonomies]
tag = "tags"
[[menu.doc]]
name = "Начало работы"
pre = "<i class='fa fa-heart'></i>"
weight = -120
identifier = "start"
[[menu.doc]]
name = "Blank CLI"
pre = "<i class='fa fa-road'></i>"
weight = -110
identifier = "cli"
[[menu.doc]]
name = "Blank Schema"
pre = "<i class='fa fa-road'></i>"
weight = -100
identifier = "schema"
[[menu.doc]]
name = "Serverside JS API"
pre = "<i class='fa fa-road'></i>"
weight = -90
identifier = "serverjs"
[[menu.doc]]
name = "HTTP API"
pre = "<i class='fa fa-road'></i>"
weight = -80
identifier = "httpapi"
[[menu.doc]]
name = "Интеграция"
pre = "<i class='fa fa-road'></i>"
weight = -70
identifier = "social"
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "github"
tabWidth = 4