diff --git a/news/changelog-1.7.md b/news/changelog-1.7.md index 5150e648ee5..ac64bcd043e 100644 --- a/news/changelog-1.7.md +++ b/news/changelog-1.7.md @@ -22,6 +22,7 @@ All changes included in 1.7: ## Website projects - ([#11701](https://github.com/quarto-dev/quarto-cli/issues/11701)): Wrap HTML emitted by EJS templates in `{=html}` blocks to avoid memory blowup issues with Pandoc's parser. +- ([#10501](https://github.com/quarto-dev/quarto-cli/issues/10501)): add possible option to `repo-actions` option. - ([#12134](https://github.com/quarto-dev/quarto-cli/issues/12134)): Forward `logo.small` images in `_brand.yml` files to a website `favicon`. ## Blog projects diff --git a/src/resources/editor/tools/vs-code.mjs b/src/resources/editor/tools/vs-code.mjs index f16c739e7a7..7dfac66ce8b 100644 --- a/src/resources/editor/tools/vs-code.mjs +++ b/src/resources/editor/tools/vs-code.mjs @@ -19346,7 +19346,7 @@ var require_yaml_intelligence_resources = __commonJS({ "$html-doc" ] }, - description: "Setting this to false prevents the `repo-actions` from appearing on this page." + description: "Setting this to false prevents the `repo-actions` from appearing on this page.\nPossible values are `none` or one or more of `edit`, `source`, and `issue`, *e.g.* `[edit, source, issue]`.\n" }, { name: "aliases", @@ -23251,7 +23251,7 @@ var require_yaml_intelligence_resources = __commonJS({ "Print a list of figures in the document.", "Print a list of tables in the document.", "Setting this to false prevents this document from being included in\nsearches.", - "Setting this to false prevents the repo-actions from\nappearing on this page.", + "Setting this to false prevents the repo-actions from\nappearing on this page. Possible values are none or one or\nmore of edit, source, and issue,\ne.g. [edit, source, issue].", { short: "Links to source repository actions", long: "Links to source repository actions (none or one or more\nof edit, source, issue)" diff --git a/src/resources/editor/tools/yaml/web-worker.js b/src/resources/editor/tools/yaml/web-worker.js index 66a0100644f..2ecbb9591fe 100644 --- a/src/resources/editor/tools/yaml/web-worker.js +++ b/src/resources/editor/tools/yaml/web-worker.js @@ -19347,7 +19347,7 @@ try { "$html-doc" ] }, - description: "Setting this to false prevents the `repo-actions` from appearing on this page." + description: "Setting this to false prevents the `repo-actions` from appearing on this page.\nPossible values are `none` or one or more of `edit`, `source`, and `issue`, *e.g.* `[edit, source, issue]`.\n" }, { name: "aliases", @@ -23252,7 +23252,7 @@ try { "Print a list of figures in the document.", "Print a list of tables in the document.", "Setting this to false prevents this document from being included in\nsearches.", - "Setting this to false prevents the repo-actions from\nappearing on this page.", + "Setting this to false prevents the repo-actions from\nappearing on this page. Possible values are none or one or\nmore of edit, source, and issue,\ne.g. [edit, source, issue].", { short: "Links to source repository actions", long: "Links to source repository actions (none or one or more\nof edit, source, issue)" diff --git a/src/resources/editor/tools/yaml/yaml-intelligence-resources.json b/src/resources/editor/tools/yaml/yaml-intelligence-resources.json index 11528adcab4..004ee1bc107 100644 --- a/src/resources/editor/tools/yaml/yaml-intelligence-resources.json +++ b/src/resources/editor/tools/yaml/yaml-intelligence-resources.json @@ -12318,7 +12318,7 @@ "$html-doc" ] }, - "description": "Setting this to false prevents the `repo-actions` from appearing on this page." + "description": "Setting this to false prevents the `repo-actions` from appearing on this page.\nPossible values are `none` or one or more of `edit`, `source`, and `issue`, *e.g.* `[edit, source, issue]`.\n" }, { "name": "aliases", @@ -16223,7 +16223,7 @@ "Print a list of figures in the document.", "Print a list of tables in the document.", "Setting this to false prevents this document from being included in\nsearches.", - "Setting this to false prevents the repo-actions from\nappearing on this page.", + "Setting this to false prevents the repo-actions from\nappearing on this page. Possible values are none or one or\nmore of edit, source, and issue,\ne.g. [edit, source, issue].", { "short": "Links to source repository actions", "long": "Links to source repository actions (none or one or more\nof edit, source, issue)" diff --git a/src/resources/schema/document-website.yml b/src/resources/schema/document-website.yml index bd09e6223a5..e1395415747 100644 --- a/src/resources/schema/document-website.yml +++ b/src/resources/schema/document-website.yml @@ -14,10 +14,11 @@ description: short: "Links to source repository actions" long: "Links to source repository actions (`none` or one or more of `edit`, `source`, `issue`)" - tags: formats: [$html-doc] - description: Setting this to false prevents the `repo-actions` from appearing on this page. + description: | + Setting this to false prevents the `repo-actions` from appearing on this page. + Possible values are `none` or one or more of `edit`, `source`, and `issue`, *e.g.* `[edit, source, issue]`. - name: aliases schema: