Skip to content

Commit

Permalink
[Sync to prerelease] docs: Possible options for repo-actions is not…
Browse files Browse the repository at this point in the history
… documented (#1311)

Co-authored-by: Mickaël Canouil <[email protected]>
Co-authored-by: Charlotte Wickham <[email protected]>
Fixes #10501
  • Loading branch information
github-actions[bot] authored Aug 27, 2024
1 parent 94120e6 commit 3e506ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified docs/websites/images/repo-actions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/websites/website-navigation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -501,12 +501,12 @@ You can add various links (e.g., to edit pages, report issues, etc.) to the GitH
``` yaml
website:
repo-url: https://github.com/quarto-dev/quarto-demo
repo-actions: [edit, issue]
repo-actions: [edit, source, issue]
```

The links will be displayed immediately below the page's table of contents:

![](images/repo-actions.png){.border fig-alt="A screen shot of a Quarto document. Underneath the page table of contents on the right side are two options: 'Edit this page' and 'Report an issue'. There is a Github icon to the left of 'Edit this Page.'"}
![](images/repo-actions.png){fig-alt="A screen shot of a Quarto document. Underneath the page table of contents on the right side are three options: 'Edit this page', 'View source' and 'Report an issue'. There is a Github icon to the left of 'Edit this Page.'"}

There are a couple of additional options that enable you to customize the behavior of repository links:

Expand Down

0 comments on commit 3e506ed

Please sign in to comment.