-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
46 lines (37 loc) · 990 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
40
41
42
43
44
45
46
title = "Docksal Documentation"
languageCode = "en-us"
theme = "learn"
pygmentsCodeFences = "true"
contentDir = "docs"
baseURL = "https://jddoesdev.github.io/docksal-training/"
canonifyURLs = "true"
[params]
disableInlineCopyToClipBoard = true
showVisitedLinks = true
description = "Docksal training guide"
# Custom CSS => statis/css/theme-docksal.css
themeVariant = "docksal"
google_tag_manager = ""
version = "v0.0.1"
[[params.versions]]
version = "v0.0.1"
branch = "v0.0.1"
url = ""
[outputs]
home = [ "AMP", "HTML", "JSON", "Sitemap"]
[menu]
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i> Guide Github repo"
identifier = "ds"
url = "https://github.com/jddoesdev/docksal-training"
weight = 10
[[menu.shortcuts]]
name = "Official Docksal documentation"
identifier = "of"
url = "https://docs.docksal.io"
weight = 20
[[menu.shortcuts]]
name = "Docksal Project"
identifier = "do"
url = "https://docksal.io"
weight = 0