You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by pa...@apache.org on 2023/11/13 18:27:10 UTC

(arrow-nanoarrow) branch main updated: docs(r): fix source links from pkgdown site (#315)

This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 032cdd9  docs(r): fix source links from pkgdown site (#315)
032cdd9 is described below

commit 032cdd962e0297260004947b74f4520e9f214ff4
Author: eitsupi <50...@users.noreply.github.com>
AuthorDate: Tue Nov 14 03:27:04 2023 +0900

    docs(r): fix source links from pkgdown site (#315)
    
    Since the R package is in a subdirectory, I believe this setting is
    necessary to ensure that the links to the source files are generated
    correctly.
---
 r/_pkgdown.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/r/_pkgdown.yml b/r/_pkgdown.yml
index 544fbfe..18614cf 100644
--- a/r/_pkgdown.yml
+++ b/r/_pkgdown.yml
@@ -19,3 +19,10 @@ url: ~
 template:
   bootstrap: 5
 destination: ../docs/_build/html/r
+
+repo:
+  url:
+    home: https://github.com/apache/arrow-nanoarrow/
+    source: https://github.com/apache/arrow-nanoarrow/blob/main/r/
+    issue: https://github.com/apache/arrow-nanoarrow/issues/
+    user: https://github.com/