-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (49 loc) · 1.53 KB
/
mkdocs.yml
File metadata and controls
57 lines (49 loc) · 1.53 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
# Site Information
site_name: Lead Safe API v1.0.0-rc.4
site_author: City of Chicago
site_description: Lead Free API Documentation
site_url: http://dev.cityofchicago.org/docs/lead-safe
# Page Tree
pages:
- Home: index.md
- 'Apply for Lead Safe': 'apply.md'
- 'API Documentation': 'api.md'
- 'FAQ about Lead Poisoning':
- English: 'faq/lead-faq-en.md'
- Español: 'faq/lead-faq-es.md'
- 'Map of Elevated BLL': 'elevated-bll-map.md'
- 'Eligibility Criteria': 'eligibility-criteria.md'
- 'Terms of Service': 'tos.md'
# Copyright
copyright: Copyright © 2016-2018 <a href="http://www.cityofchicago.org">City of Chicago</a> and licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a>.
# Repository Information
# repo_name: Chicago/open311-api-docs
# repo_url: http://github.com/Chicago/open311-api-docs
# Theme
theme_dir: 'theme/material'
site_favicon: 'assets/images/favicon.ico'
extra:
logo: 'assets/images/city-seal-inverse-small.png'
palette:
primary: 'blue'
accent: 'red'
social:
- type: 'twitter'
link: 'https://twitter.com/ChicagoCDO'
- type: 'github'
link: 'https://github.com/Chicago'
- type: 'envelope-o'
link: 'mailto:developers@cityofchicago.org'
- type: 'home'
link: 'http://dev.cityofchicago.org'
extra_css:
- 'stylesheets/extra.css'
# extra_javascript:
# - 'javascripts/extra.js'
# Google Analytics
# google_analytics:
# Extensions
markdown_extensions:
- admonition
- toc(permalink=true)
- footnotes