forked from joeholley/supergloo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.toml
More file actions
70 lines (56 loc) · 1.88 KB
/
docs.toml
File metadata and controls
70 lines (56 loc) · 1.88 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
baseURL = "https://docs.solo.io"
languageCode = "en-us"
title = "Service Mesh Hub Docs"
theme = "hugo-theme-soloio"
contentDir = "content"
publishDir = "site"
googleAnalytics = "UA-101654320-1"
ignoreFiles = [ "README.md$"]
# Highlighting config (Pygments)
# It is (currently) not in use, but you can do ```go in a content file if you want to.
pygmentsCodeFences = true
pygmentsOptions = "nowrap=true"
# Use the Chroma stylesheet
pygmentsUseClasses = true
pygmentsUseClassic = false
# See https://help.farbox.com/pygments.html
pygmentsStyle = "manni"
# dev only! (useful for viewing site while some links are broken during an update)
# refLinksErrorLevel = "warning"
# For search functionality
[outputs]
home = [ "HTML", "JSON"]
[markup]
defaultMarkdownHandler = "goldmark"
[params]
author = "Solo.io"
description = "Documentation for Service Mesh Hub"
disableSearch = false
disableAssetsBusting = false
disableInlineCopyToClipBoard = true
disableShortcutsTitle = false
disableLanguageSwitchingButton = false
disableBreadcrumb = true
ordersectionsby = "weight"
themeStyle = "flex" # "original" or "flex" # default "flex"
disableNavChevron = true # set true to hide next/prev chevron, default is false
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
menushortcutsnewtab = false # set true to open shortcuts links to a new tab/window
enableGitInfo = true
logoPath="/img/logo.png"
version="dev"
[[menu.shortcuts]]
name = "<i class='fa fa-github'></i> Github Repo"
identifier = "ds"
url = "https://github.com/solo-io/service-mesh-hub"
weight = 10
# [[menu.shortcuts]]
# name = "<i class='fas fa-bullhorn'></i> Credits"
# url = "/credits"
# weight = 30
# remove the default hugo taxonomies (tag and category directories)
disableKinds = ["taxonomy", "taxonomyTerm"]
[taxonomies]
# fix for rendering video
[markup.goldmark.renderer]
unsafe = true