Skip to content

Commit

Permalink
Bump vite from 3.1.3 to 4.5.2 in /docs/website (#794)
Browse files Browse the repository at this point in the history
* Bump vite from 3.1.3 to 4.5.2 in /docs/website

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.1.3 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* update website pkg / vite / nuxt

* fix dead links

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcel Ludwig <1841067+malud@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and malud authored Feb 1, 2024
1 parent 21688cd commit 7cc51b4
Show file tree
Hide file tree
Showing 8 changed files with 10,486 additions and 17,042 deletions.
6 changes: 3 additions & 3 deletions docs/website/content/2.configuration/4.block/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ The `backend` block defines the connection to a local/remote backend service.

Backends can be defined in the [Definitions Block](/configuration/block/definitions) and referenced by _label_.

| Block name | Context | Label |
|:-----------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------|
| `backend` | [Definitions Block](/configuration/block/definitions), [Proxy Block](/configuration/block/proxy), [Request Block](/configuration/block/request), [OAuth2 CC Block](/configuration/block/oauth2req_auth), [JWT Block](/configuration/block/jwt), [OAuth2 AC (Beta) Block](/configuration/block/beta_oauth2), [OIDC Block](/configuration/block/oidc) | &#9888; required, if defined in [Definitions Block](/configuration/block/definitions) |
| Block name | Context | Label |
|:-----------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------|
| `backend` | [Definitions Block](/configuration/block/definitions), [Proxy Block](/configuration/block/proxy), [Request Block](/configuration/block/request), [JWT Block](/configuration/block/jwt), [OAuth2 AC (Beta) Block](/configuration/block/beta_oauth2), [OIDC Block](/configuration/block/oidc) | &#9888; required, if defined in [Definitions Block](/configuration/block/definitions) |

::attributes
---
Expand Down
24 changes: 12 additions & 12 deletions docs/website/content/3.observation/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,45 +76,45 @@ These fields are found in the [Log Types](#log-types) `couper_access` and `coupe

These fields are found in the [Log Type](#log-types) `couper_backend` in addition to the [Common Fields](#common-fields).

| Name | | Description |
|:------------------------|:------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Name | | Description |
|:------------------------|:------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `"auth_user"` | | Backend request basic auth username (if provided). |
| `"backend"` | | Configured name (`default` if not provided). |
| `"backend"` | | Configured name (`default` if not provided). |
| `"custom"` | | See [Custom Logging](#custom-logging). |
| `"method"` | | HTTP request method, see [Mozilla HTTP Reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) for more information. |
| `"proxy"` | | Used system proxy URL (if configured), see [Proxy Block](/configuration/block/proxy). |
| `"request":` | | Field regarding request information. |
| | `{` | |
| | `{` | |
| | `"bytes"` | Request body size in bytes. |
| | `"headers"` | Field regarding keys and values originating from configured keys/header names. |
| | `"host"` | Request host. |
| | `"method"` | HTTP request method, see [Mozilla HTTP Reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) for more information. |
| | `"name"` | Configured request name (`default` if not provided). |
| | `"name"` | Configured request name (`default` if not provided). |
| | `"origin"` | Request origin, for our purposes excluding `<proto>://` in printing, see [Mozilla HTTP Reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin) for more information. |
| | `"path"` | Request path. |
| | `"port"` | Current port accepting request. |
| | `"proto"` | Request protocol. |
| | `}` | |
| | `}` | |
| `"response":` | | Field regarding response information. |
| | `{` | |
| | `{` | |
| | `"bytes"` | Raw size of read body bytes. |
| | `"headers"` | Field regarding keys and values originating from configured keys/header names. |
| | `"status"` | Response status code, see [Mozilla HTTP Reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status) for more information. |
| | `}` | |
| | `}` | |
| `"status"` | | Response status code, see [Mozilla HTTP Reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status) for more information. |
| `"timings":` | | Field regarding timing (ms). |
| | `{` | |
| | `{` | |
| | `"dns"` | Time taken by DNS. |
| | `"tcp"` | Time taken between attempting and establishing TCP connection. |
| | `"tls"` | Time taken between attempt and success at TLS handshake. |
| | `"total"` | Total time taken. |
| | `"ttfb"` | Time to first byte/between establishing connection and receiving first byte. |
| | `}` | |
| | `}` | |
| `"token_request"` | | Entry regarding request for token. |
| `"token_request_retry"` | | How many `token_request` attempts were made. |
| `"uid"` | | Unique request ID configurable in [Settings](/configuration/block/settings) |
| `"uid"` | | Unique request ID configurable in [Settings](/configuration/block/settings) |
| `"url"` | | Complete URL (`<proto>://<host>:<port><path>` or `<origin><path>`). |
| `"validation"` | | Validation result for open api, see [OpenAPI Block](/configuration/block/open-api). |
| `"validation"` | | Validation result for open api, see [OpenAPI Block](/configuration/block/openapi). |

### Daemon Fields

Expand Down
18 changes: 1 addition & 17 deletions docs/website/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import colors from 'tailwindcss/colors.js'
import { defineNuxtConfig } from 'nuxt'
import { defineNuxtConfig } from 'nuxt/config'

// https://v3.nuxtjs.org/api/configuration/nuxt.config
export default defineNuxtConfig({
Expand Down Expand Up @@ -77,21 +76,6 @@ export default defineNuxtConfig({
branch: 'main',
releases: false
},
tailwindcss: {
config: {
/* Extend the Tailwind config here */
content: [
'content/**/**.md'
],
theme: {
extend: {
colors: {
primary: colors.emerald
}
}
}
}
},
build: {
postcss: {
postcssOptions: {
Expand Down
Loading

0 comments on commit 7cc51b4

Please sign in to comment.