-
Notifications
You must be signed in to change notification settings - Fork 14
/
config.toml
59 lines (49 loc) · 1.4 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
languageCode = "en-us"
ignoreFiles = [ "\\.files/README.md$", ]
defaultContentLanguage = "en"
title = "AWS App Runner Workshop"
theme = "learn"
uglyurls = false
# googleAnalytics = "UA-44634850-2"
sectionPagesMenu = "main"
relativeURLs = true
[params]
themeVariant = "mine"
showVisitedLinks = false
author = "Brent Langston"
description = "AWS App Runner Workshop"
disableSearch = false
disableAssetsBusting = false
disableLanguageSwitchingButton = true
disableShortcutsTitle=false
disableInlineCopyToClipBoard = true
editURL = "https://github.com/aws-containers/apprunnerworkshop/edit/main/content/"
#
[menu]
[[menu.shortcuts]]
name = "<i class='fab fa-youtube'></i> Containers from the Couch"
url = "https://containersfromthecouch.com"
weight = 1
[[menu.shortcuts]]
name = "<i class='fas fa-chalkboard'></i> ECS Workshop"
url = "https://ecsworkshop.com"
weight = 5
[[menu.shortcuts]]
name = "<i class='fas fa-chalkboard'></i> AppMesh Workshop"
url = "https://appmeshworkshop.com"
weight = 6
[[menu.shortcuts]]
name = "<i class='fas fa-chalkboard'></i> EKS Workshop"
url = "https://eksworkshop.com"
weight = 7
[[menu.shortcuts]]
name = "<i class='fas fa-chalkboard'></i> AWS Partner Workshops"
url = "https://awsworkshop.io"
weight = 8
[[menu.shortcuts]]
name = "<i class='fas fa-chalkboard'></i> ECS Cats and Dogs"
url = "https://ecs-cats-dogs.workshop.aws"
weight = 9
[outputs]
home = [ "HTML", "JSON"]
page = [ "HTML" ]