website: Copy updates (#11677)
This commit is contained in:
parent
2cd9fc5825
commit
235a778a56
|
@ -2,13 +2,15 @@
|
|||
layout: docs
|
||||
page_title: Documentation
|
||||
description: |-
|
||||
Welcome to the Nomad documentation. This documentation is more of a reference
|
||||
guide for all available features and options of Nomad.
|
||||
Welcome to the Nomad documentation. Nomad is a scheduler and workload
|
||||
orchestrator. This documentation is a reference for all available features
|
||||
and options of Nomad.
|
||||
---
|
||||
|
||||
# Nomad Documentation
|
||||
|
||||
Welcome to the Nomad documentation. This documentation is a reference for all
|
||||
Welcome to the Nomad documentation. Nomad is a scheduler and workload
|
||||
orchestrator. This documentation is a reference for all
|
||||
available features and options of Nomad. If you are just getting started with
|
||||
Nomad, please start with the [HashiCorp Learn "Getting Started" collection][gs]
|
||||
instead.
|
||||
|
|
|
@ -16,7 +16,7 @@ export default function Homepage() {
|
|||
<div id="p-home">
|
||||
<HomepageHero
|
||||
title="Workload Orchestration Made Easy"
|
||||
description="A simple and flexible workload orchestrator to deploy and manage containers and non-containerized applications across on-prem and clouds at scale."
|
||||
description="A simple and flexible scheduler and workload orchestrator to deploy and manage containers and non-containerized applications across on-prem and clouds at scale."
|
||||
links={[
|
||||
{
|
||||
text: 'Download',
|
||||
|
@ -227,7 +227,8 @@ export default function Homepage() {
|
|||
person: {
|
||||
firstName: 'Dhasharath',
|
||||
lastName: 'Shrivathsa',
|
||||
photo: 'https://www.datocms-assets.com/2885/1623450501-dhasharath-shrivathsa.jpg',
|
||||
photo:
|
||||
'https://www.datocms-assets.com/2885/1623450501-dhasharath-shrivathsa.jpg',
|
||||
title: 'CEO',
|
||||
},
|
||||
company: {
|
||||
|
|
Loading…
Reference in New Issue