Skip to content

Commit 5c2a7d6

Browse files
github-actions[bot]cderv
authored andcommitted
Update reference pages for prerelease v1.10.2
1 parent 90a7380 commit 5c2a7d6

5 files changed

Lines changed: 30 additions & 60 deletions

File tree

docs/cli/cli-info.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.10.1",
2+
"version": "1.10.2",
33
"commands": [
44
{
55
"name": "render",
@@ -1532,7 +1532,7 @@
15321532
{
15331533
"name": "update",
15341534
"hidden": false,
1535-
"description": "Updates an extension or global dependency (TinyTeX, Chromium, Chrome Headless Shell, VeraPDF).",
1535+
"description": "Updates an extension or global dependency (TinyTeX, Chromium (deprecated), Chrome Headless Shell, VeraPDF).",
15361536
"options": [
15371537
{
15381538
"standalone": true,
@@ -1685,10 +1685,6 @@
16851685
"name": "Update Chrome Headless Shell",
16861686
"description": "quarto update tool chrome-headless-shell"
16871687
},
1688-
{
1689-
"name": "Update Chromium (legacy)",
1690-
"description": "quarto update tool chromium"
1691-
},
16921688
{
16931689
"name": "Choose tool to update",
16941690
"description": "quarto update tool"
@@ -2985,7 +2981,7 @@
29852981
{
29862982
"name": "install",
29872983
"hidden": false,
2988-
"description": "Installs a global dependency (TinyTeX, Chromium, Chrome Headless Shell, VeraPDF).",
2984+
"description": "Installs a global dependency (TinyTeX, Chromium (deprecated), Chrome Headless Shell, VeraPDF).",
29892985
"options": [
29902986
{
29912987
"standalone": true,
@@ -3117,10 +3113,6 @@
31173113
"name": "Install Chrome Headless Shell",
31183114
"description": "quarto install chrome-headless-shell"
31193115
},
3120-
{
3121-
"name": "Install Chromium (legacy)",
3122-
"description": "quarto install chromium"
3123-
},
31243116
{
31253117
"name": "Choose tool to install",
31263118
"description": "quarto install"
@@ -3159,7 +3151,7 @@
31593151
{
31603152
"name": "uninstall",
31613153
"hidden": false,
3162-
"description": "Uninstalls a global dependency (TinyTeX, Chromium, Chrome Headless Shell, VeraPDF).",
3154+
"description": "Uninstalls a global dependency (TinyTeX, Chromium (deprecated), Chrome Headless Shell, VeraPDF).",
31633155
"options": [
31643156
{
31653157
"standalone": true,
@@ -3290,10 +3282,6 @@
32903282
{
32913283
"name": "Uninstall Chrome Headless Shell",
32923284
"description": "quarto uninstall chrome-headless-shell"
3293-
},
3294-
{
3295-
"name": "Uninstall Chromium (legacy)",
3296-
"description": "quarto uninstall chromium"
32973285
}
32983286
],
32993287
"commands": [

docs/cli/includes/_cli-commands.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
|Command |Description |
2-
|:------------|:----------------------------------------------------------------------------------------------|
3-
|[render](render.qmd)|Render files or projects to various document types. |
4-
|[preview](preview.qmd)|Render and preview a document or website project. |
5-
|[serve](serve.qmd)|Serve a Shiny interactive document. |
6-
|[create](create.qmd)|Create a Quarto project or extension |
7-
|[use](use.qmd)|Automate document or project setup tasks. |
8-
|[add](add.qmd)|Add an extension to this folder or project |
9-
|[update](update.qmd)|Updates an extension or global dependency (TinyTeX, Chromium, Chrome Headless Shell, VeraPDF). |
10-
|[remove](remove.qmd)|Removes an extension. |
11-
|[convert](convert.qmd)|Convert documents to alternate representations. |
12-
|[pandoc](pandoc.qmd)|Run the version of Pandoc embedded within Quarto. |
13-
|[typst](typst.qmd)|Run the version of Typst embedded within Quarto. |
14-
|[run](run.qmd)|Run a TypeScript, R, Python, or Lua script. |
15-
|[list](list.qmd)|Lists an extension or global dependency. |
16-
|[install](install.qmd)|Installs a global dependency (TinyTeX, Chromium, Chrome Headless Shell, VeraPDF). |
17-
|[uninstall](uninstall.qmd)|Uninstalls a global dependency (TinyTeX, Chromium, Chrome Headless Shell, VeraPDF). |
18-
|[tools](tools.qmd)|Display the status of Quarto installed dependencies |
19-
|[publish](publish.qmd)|Publish a document or project to a provider. |
20-
|[capabilities](capabilities.qmd)|Query for current capabilities (formats, engines, kernels etc.) |
21-
|[inspect](inspect.qmd)|Inspect a Quarto project or input path. |
22-
|[check](check.qmd)|Verify correct functioning of Quarto installation. |
23-
|[call](call.qmd)|Access functions of Quarto subsystems such as its rendering engines. |
1+
|Command |Description |
2+
|:------------|:-----------------------------------------------------------------------------------------------------------|
3+
|[render](render.qmd)|Render files or projects to various document types. |
4+
|[preview](preview.qmd)|Render and preview a document or website project. |
5+
|[serve](serve.qmd)|Serve a Shiny interactive document. |
6+
|[create](create.qmd)|Create a Quarto project or extension |
7+
|[use](use.qmd)|Automate document or project setup tasks. |
8+
|[add](add.qmd)|Add an extension to this folder or project |
9+
|[update](update.qmd)|Updates an extension or global dependency (TinyTeX, Chromium (deprecated), Chrome Headless Shell, VeraPDF). |
10+
|[remove](remove.qmd)|Removes an extension. |
11+
|[convert](convert.qmd)|Convert documents to alternate representations. |
12+
|[pandoc](pandoc.qmd)|Run the version of Pandoc embedded within Quarto. |
13+
|[typst](typst.qmd)|Run the version of Typst embedded within Quarto. |
14+
|[run](run.qmd)|Run a TypeScript, R, Python, or Lua script. |
15+
|[list](list.qmd)|Lists an extension or global dependency. |
16+
|[install](install.qmd)|Installs a global dependency (TinyTeX, Chromium (deprecated), Chrome Headless Shell, VeraPDF). |
17+
|[uninstall](uninstall.qmd)|Uninstalls a global dependency (TinyTeX, Chromium (deprecated), Chrome Headless Shell, VeraPDF). |
18+
|[tools](tools.qmd)|Display the status of Quarto installed dependencies |
19+
|[publish](publish.qmd)|Publish a document or project to a provider. |
20+
|[capabilities](capabilities.qmd)|Query for current capabilities (formats, engines, kernels etc.) |
21+
|[inspect](inspect.qmd)|Inspect a Quarto project or input path. |
22+
|[check](check.qmd)|Verify correct functioning of Quarto installation. |
23+
|[call](call.qmd)|Access functions of Quarto subsystems such as its rendering engines. |

docs/cli/includes/_install.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Installs a global dependency (TinyTeX, Chromium, Chrome Headless Shell, VeraPDF).
1+
Installs a global dependency (TinyTeX, Chromium (deprecated), Chrome Headless Shell, VeraPDF).
22

33
``` {.bash}
44
quarto install [target...]
@@ -99,12 +99,6 @@ quarto install tinytex
9999
quarto install chrome-headless-shell
100100
```
101101

102-
### Install Chromium (legacy)
103-
104-
``` {.bash filename='Terminal'}
105-
quarto install chromium
106-
```
107-
108102
### Choose tool to install
109103

110104
``` {.bash filename='Terminal'}

docs/cli/includes/_uninstall.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Uninstalls a global dependency (TinyTeX, Chromium, Chrome Headless Shell, VeraPDF).
1+
Uninstalls a global dependency (TinyTeX, Chromium (deprecated), Chrome Headless Shell, VeraPDF).
22

33
``` {.bash}
44
quarto uninstall [tool]
@@ -99,9 +99,3 @@ quarto uninstall tinytex
9999
quarto uninstall chrome-headless-shell
100100
```
101101

102-
### Uninstall Chromium (legacy)
103-
104-
``` {.bash filename='Terminal'}
105-
quarto uninstall chromium
106-
```
107-

docs/cli/includes/_update.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Updates an extension or global dependency (TinyTeX, Chromium, Chrome Headless Shell, VeraPDF).
1+
Updates an extension or global dependency (TinyTeX, Chromium (deprecated), Chrome Headless Shell, VeraPDF).
22

33
``` {.bash}
44
quarto update [target...]
@@ -117,12 +117,6 @@ quarto update tool tinytex
117117
quarto update tool chrome-headless-shell
118118
```
119119

120-
### Update Chromium (legacy)
121-
122-
``` {.bash filename='Terminal'}
123-
quarto update tool chromium
124-
```
125-
126120
### Choose tool to update
127121

128122
``` {.bash filename='Terminal'}

0 commit comments

Comments
 (0)