forked from 18F/archived-guides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
77 lines (70 loc) · 1.71 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
baseurl: /guides
markdown: redcarpet
name: 18F Guides
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENSE.md
navigation:
- text: Accessibility
url: /accessibility
- text: Analytics
url: https://github.com/18F/analytics-standards
- text: Agile
url: /agile
- text: APIs
url: https://github.com/18f/api-standards
- text: Testing Cookbook
url: /testing-cookbook
- text: Automated Testing Playbook
url: /automated-testing-playbook
- text: Before You Ship
url: /before-you-ship
- text: Blogging
url: /blogging-guide
- text: Content Guide
url: /content-guide
- text: Design Methods
url: https://methods.18f.gov/
- text: Development Environment Guide
url: https://pages.18f.gov/dev-environment/
- text: Federalist Documentation
url: https://federalist-docs.18f.gov
- text: Frontend
url: /frontend
- text: Grouplet Playbook
url: /grouplet-playbook
- text: Guides Template
url: /guides-template
- text: Inter-Agency Agreements with 18F
url: /iaa-forms
- text: Joining 18F!
url: /joining-18f
- text: Lean Product Design
url: /lean-product-design
- text: Open Source Guide
url: /open-source-guide
- text: Partnership Playbook
url: /partnership-playbook
- text: Product
url: /product-guide
- text: Writing Lab
url: /writing-lab-guide
google_analytics_ua: UA-48605964-19
repos:
- name: 18F Guides
description: 18F Guides GitHub repository
url: https://github.com/18F/guides
# To use the shared 18F Guides styles when deploying to pages.18f.gov,
# uncomment the following; comment it out during local development:
asset_root: /guides-template
back_link:
url: "https://pages.18f.gov/"
text: Read more 18F Pages
defaults:
-
scope:
path: ""
values:
layout: "guides_style_18f_default"