Skip to content

Commit af0ae30

Browse files
committed
improves pkgdown
1 parent c275a1e commit af0ae30

8 files changed

Lines changed: 26 additions & 4 deletions

_pkgdown.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ reference:
1717
- '`nlm_randomcluster`'
1818
- '`nlm_random`'
1919
- '`nlm_randomrectangularcluster`'
20+
- title: Utility functions
21+
desc: ~
22+
contents:
23+
- '`util_classify`'
2024
navbar:
2125
title: nlmr | Neutral landscape models with R
2226
structure:
@@ -38,10 +42,6 @@ navbar:
3842
href: articles/articles/nlm_software_heritage.html
3943
- text: Visualize Neutral Landscape Models
4044
href: articles/articles/visualize_nlms.html
41-
record:
42-
text: "Publication Record"
43-
icon: fa-file-text-o
44-
href: articles/articles/publication_record.html
4545

4646
template:
4747
bootstrap: 5
36.9 KB
Loading

pkgdown/favicon/favicon-96x96.png

16.6 KB
Loading

pkgdown/favicon/favicon.ico

14.7 KB
Binary file not shown.

pkgdown/favicon/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

pkgdown/favicon/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "",
3+
"short_name": "",
4+
"icons": [
5+
{
6+
"src": "/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}
38.1 KB
Loading
61.1 KB
Loading

0 commit comments

Comments
 (0)