forked from tomjoht/learnapidoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config_kindle.yml
71 lines (62 loc) · 1.25 KB
/
_config_kindle.yml
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
language: english
format: kindle
sidebar: docapis
destination: _site
port: 5000
highlighter: rouge
exclude:
- mobi
- pdf
- images/comics/
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
collections:
docs:
output: true
sass:
style: compressed
defaults:
-
scope:
path: ""
type: pages
values:
layout: kindle
topnav: topnav
-
scope:
path: ""
type: docs
values:
layout: kindle
topnav: topnav
-
scope:
path: images
values:
image: true
-
scope:
path: images/comics/
values:
image: false
published: false
########## UI text ###############
uistring:
tableofcontents: Table of Contents
log_doc_issue: Log Doc Issue
breadcrumb:
home: Home
documentation: Documentation
expandall: Expand All
collapseall: Collapse All
title: Learn API Doc # Displays as site title on top nav bar and on site metadata
description: A guide for technical writers and engineers learning how to document APIs # Displays as site description meta
github_edit_button_text: Edit on GitHub
products: Products
docindex_product: Product
docindex_startpage: Starting page