Skip to content

Commit abcdb03

Browse files
authored
Merge pull request #1293 from mcanouil/quarto/issue10501
docs: Possible options for `repo-actions` is not documented
2 parents d206f6a + af88c24 commit abcdb03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/websites/images/repo-actions.png

20.3 KB
Loading

docs/websites/website-navigation.qmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -501,12 +501,12 @@ You can add various links (e.g., to edit pages, report issues, etc.) to the GitH
501501
``` yaml
502502
website:
503503
repo-url: https://github.com/quarto-dev/quarto-demo
504-
repo-actions: [edit, issue]
504+
repo-actions: [edit, source, issue]
505505
```
506506

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

509-
![](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.'"}
509+
![](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.'"}
510510

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

0 commit comments

Comments
 (0)