-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
91 lines (79 loc) · 1.75 KB
/
_config.yml
File metadata and controls
91 lines (79 loc) · 1.75 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
title: Simplifying Complexity
media: https://idratherbewritingmedia.com
language: english
sidebar: docnav
# Link to home
url: https://idratherbewriting.com
baseurl: /simplifying-complexity
destination: _site
port: 4000
highlighter: rouge
exclude:
- mobi
- pdf
format: web
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-redirect-from
- jekyll-paginate
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
collections:
docs:
output: false
sass:
style: compressed
defaults:
-
scope:
path: ""
type: pages
values:
layout: default
topnav: topnav
sidebar: docnav
-
scope:
path: ""
type: docs
values:
layout: default
topnav: topnav
progress: true
sidebar: docnav
-
scope:
path: "images"
values:
image: true
plugins:
- jekyll-redirect-from
########## UI text ###############
disqus_shortname: idratherbewriting
uistring:
tableofcontents: Table of Contents
log_doc_issue: Log Doc Issue
breadcrumb:
home: Home
documentation: Documentation
expandall: Expand All
collapseall: Collapse All
title: Doc navigation # Displays as site title on top nav bar and on site metadata
description: A guide for technical writers on simplifying complexity in documentation # Displays as site description meta
github_edit_button_text: Edit on GitHub
products: Products
docindex_product: Product
docindex_startpage: Starting page
####### Algolia configuration ###########
algolia:
application_id: LMJQBBQDB0
index_name: simplifyingcomplexity
search_only_api_key: ca3b98ae29199f686ac4000416ea2dfa
files_to_exclude:
- ./toc.html
- _docs/pdf_frontmatter/*