-
Notifications
You must be signed in to change notification settings - Fork 387
Closed
quarto-dev/quarto-web
#1293Labels
documentationDoc improvements & quarto-webDoc improvements & quarto-web
Milestone
Description
What would you like to do?
Report an issue on quarto.org
Description
Searching for repo-actions brings be to the following links
- https://quarto.org/docs/reference/formats/html.html#website
- https://quarto.org/docs/websites/website-navigation.html#github-links
it shows
repo-actions: [edit, issue]but doesn't list source as an option.
Ref:
quarto-cli/src/resources/schema/definitions.yml
Lines 692 to 697 in 22af0f2
| repo-actions: | |
| maybeArrayOf: | |
| enum: [none, edit, source, issue] | |
| description: | |
| short: "Links to source repository actions" | |
| long: "Links to source repository actions (`none` or one or more of `edit`, `source`, `issue`)" |
Metadata
Metadata
Assignees
Labels
documentationDoc improvements & quarto-webDoc improvements & quarto-web