forked from mysql-net/MySqlConnector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
31 lines (27 loc) · 782 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
title = "MySqlConnector: Async MySQL Driver for .NET and .NET Core"
baseurl = "https://mysql-net.github.io/MySqlConnector/"
MetaDataFormat = "yaml"
pluralizeListTitles = false
[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>"
weight = 50