forked from yugabyte/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml.sample
43 lines (42 loc) · 881 Bytes
/
config.yaml.sample
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
---
baseurl: https://docs.yugabyte.com
languageCode: en-us
title: YugaByte DB Docs
metadataformat: yaml
canonifyurls: false
googleAnalytics: ''
params:
author: Team YugaByte
description: 'YugaByte DB, the transactional, high-performance database for building internet-scale, globally-distributed apps.'
copyright: 'YugaByte, Inc.'
block_indexing: false
version: Beta
logo: /images/og-image.jpg
favicon: /images/favicon.ico
permalink: '#'
custom_css: []
custom_js: []
highlight_css: css/highlight/hemisu.css
palette:
primary: orange
accent: amber
font:
text: Open Sans
code: Inconsolata
algolia:
index: docs
appID:
apiKey:
bigpicture:
projectId:
social: {}
menu:
main:
- name: Introduction
identifier: intro
blackfriday:
smartypants: true
fractions: true
smartDashes: true
plainIDAnchors: true
---