github.com/solo-io/service-mesh-hub@v0.9.2/docs/docs.toml (about)

     1  baseURL = "https://docs.solo.io"
     2  languageCode = "en-us"
     3  title = "Service Mesh Hub Docs"
     4  theme = "hugo-theme-soloio"
     5  
     6  contentDir = "content"
     7  publishDir = "site"
     8  
     9  googleAnalytics = "UA-101654320-1"
    10  ignoreFiles = [ "README.md$"]
    11  
    12  # Highlighting config (Pygments)
    13  # It is (currently) not in use, but you can do ```go in a content file if you want to.
    14  pygmentsCodeFences = true
    15  
    16  pygmentsOptions = "nowrap=true"
    17  
    18  # Use the Chroma stylesheet
    19  pygmentsUseClasses = true
    20  pygmentsUseClassic = false
    21  
    22  # See https://help.farbox.com/pygments.html
    23  pygmentsStyle = "manni"
    24  
    25  # dev only! (useful for viewing site while some links are broken during an update)
    26  # refLinksErrorLevel = "warning"
    27  
    28  # For search functionality
    29  [outputs]
    30  home = [ "HTML", "JSON"]
    31  
    32  [markup]
    33  defaultMarkdownHandler = "goldmark"
    34  
    35  [params]
    36  author = "Solo.io"
    37  description = "Documentation for Service Mesh Hub"
    38  disableSearch = false
    39  disableAssetsBusting = false
    40  disableInlineCopyToClipBoard = true
    41  disableShortcutsTitle = false
    42  disableLanguageSwitchingButton = false
    43  disableBreadcrumb = true
    44  ordersectionsby = "weight"
    45  themeStyle = "flex" # "original" or "flex" # default "flex"
    46  disableNavChevron = true # set true to hide next/prev chevron, default is false
    47  highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
    48  menushortcutsnewtab = false # set true to open shortcuts links to a new tab/window
    49  enableGitInfo = true
    50  logoPath="/img/logo.png"
    51  version="dev"
    52  
    53  [[menu.shortcuts]]
    54  name = "<i class='fa fa-github'></i> Github Repo"
    55  identifier = "ds"
    56  url = "https://github.com/solo-io/service-mesh-hub"
    57  weight = 10
    58  
    59  # [[menu.shortcuts]]
    60  # name = "<i class='fas fa-bullhorn'></i> Credits"
    61  # url = "/credits"
    62  # weight = 30
    63  
    64  # remove the default hugo taxonomies (tag and category directories)
    65  disableKinds = ["taxonomy", "taxonomyTerm"]
    66  [taxonomies]
    67  
    68  # fix for rendering video
    69  [markup.goldmark.renderer]
    70      unsafe = true