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
8 changes: 4 additions & 4 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ name: pkgdown

jobs:
pkgdown:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
env:
RSPM: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
RSPM: https://packagemanager.rstudio.com/cran/__linux__/jammy/latest
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
Expand All @@ -33,8 +33,8 @@ jobs:
path: |
${{ env.R_LIBS_USER }}/*
!${{ env.R_LIBS_USER }}/pak
key: ubuntu-18.04-${{ steps.install-r.outputs.installed-r-version }}-1-${{ hashFiles('.github/r-depends.rds') }}
restore-keys: ubuntu-18.04-${{ steps.install-r.outputs.installed-r-version }}-1-
key: ubuntu-latest-${{ steps.install-r.outputs.installed-r-version }}-1-${{ hashFiles('.github/r-depends.rds') }}
restore-keys: ubuntu-latest-${{ steps.install-r.outputs.installed-r-version }}-1-

- name: Install system dependencies
if: runner.os == 'Linux'
Expand Down
11 changes: 11 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ reference:
- setDocumentContents
- setCursorPosition
- setSelectionRanges
- setGhostText

- documentSave
- documentSaveAll
Expand Down Expand Up @@ -81,6 +82,15 @@ reference:
- openProject
- getActiveProject

- title : OAuth & Authentication
desc : Work with OAuth integrations and authentication in Posit Workbench.
Comment thread
zachhannum marked this conversation as resolved.
contents :
- getOAuthIntegrations
- getOAuthIntegration
- findOAuthIntegration
- getOAuthCredentials
- getDelegatedAzureToken

- title : Themes
desc : Work with RStudio editor themes.
contents :
Expand All @@ -105,6 +115,7 @@ reference:
- isAvailable

- getVersion
- getMode
- versionInfo

- starts_with("preview")
Expand Down