languageCode = "en-us"
ignoreFiles = [ "\\.files/README.md$", ]
defaultContentLanguage = "en"
title = "Amazon EKS Container Networking Workshop"
theme = "learn"
uglyurls = false
googleAnalytics = "UA-87300937-6"
sectionPagesMenu = "main"
relativeURLs = true
[blackfriday]
hrefTargetBlank = true
[params]
editURL = "https://github.com/aws-samples/amazon-eks-and-amazon-ec2-k8s-container-networking-workshops/edit/master/content/"
themeVariant = "mine"
showVisitedLinks = false
author = "Paavan Mistry"
description = "Amazon EKS Container Networking Workshop"
disableSearch = false
disableAssetsBusting = false
disableLanguageSwitchingButton = true
disableShortcutsTitle=false
disableInlineCopyToClipBoard = true
ghrepo = "https://github.com/aws-samples/amazon-eks-and-amazon-ec2-k8s-container-networking-workshops"
branch = "master"
template_bucket = "awsk8snetworkshops.com"
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsStyle = "tango"
#
[menu]
[[menu.main]]
identifier = "Prerequisites"
name = "This is the Mu track"
title = "Workshop using Mu"
url = "/mu/"
weight = -110
[[menu.shortcuts]]
name = " More Resources"
url = "/more_resources"
weight = 10
[[menu.shortcuts]]
name = " Authors"
url = "/authors"
weight = 20
[[menu.shortcuts]]
name = " Have questions?"
url = "mailto:paavan@amazon.com"
weight = 40
[outputs]
home = [ "HTML", "JSON"]
page = [ "HTML" ]