Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 2.1.0 (2026-01-20)

### New Features

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ keywords:
- extension
license: MIT
commit: 455f0784f291c69a6c1331364f150d4fa1fb2289
version: 2.0.1
date-released: "2026-01-19"
version: 2.1.0
date-released: "2026-01-20"
2 changes: 1 addition & 1 deletion docs/_variables.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 2.0.1
version: 2.1.0
52 changes: 26 additions & 26 deletions docs/api/core/archive.qmd

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions docs/api/core/auth.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,42 +37,42 @@ Tokens can also be set via VS Code settings or the extension's authentication UI

#### AuthConfig

Defined in: [packages/core/src/types/auth.ts:41](https://github.com/mcanouil/quarto-wizard/blob/fe2d58edd97509722fd34d23ee83654640b039ec/packages/core/src/types/auth.ts#L41)
Defined in: [packages/core/src/types/auth.ts:41](https://github.com/mcanouil/quarto-wizard/blob/2cbb78d757ee6ac94d2af405a7e58f9bf650edec/packages/core/src/types/auth.ts#L41)

Authentication configuration for API requests.

##### Properties

| Property | Type | Description | Defined in |
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="githubtoken"></a> `githubToken?` | `string` | GitHub personal access token for GitHub API and private repos. | [packages/core/src/types/auth.ts:43](https://github.com/mcanouil/quarto-wizard/blob/fe2d58edd97509722fd34d23ee83654640b039ec/packages/core/src/types/auth.ts#L43) |
| <a id="httpheaders"></a> `httpHeaders` | `<code><a href="#httpheader" style="text-decoration-line: underline; text-decoration-style: dashed; text-decoration-thickness: 1px; text-decoration-color: currentColor;">HttpHeader</a>[]</code>`{=html} | Custom HTTP headers for URL downloads. | [packages/core/src/types/auth.ts:45](https://github.com/mcanouil/quarto-wizard/blob/fe2d58edd97509722fd34d23ee83654640b039ec/packages/core/src/types/auth.ts#L45) |
| <a id="githubtoken"></a> `githubToken?` | `string` | GitHub personal access token for GitHub API and private repos. | [packages/core/src/types/auth.ts:43](https://github.com/mcanouil/quarto-wizard/blob/2cbb78d757ee6ac94d2af405a7e58f9bf650edec/packages/core/src/types/auth.ts#L43) |
| <a id="httpheaders"></a> `httpHeaders` | `<code><a href="#httpheader" style="text-decoration-line: underline; text-decoration-style: dashed; text-decoration-thickness: 1px; text-decoration-color: currentColor;">HttpHeader</a>[]</code>`{=html} | Custom HTTP headers for URL downloads. | [packages/core/src/types/auth.ts:45](https://github.com/mcanouil/quarto-wizard/blob/2cbb78d757ee6ac94d2af405a7e58f9bf650edec/packages/core/src/types/auth.ts#L45) |

#### AuthConfigOptions

Defined in: [packages/core/src/types/auth.ts:51](https://github.com/mcanouil/quarto-wizard/blob/fe2d58edd97509722fd34d23ee83654640b039ec/packages/core/src/types/auth.ts#L51)
Defined in: [packages/core/src/types/auth.ts:51](https://github.com/mcanouil/quarto-wizard/blob/2cbb78d757ee6ac94d2af405a7e58f9bf650edec/packages/core/src/types/auth.ts#L51)

Options for creating an AuthConfig.

##### Properties

| Property | Type | Description | Defined in |
| ----------------------------------------- | ---------- | ------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="githubtoken-1"></a> `githubToken?` | `string` | GitHub personal access token. | [packages/core/src/types/auth.ts:53](https://github.com/mcanouil/quarto-wizard/blob/fe2d58edd97509722fd34d23ee83654640b039ec/packages/core/src/types/auth.ts#L53) |
| <a id="httpheaders-1"></a> `httpHeaders?` | `string[]` | HTTP headers in "Name: Value" format. | [packages/core/src/types/auth.ts:55](https://github.com/mcanouil/quarto-wizard/blob/fe2d58edd97509722fd34d23ee83654640b039ec/packages/core/src/types/auth.ts#L55) |
| <a id="githubtoken-1"></a> `githubToken?` | `string` | GitHub personal access token. | [packages/core/src/types/auth.ts:53](https://github.com/mcanouil/quarto-wizard/blob/2cbb78d757ee6ac94d2af405a7e58f9bf650edec/packages/core/src/types/auth.ts#L53) |
| <a id="httpheaders-1"></a> `httpHeaders?` | `string[]` | HTTP headers in "Name: Value" format. | [packages/core/src/types/auth.ts:55](https://github.com/mcanouil/quarto-wizard/blob/2cbb78d757ee6ac94d2af405a7e58f9bf650edec/packages/core/src/types/auth.ts#L55) |

#### HttpHeader

Defined in: [packages/core/src/types/auth.ts:31](https://github.com/mcanouil/quarto-wizard/blob/fe2d58edd97509722fd34d23ee83654640b039ec/packages/core/src/types/auth.ts#L31)
Defined in: [packages/core/src/types/auth.ts:31](https://github.com/mcanouil/quarto-wizard/blob/2cbb78d757ee6ac94d2af405a7e58f9bf650edec/packages/core/src/types/auth.ts#L31)

HTTP header for custom authentication.

##### Properties

| Property | Type | Description | Defined in |
| -------------------------- | -------- | --------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="name"></a> `name` | `string` | Header name (e.g., "Authorization"). | [packages/core/src/types/auth.ts:33](https://github.com/mcanouil/quarto-wizard/blob/fe2d58edd97509722fd34d23ee83654640b039ec/packages/core/src/types/auth.ts#L33) |
| <a id="value"></a> `value` | `string` | Header value (e.g., "Bearer token123"). | [packages/core/src/types/auth.ts:35](https://github.com/mcanouil/quarto-wizard/blob/fe2d58edd97509722fd34d23ee83654640b039ec/packages/core/src/types/auth.ts#L35) |
| <a id="name"></a> `name` | `string` | Header name (e.g., "Authorization"). | [packages/core/src/types/auth.ts:33](https://github.com/mcanouil/quarto-wizard/blob/2cbb78d757ee6ac94d2af405a7e58f9bf650edec/packages/core/src/types/auth.ts#L33) |
| <a id="value"></a> `value` | `string` | Header value (e.g., "Bearer token123"). | [packages/core/src/types/auth.ts:35](https://github.com/mcanouil/quarto-wizard/blob/2cbb78d757ee6ac94d2af405a7e58f9bf650edec/packages/core/src/types/auth.ts#L35) |

### Functions

Expand All @@ -82,7 +82,7 @@ HTTP header for custom authentication.
function createAuthConfig(options): AuthConfig;
```

Defined in: [packages/core/src/types/auth.ts:66](https://github.com/mcanouil/quarto-wizard/blob/fe2d58edd97509722fd34d23ee83654640b039ec/packages/core/src/types/auth.ts#L66)
Defined in: [packages/core/src/types/auth.ts:66](https://github.com/mcanouil/quarto-wizard/blob/2cbb78d757ee6ac94d2af405a7e58f9bf650edec/packages/core/src/types/auth.ts#L66)

Create an AuthConfig from options.
Automatically reads from environment variables if not provided.
Expand All @@ -109,7 +109,7 @@ Error if header format is invalid
function getAuthHeaders(auth, isGitHub): Record<string, string>;
```

Defined in: [packages/core/src/types/auth.ts:97](https://github.com/mcanouil/quarto-wizard/blob/fe2d58edd97509722fd34d23ee83654640b039ec/packages/core/src/types/auth.ts#L97)
Defined in: [packages/core/src/types/auth.ts:97](https://github.com/mcanouil/quarto-wizard/blob/2cbb78d757ee6ac94d2af405a7e58f9bf650edec/packages/core/src/types/auth.ts#L97)

Get authorization headers for a request.

Expand Down
Loading