-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
31 lines (29 loc) · 897 Bytes
/
_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
url: http://christophertkenny.com/feltr/
template:
bootstrap: 5
reference:
- title: Work with Maps
desc: Operate on a map
- contents:
- has_concept("map")
- title: Retrieve Existing Information
desc: Download information about maps, layers, or elements.
- contents:
- has_concept("get")
- title: Edit Maps or Layers
desc: Edit or upload maps and layers.
- contents:
- has_concept("edits")
- title: Work with Felt styles
desc: Get and edit json representing the Felt Style Language
- contents:
- has_concept("style")
- title: Retrieve User Information
desc: Get information about the user (self) account
- contents:
- has_concept("user")
- title: "Other functions"
desc: "Other functions, including working with keys"
- contents:
- has_concept("key")
- lacks_concepts(c("map", "get", "edits", "user", "key", "style"))