diff --git a/daprdocs/content/en/concepts/terminology.md b/daprdocs/content/en/concepts/terminology.md index 5e97b8f7a..ce9273d12 100644 --- a/daprdocs/content/en/concepts/terminology.md +++ b/daprdocs/content/en/concepts/terminology.md @@ -2,7 +2,7 @@ type: docs title: "Dapr terminology and definitions" linkTitle: "Terminology" -weight: 800 +weight: 900 description: Definitions for common terms and acronyms in the Dapr documentation --- diff --git a/daprdocs/content/en/operations/hosting/self-hosted/_index.md b/daprdocs/content/en/operations/hosting/self-hosted/_index.md index 9c70df3ad..627f44f3b 100644 --- a/daprdocs/content/en/operations/hosting/self-hosted/_index.md +++ b/daprdocs/content/en/operations/hosting/self-hosted/_index.md @@ -1,6 +1,6 @@ --- type: docs -title: "Run Dapr in Self Hosted Mode" +title: "Run Dapr in self hosted mode" linkTitle: "Self-Hosted" weight: 1000 description: "How to get Dapr up and running in your local environment" diff --git a/daprdocs/content/en/reference/arguments-annotations-overview.md b/daprdocs/content/en/reference/arguments-annotations-overview.md index eec7f0c66..1ae47066a 100644 --- a/daprdocs/content/en/reference/arguments-annotations-overview.md +++ b/daprdocs/content/en/reference/arguments-annotations-overview.md @@ -10,7 +10,7 @@ aliases: This table is meant to help users understand the equivalent options for running Dapr sidecars in different contexts--via the [CLI]({{< ref cli-overview.md >}}) directly, via daprd, or on [Kubernetes]({{< ref kubernetes-overview.md >}}) via annotations. -| daprd | dapr CLI | CLI shorthand | K8s annotations | Description +| daprd | Dapr CLI | CLI shorthand | K8s annotations | Description |----- | ------- | -----------| ----------| ------------ | | `--allowed-origins` | not supported | | not supported | Allowed HTTP origins (default "*") | | `--app-id` | `--app-id` | `-i` | `dapr.io/app-id` | The unique ID of the application. Used for service discovery, state encapsulation and the pub/sub consumer ID |