-
Notifications
You must be signed in to change notification settings - Fork 30
/
config.toml
42 lines (36 loc) · 1.13 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
baseURL = "http://cicdsecurity.ajl.sa-demos.net"
languageCode = "en-GB"
defaultContentLanguage = "en"
title = "Build Security In - Workshop Guide"
theme = "aws_workshop_theme"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
[params]
editURL = "https://github.com/ajlanghorn/aws-ako20-cicd-security"
author = "Andrew Langhorn, Chris King"
description = "Workshop guide for Build Security In session"
showVisitedLinks = false
disableSearch = true
disableAssetsBusting = false
disableInlineCopyToClipBoard = true
disableShortcutsTitle = false
disableLanguageSwitchingButton = false
disableBreadcrumb = true
disableNextPrev = false
ordersectionsby = "weight"
themeVariant = "aws"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
title = "Build Security In - Workshop Guide"
weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-aws'></i> AWS Console"
url = "https://console.aws.amazon.com/"
weight = 1
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-aws'></i> Provide feedback"
url = "https://trawler.amazon.com/bsi-sessionfeedback"
weight = "2"