forked from tomjoht/learnapidoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
85 lines (75 loc) · 1.59 KB
/
_config.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
title: Document REST APIs
language: english
target: web
sidebar: docapis
# Link to home
url: http://idratherbewriting.com/learnapidoc
destination: _site
port: 4000
highlighter: rouge
exclude:
- mobi
- pdf
target: web
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
collections:
docs:
output: true
search:
output: true
sass:
style: compressed
defaults:
-
scope:
path: ""
type: pages
values:
layout: default
topnav: topnav
-
scope:
path: ""
type: docs
values:
layout: default
topnav: topnav
-
scope:
path: ""
type: search
values:
layout: default
topnav: topnav
type: search
-
scope:
path: "images"
values:
image: true
########## UI text ###############
google_analytics:
disqus_shortname: idratherbewriting
google_analytics: UA-408430-5
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 learning how to document APIs # Displays as site description meta
search_placeholder_product: Search ...
github_edit_button_text: Edit on GitHub
search_results_page_title: Search results
search_no_results_found: No results found.
products: Products
docindex_product: Product
docindex_startpage: Starting page