Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
docs: pkgdown infra
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Oct 8, 2024
1 parent dffefb2 commit 6473e34
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
^\.github$
^README\.Rmd$
^man/universe_query\.Rd$
^_pkgdown\.yml$
^docs$
^pkgdown$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
.httr-oauth
.DS_Store
.quarto
docs
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Depends:
Imports:
cli,
httr2
URL: https://github.com/ropenscilabs/starchart
URL: https://docs.ropensci.org/starchart/, https://github.com/ropenscilabs/starchart
BugReports: https://github.com/ropenscilabs/starchart/issues
Config/Needs/build: moodymudskipper/devtag
Suggests:
Expand Down
12 changes: 12 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
url: https://docs.ropensci.org/starchart/

reference:
- title: Endpoint for global search across all universes
contents:
- global_search
- title: Endpoints for single universes
contents:
- universe_ls
- universe_packages
- universe_package
- universe_search

0 comments on commit 6473e34

Please sign in to comment.