-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy path_config_kindle.yml
98 lines (88 loc) · 1.89 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
########## eBook tags (for docapis.opf) ###############
# see the docapis.opf file for more details
title: Documenting APIs
description: A guide for technical writers and engineers working with APIs
author: Tom Johnson
publisher: idratherbewriting.com
isbn: 000000000000000
subject: Technology & Engineering
cover_image: ebook_cover.png
language: english
media: images
format: print
sidebar: docapis
destination: _site
port: 5000
highlighter: rouge
exclude:
- ebooks
- pdf
- slides
- images/comics/
- build_ebooks.sh
- upload.sh
- upload_outputs.sh
- move.sh
- reindex.sh
- sitemap.xml
- slides
- thank-you-for-donating.html
- contact.html
- aws_cli_notes.txt
- image_purge_output.sh
- image_purge_source.sh
- instructions.md
- assets/files
- assets/js
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