-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
75 lines (63 loc) · 2.36 KB
/
config.toml
File metadata and controls
75 lines (63 loc) · 2.36 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
71
72
73
74
75
uglyURLs = true
baseURL = '/'
languageCode = 'en-us'
title = "Lexical.cloud"
themesDir = 'themes'
theme = 'docsy'
# Language settings
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
# You can add your own taxonomies
[taxonomies]
provider = "providers"
service = "services"
domain = "domains"
category = "categories"
feature = "features"
label = "labels"
[params]
copyright = "The Lexical.cloud Authors"
#privacy_policy = "https://policies.google.com/privacy"
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo = "https://github.com/lexical-cloud/lexical-cloud-hugo"
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
#github_project_repo = "https://github.com/lexical-cloud/lexical-cloud.github.io"
[params.taxonomy]
# set taxonomyCloud = [] to hide taxonomy clouds
taxonomyCloud = ["providers", "services", "categories", "features", "labels"]
# If used, must have same length as taxonomyCloud
taxonomyCloudTitle = ["Providers", "Services", "Categories", "Features", "Labels"]
# set taxonomyPageHeader = [] to hide taxonomies on the page headers
taxonomyPageHeader = ["providers", "services", "categories", "features", "labels"]
# User interface configuration
[params.ui]
# Set to true to disable breadcrumb navigation.
breadcrumb_disable = false
# Set to true to disable the About link in the site footer
footer_about_disable = false
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
navbar_logo = true
# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.
navbar_translucent_over_cover_disable = false
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact = false
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable = false
[outputFormats.relations]
baseName = "relations"
mediatype = "application/json"
isPlainText = true
noUgly = true
[outputFormats.products]
baseName = "products"
mediatype = "application/json"
isPlainText = true
noUgly = true
# Uncomment to enable web and json output
[outputs]
home = ["json"]
page = ["json"]
section = ["json"]
taxonomy = ["json"]
term = ["json","relations","products"]