Skip to content

Commit

Permalink
Docs SEO: Updates
Browse files Browse the repository at this point in the history
CE-781,782,785,788
  • Loading branch information
aimeeu committed Dec 30, 2024
1 parent 06c8244 commit 0c3af58
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 18 deletions.
2 changes: 1 addition & 1 deletion website/content/docs/networking/cni.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: docs
page_title: CNI plugins and bridge networking
description: |-
Learn how to install Container Network Interface (CNI) reference plugins, configure Nomad's bridge networking, and how to use CNI networks with Nomad jobs.
Learn how to install Container Network Interface (CNI) reference plugins, configure Nomad's bridge networking, and use CNI networks with Nomad jobs.
---

# Container Network Interface (CNI)
Expand Down
3 changes: 1 addition & 2 deletions website/content/docs/networking/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
layout: docs
page_title: Networking
description: |-
Learn about Nomad's networking internals and how it compares with other
tools.
Learn about Nomad's networking configuration feature enables accessing the information you need to connect your workloads instead of running additional components tools.
---

# Networking
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/networking/service-discovery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: docs
page_title: Service Discovery
description: |-
Learn about how service discovery works in Nomad to connect workloads.
Learn how Nomad's service discovery enables automatically discovering and connecting workloads.
---

# Service discovery
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/networking/service-mesh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: docs
page_title: Service Mesh
description: |-
Learn about how service mesh works in Nomad to securely connect and isolate
Learn how Nomad's service mesh works to securely connect and isolate
your workloads.
---

Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/nomad-vs-kubernetes/alternative.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: docs
page_title: Alternative to Kubernetes
description: Nomad as an alternative to Kubernetes
description: Learn why Nomad's run anything anywhere workload orchestration is a robust alternative to Kubernetes.
---

# An alternative to Kubernetes
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/nomad-vs-kubernetes/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: docs
page_title: Nomad vs. Kubernetes
description: Comparison between Nomad and Kubernetes
description: Learn why Nomad is a superior workload scheduling and orchestration tool compared to Kubernetes.
---

# Nomad vs. Kubernetes
# Nomad versus Kubernetes

~> Interested in talking with HashiCorp about your experience building, deploying,
or managing your applications? [Set up a time to chat!](https://forms.gle/2tAmxJbyPbcL2nRW9)
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/nomad-vs-kubernetes/supplement.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: docs
page_title: Supplement to Kubernetes
description: Comparison between Nomad and Kubernetes
description: Learn how Nomad's run anything anywhere capability can supplement Kubernetes' container-only approach to workload orchestration.
---

# Supplement to Kubernetes
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/runtime/environment.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: docs
page_title: Environment - Runtime
description: Learn how to configure the Nomad runtime environment.
description: Learn about Nomad's runtime environment variables and how to configure them for use in your workloads.
---

# Runtime Environment
Expand Down Expand Up @@ -94,7 +94,7 @@ arbitrary configuration to a task. This allows you to easily provide
job-specific configuration even if you use the same executable unit in multiple
jobs. These key-value pairs are passed through to the job as
`NOMAD_META_<key>=<value>` environment variables. Any character in a key other
than `[A-Za-z0-9_.]` will be converted to `_`. Both the original case and an uppercased
than `[A-Za-z0-9_.]` will be converted to `_`. Both the original case and an uppercased
version are injected. The uppercased version will be deprecated in a future release.

Currently there is no enforcement that the meta keys be lowercase, but using
Expand Down
5 changes: 2 additions & 3 deletions website/content/docs/runtime/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
layout: docs
page_title: Runtime
description: |-
Learn about Nomad's runtime environment variables, interpolation, caveats,
and more.
Learn about Nomad's runtime environment variables, interpolation, and schedulers.
---

# Runtime

This section details Nomad's runtime information, including environment
variables, interpolations, caveats, and more.
variables, interpolations, and caveats.

To learn more about Nomad's runtime, choose an item from the sidebar, or choose
one of the options below:
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/runtime/interpolation.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: docs
page_title: Variable Interpolation
description: Learn about the Nomad's interpolation and interpreted variables.
description: Learn how you can use Nomad's interpolation and interpreted variables in your workloads.
---

# Variable Interpolation
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/upgrade/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: docs
page_title: 'Upgrading'
sidebar_current: 'guides-upgrade'
description: |-
Learn how to upgrade Nomad.
Learn how to upgrade Nomad without causing an outage.
---

# Upgrading
Expand Down
3 changes: 1 addition & 2 deletions website/content/docs/upgrade/upgrade-specific.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
layout: docs
page_title: Upgrade Guides
description: |-
Specific versions of Nomad may have additional information about the upgrade
process beyond the standard flow.
Review upgrade details for specific versions of Nomad.
---

# Upgrade Guides
Expand Down

0 comments on commit 0c3af58

Please sign in to comment.