-
Notifications
You must be signed in to change notification settings - Fork 42
/
_config.yml
68 lines (63 loc) · 1.39 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
name: Developer Portal
highlighter: rouge
baseurl:
exclude:
- .bundle
- .git
- .gitignore
- bin
- README.md
- Gemfile
- Gemfile.lock
- vendor
markdown: kramdown
webservices_baseurl: 'https://api.trade.gov'
webservices_baseurl_users_signup: 'https://api.trade.gov/users/sign_up'
apikey: 'd0lmowK8tvxPixAfm9sKOd_f'
permalink: pretty
plugins:
- jekyll-coffeescript
left_nav_top_apis:
- text: Consolidated Screening List
url: consolidated-screening-list.html
- text: Trade Events
url: trade-events.html
- text: Trade Leads
url: trade-leads.html
- text: Tariff Rates
url: tariff-rates.html
- text: De Minimis
url: de-minimis.html
left_nav_api_resources:
- text: Guidance
url: guidance.html
- text: List of all APIs
url: api-list.html
- text: Search Widgets
url: search-widgets.html
- text: ITA Taxonomy
url: taxonomy.html
mobile_nav_top_apis:
- text: Consolidated Screening List
url: consolidated-screening-list.html
- text: Trade Events
url: trade-events.html
- text: Trade Leads
url: trade-leads.html
- text: Tariff Rates
url: tariff-rates.html
- text: De Minimis
url: de-minimis.html
mobile_nav_additional_resources:
- text: Guidance
url: guidance.html
- text: Contact
url: contact.html
- text: Service Status
url: status.html
- text: List of all APIs
url: api-list.html
- text: Search Widgets
url: search-widgets.html
- text: ITA Taxonomy
url: taxonomy.html