forked from mysql-net/MySqlConnector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
39 lines (35 loc) · 987 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
title = "High-Performance Async MySQL Driver for .NET"
baseurl = "https://mysqlconnector.net/"
MetaDataFormat = "yaml"
pluralizeListTitles = false
pygmentsCodeFences = true
pygmentsStyle = "friendly"
[blackfriday]
plainIDAnchors = true
[params]
description = "Documentation for MySqlConnector: an Async MySQL Driver for .NET and .NET Core"
author = "MySqlConnector Authors"
[taxonomies]
tag = "tags"
group = "groups"
[[menu.main]]
name = "Getting Started"
identifier = "getting started"
pre = "<i class='fa fa-road'></i>"
weight = 20
[[menu.main]]
name = "Tutorials"
identifier = "tutorials"
pre = "<i class='fa fa-lightbulb-o'></i>"
weight = 40
[[menu.main]]
name = "API"
identifier = "api"
pre = "<i class='fa fa-file-text'></i>"
url = "/api/MySqlConnectorAssembly/"
weight = 35
[[menu.main]]
name = "Troubleshooting"
identifier = "troubleshooting"
pre = "<i class='fa fa-lightbulb-o'></i>"
weight = 60