Website Links to Learn (#8641)
* update links * Update website/pages/home/index.jsx
This commit is contained in:
parent
0911995527
commit
20e6b21f68
|
@ -1,7 +1,7 @@
|
|||
# Consul [![CircleCI](https://circleci.com/gh/hashicorp/consul/tree/master.svg?style=svg)](https://circleci.com/gh/hashicorp/consul/tree/master) [![Discuss](https://img.shields.io/badge/discuss-consul-ca2171.svg?style=flat)](https://discuss.hashicorp.com/c/consul)
|
||||
|
||||
* Website: https://www.consul.io
|
||||
* Tutorials: [https://learn.hashicorp.com](https://learn.hashicorp.com/consul)
|
||||
* Tutorials: [HashiCorp Learn](https://learn.hashicorp.com/consul)
|
||||
* Forum: [Discuss](https://discuss.hashicorp.com/c/consul)
|
||||
|
||||
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
|
||||
|
|
|
@ -76,6 +76,27 @@ export default function HomePage() {
|
|||
]}
|
||||
/>
|
||||
|
||||
<LearnCallout
|
||||
headline="Get hands-on experience with Consul"
|
||||
brand="consul"
|
||||
items={[
|
||||
{
|
||||
title: 'Deploy Consul Service Mesh on Kubernetes',
|
||||
category: 'Step-by-Step Tutorial',
|
||||
time: '10 mins',
|
||||
link: 'https://learn.hashicorp.com/tutorials/consul/service-mesh-deploy',
|
||||
image: require('./img/learn/getting-started.svg?url'),
|
||||
},
|
||||
{
|
||||
title: 'Observe Layer 7 Traffic',
|
||||
category: 'Step-by-Step Tutorial',
|
||||
time: '15 mins',
|
||||
link: 'https://learn.hashicorp.com/tutorials/consul/service-mesh-features',
|
||||
image: require('./img/learn/kubernetes.svg?url'),
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
<CaseStudyCarousel
|
||||
title="Trusted by startups and the world’s largest organizations"
|
||||
caseStudies={[
|
||||
|
@ -188,27 +209,6 @@ export default function HomePage() {
|
|||
/>
|
||||
</div>
|
||||
|
||||
<LearnCallout
|
||||
headline="Learn the latest Consul skills"
|
||||
brand="consul"
|
||||
items={[
|
||||
{
|
||||
title: 'Getting Started',
|
||||
category: 'Step-by-Step Guides',
|
||||
time: '48 mins',
|
||||
link: 'https://learn.hashicorp.com/consul/getting-started/install',
|
||||
image: require('./img/learn/getting-started.svg?url'),
|
||||
},
|
||||
{
|
||||
title: 'Run Consul on Kubernetes',
|
||||
category: 'Step-by-Step Guides',
|
||||
time: '142 mins',
|
||||
link: 'https://learn.hashicorp.com/consul/kubernetes/minikube',
|
||||
image: require('./img/learn/kubernetes.svg?url'),
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
<section id="cloud-offerings" className="cloud-offerings g-grid-container">
|
||||
<h2 className="g-type-display-2">Learn more about Consul cloud offerings</h2>
|
||||
<CloudOfferingsList
|
||||
|
|
|
@ -39,7 +39,7 @@ export default function MultiPlatformServiceMeshPage() {
|
|||
{
|
||||
text: 'Learn More',
|
||||
url:
|
||||
'https://learn.hashicorp.com/consul/security-networking/certificates',
|
||||
'https://learn.hashicorp.com/tutorials/consul/service-mesh-with-envoy-proxy',
|
||||
type: 'outbound',
|
||||
},
|
||||
],
|
||||
|
@ -58,7 +58,7 @@ export default function MultiPlatformServiceMeshPage() {
|
|||
links: [
|
||||
{
|
||||
text: 'Learn More',
|
||||
url: '/docs/connect/l7-traffic-management',
|
||||
url: 'https://learn.hashicorp.com/tutorials/consul/service-mesh-features',
|
||||
type: 'outbound',
|
||||
},
|
||||
],
|
||||
|
|
|
@ -8,7 +8,7 @@ export default function ServiceDiscoveryAndHealthCheckingPage() {
|
|||
<UseCaseLayout
|
||||
title="Service Discovery and Health Checking"
|
||||
description="Discover, Register and Resolve services for application workloads across any cloud. Automatically add and remove services based on health checking."
|
||||
guideLink="https://learn.hashicorp.com/consul/getting-started/services#update-services"
|
||||
guideLink="https://learn.hashicorp.com/tutorials/consul/service-registration-health-checks"
|
||||
>
|
||||
<TextSplitWithImage
|
||||
textSplit={{
|
||||
|
@ -125,7 +125,7 @@ Judiths-MBP.lan.node.dc1.consul. 0 IN TXT "consul-network-segment="
|
|||
{
|
||||
text: 'Learn More',
|
||||
url:
|
||||
'https://learn.hashicorp.com/consul?track=datacenter-deploy#datacenter-deploy',
|
||||
'https://learn.hashicorp.com/collections/consul/datacenter-deploy#datacenter-deploy',
|
||||
type: 'outbound',
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue