forked from shekar73/designpatterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
75 lines (62 loc) · 1.54 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
# Jekyll will exclude these files during compilation
exclude:
- CONTRIBUTING.md
- README.md
- TERMS.md
- todo.md
- front
- node_modules
- bower_components
- usptostrap
- bower.json
- package.json
- LICENSE
- salt
- Vagrantfile
# Whether or not to include docs that are marked as preview
includePreviews: true
# Markdown parsing configuration
markdown: kramdown
kramdown:
auto_ids: true
parse_block_html: true
# All links in the design library will start with this baseurl
baseurl: "/designpatterns"
# The url for the home page of the design library
homeurl: "/designpatterns"
# Set the default layout for everything in the docs folder to _layouts/pattern.html
defaults:
- scope:
path: "docs"
values:
layout: "pattern"
- scope:
path: "docs/guides"
values:
layout: "guide"
# All email links will use this variable
email: [email protected]?subject=USPTO UI Design Library
# Repository information, which is used for links like "View on Github"
repository:
name: uspto/designpatterns
url: https://github.com/uspto/designpatterns
# The latest stable version
version: 1.5.4
# The list of all versions, which are referenced on the home page
versions:
- name: 1.5.4
url: /designpatterns/1.x/docs
- name: future
url: /designpatterns/docs
# The categories for the side navigation. These correspond to the folders under the /docs folder
doctypes:
- foundation
- components
- patterns
- inspiration
guidetypes:
- project
- research
- requirements
- design
- evaluation