Skip to content

Commit 6820111

Browse files
committed
move endpoints and data discovery higher in fn ref list
1 parent ab97ca4 commit 6820111

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

_pkgdown.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,31 +33,31 @@ home:
3333
href: https://cmu-delphi.github.io/epidatasets/
3434

3535
reference:
36+
- title: Data source and signal discovery
37+
desc: Quickly explore endpoints, and API signal and source names
38+
- contents:
39+
- avail_endpoints
40+
- covidcast_epidata
41+
- title: Make API requests
42+
desc: Query Delphi Epidata endpoints
43+
- contents:
44+
- epidata_call
45+
- fetch_args_list
46+
- has_keyword("endpoint")
47+
- -starts_with("pvt_")
3648
- title: Configuration and utilities
3749
desc: Set API keys and handle API data types
3850
- contents:
3951
- get_api_key
4052
- epirange
4153
- timeset
42-
- title: Data source and signal discovery
43-
desc: Quickly explore endpoints, and API signal and source names
44-
- contents:
45-
- avail_endpoints
46-
- covidcast_epidata
4754
- title: Control caching behavior
4855
desc: Configure an optional persistent cache
4956
- contents:
5057
- set_cache
5158
- clear_cache
5259
- disable_cache
5360
- cache_info
54-
- title: Make API requests
55-
desc: Query Delphi Epidata endpoints
56-
- contents:
57-
- epidata_call
58-
- fetch_args_list
59-
- has_keyword("endpoint")
60-
- -starts_with("pvt_")
6161
- title: Make requests to private API endpoints
6262
desc: These endpoints require additional authorization to use
6363
- contents:

0 commit comments

Comments
 (0)