-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
74 lines (68 loc) · 1.66 KB
/
_pkgdown.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
url: https://andrewallenbruce.github.io/arktax/
template:
bootstrap: 5
theme: tango
light-switch: true
bslib:
base_font: {google: "Roboto"}
heading_font: {google: "Roboto Slab"}
code_font: {google: "JetBrains Mono"}
includes:
after_body: >
<script data-goatcounter="https://andrewallenbruce.goatcounter.com/count" async src="https://gc.zgo.at/count.js"></script>
home:
title: arktax • NUCC Provider Taxonomy Codesets
description: >
Programmatic interface to the NUCC Health Care Provider Taxonomy Code Set,
including the raw codesets from 2009 to present, various different forms of
the data, and the Medicare specialty-to-taxonomy crosswalk dataset.
navbar:
structure:
left:
- intro
- reference
- articles
- tutorials
- news
right:
- search
- github
- lightswitch
components:
reference:
text: Reference
href: reference/index.html
search:
search: []
lightswitch:
icon: fa-sun
aria-label: Light switch
id: lightswitch
menu:
- text: Light
theme: light
icon: fa-sun
- text: Dark
theme: dark
icon: fa-moon
- text: Auto
theme: auto
icon: fa-adjust
news:
text: Changelog
href: news/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/andrewallenbruce/arktax/
aria-label: GitHub
reference:
- title: Taxonomy
desc: >
NUCC Health Care Provider Taxonomy Code Set.
contents:
- starts_with("taxonomy")
- title: Crosswalk
desc: >
Medicare Provider and Supplier Taxonomy Crosswalk.
contents:
- starts_with("crosswalk")