Files
2023-03-03 22:04:56 -06:00

45 lines
1.0 KiB
TOML

baseURL = "localhost/docs"
RelativeURLs=true
CanonifyURLs=true
languageCode = "en-US"
defaultContentLanguage = "en"
title = "Mythic Agent Documentation"
theme = "hugo-theme-learn"
themesdir = "themes"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
[params]
editURL = ""
description = "Mythic Agent Documentation"
author = ""
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = false
disableInlineCopyToClipBoard = true
disableLanguageSwitchingButton = true
themeVariant = "mythic"
disableSearch = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
title = "Mythic Agent Documentation"
weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
identifier = "ds"
url = "https://github.com/its-a-feature/Mythic"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bookmark'></i> Mythic Documentation"
identifier = "hugodoc"
url = "https://docs.mythic-c2.net/"
weight = 20