Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
62 lines (50 loc) · 1.73 KB

File metadata and controls

62 lines (50 loc) · 1.73 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
baseURL = "https://docs.solo.io"
languageCode = "en-us"
title = "WebAssembly 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"]
[params]
author = "Solo.io"
description = "Documentation for WebAssembly 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"
[[menu.shortcuts]]
name = "<i class='fa fa-github'></i> Github Repo"
identifier = "ds"
url = "https://github.com/solo-io/wasme"
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]
Morty Proxy This is a proxified and sanitized view of the page, visit original site.