forked from aws-samples/aws-cdk-intro-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
62 lines (54 loc) · 1.58 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
baseURL = "https://cdkworkshop.com"
languageCode = "en-us"
defaultContentLanguage = "en"
title = "AWS Cloud Development Kit (AWS CDK) Workshop"
theme = "learn"
uglyurls = true
googleAnalytics = "UA-127749520-1"
sectionPagesMenu = "main"
pygmentsCodeFences = true
pygmentsStyle = "monokai"
[languages]
[languages.en]
languageName = "English"
contentDir = "content/english"
[languages.ja]
languageName = "日本語"
contentDir = "content/japanese"
[params]
themeVariant = "mine"
showVisitedLinks = false
author = "Elad Ben-Israel"
description = "AWS Cloud Development Kit (AWS CDK) Workshop"
disableSearch = true
disableAssetsBusting = true
disableLanguageSwitchingButton = false
disableShortcutsTitle = true
[[menu.shortcuts]]
name = "<i class='fab fa-github fa-lg'></i> aws/aws-cdk"
identifier = "gh"
url = "https://github.com/awslabs/aws-cdk"
weight = 1
[[menu.shortcuts]]
name = "<i class='fab fa-stack-overflow fa-lg'></i> stack-overflow"
identifier = "so"
url = "https://stackoverflow.com/questions/tagged/aws-cdk"
weight = 2
[[menu.shortcuts]]
name = "<i class='fab fa-gitter fa-lg'></i> gitter"
identifier = "gt"
url = "https://gitter.im/awslabs/aws-cdk"
weight = 3
[[menu.shortcuts]]
name = "<i class='fab fa-github fa-lg'></i> workshop (issues/PRs)"
identifier = "fb"
url = "https://github.com/aws-samples/aws-cdk-intro-workshop"
weight = 4
[[menu.shortcuts]]
name = "<i class='fab fa-twitter fa-lg'></i> @emeshbi"
identifier = "mm"
url = "https://twitter.com/intent/user?screen_name=emeshbi"
weight = 5
[outputs]
home = [ "HTML", "AMP", "RSS", "JSON"]
page = [ "HTML", "AMP"]