forked from cloud-gov/federalist.18f.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
99 lines (90 loc) · 2.07 KB
/
Copy path_config.yml
File metadata and controls
99 lines (90 loc) · 2.07 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
92
93
94
95
96
97
98
99
name: Open Data Tool Kit
exclude:
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- go
- vendor
- possible_sources.txt
include:
- _navigation.json
# This changes the default compilation from "_site" to "docs" so we can host the files on Github Pages
destination: docs
permalink: pretty
highlighter: rouge
incremental: true
markdown: redcarpet
redcarpet:
extensions: [with_toc_data]
sass:
style: :compressed
# Author/Organization info to be displayed in the templates
author:
name: Code for Aotearoa
url: http://codeforaotearoa.org
# Point the logo URL at a file in your repo or hosted elsewhere by your organization
logourl: /uploads/logo.png
logoalt: Not the Code for Aotearoa logo
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: About the Open Data Tool Kit
url: about
internal: true
- text: Learn about Open Data
url: pages/learn/
internal: true
children:
- text: What is Open Data?
url:
internal: true
- text: Why Open Data?
url: why-open-data
internal: true
- text: Examples of Open Data usage
url: examples-of-open-data-usage
internal: true
- text: Open Data Charter and NZDIMP
url: open-data-charter-and-nzdimp
internal: true
- text: Getting Started
url: getting-started
internal: true
- text: Access the toolkit
url: pages/toolkit/
internal: true
children:
- text: Licensing
url: licensing
internal: true
- text: Publishing to data.govt.nz
url: publishing-data
internal: true
- text: Join the community
url: pages/community/
internal: true
children:
- text: New Zealand
url: new-zealand
internal: true
- text: International
url: international
internal: true
- text: Give us feedback
url: feedback
internal: true
- text: About
url: about
internal: true
repos:
- name: Open Data Tool Kit Github Repo
description: Toolkit Github repository
url: https://github.com/codeforaotearoa/open-data-tool-kit
google_analytics_ua: UA-84242199-2
defaults:
- scope:
path: ""
values:
layout: "guides_style_18f_default"