Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ Remotes:
License: Artistic-2.0
Encoding: UTF-8
VignetteBuilder: knitr
URL: https://github.com/HelenaLC/SpatialData
URL: https://helenalc.github.io/SpatialData/, https://github.com/HelenaLC/SpatialData
BugReports: https://github.com/HelenaLC/SpatialData/issues
Config/roxygen2/version: 8.0.0
25 changes: 25 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
url: https://helenalc.github.io/SpatialData
template:
bootstrap: 5

navbar:
structure:
left: [intro, reference, articles, demos, news]
right: [search, github, lightswitch]
components:
demos:
text: Demos
href: https://helenalc.github.io/SpatialData.demo/
aria-label: Demos

reference:
- title: "Read SpatialData"
contents:
- starts_with("read")
- title: "Methods for SpatialData objects or their components"
contents:
- -starts_with("read")
- -blobs
- title: "Example datasets"
contents:
- blobs
Loading