forked from sykang169/aws-well-architected-labs-kor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
56 lines (46 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
baseURL = "http://wellarchitected.workshop.kr.s3-website-us-west-2.amazonaws.com/"
languageCode = "ko-KR"
title = "AWS Well-Architected Labs"
theme = "learn"
defaultContentLanguage = "ko"
[params]
themeVariant = "walabs"
disableShortcutsTitle = true
# Order sections in menu by "weight" or "title". Default to "weight"
ordersectionsby = "weight"
# Weights by pillar:
# 1000 - Operational Excellence
# 2000 - Security
# 3000 - Reliability
# 4000 - Performance Efficiency
# 5000 - Cost Optimization
# 6000 - Well Architected Tool
editURL = "https://github.com/sykang169/aws-well-architected-labs-kor/"
description = "Hands on labs and real world design scenarios for Well-Architected workloads"
author = "Well-Architected Team"
showVisitedLinks = true
# Hide Next and Previous page buttons normally displayed full height beside content
disableNextPrev = true
#AWS custom params
base_github_url = "https://github.com/sykang169/aws-well-architected-labs-kor"
base_raw_github_url = "https://raw.githubusercontent.com/awslabs/aws-well-architected-labs/master/"
#{{% siteparam "base_github_url" %}}
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
[deployment]
[[deployment.targets]]
name = "s3"
URL = "s3://wellarchitected.workshop.kr/"
[Languages]
[Languages.ko]
weight = 1
languageName = "한국어"
[Languages.en]
weight = 2
languageName = "English"
# Menu shortcuts on left side
[[menu.shortcuts]]
name = "<i class='fas fa-bookmark'></i> Amazon Free Tier"
url = "https://aws.amazon.com/free/"
weight = 10