Website Links to Learn (#8641)

* update links

* Update website/pages/home/index.jsx
This commit is contained in:
kaitlincarter-hc 2020-09-11 15:33:15 -05:00 committed by GitHub
parent 0911995527
commit 20e6b21f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 26 deletions

View File

@ -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.

View File

@ -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 worlds 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

View File

@ -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',
},
],

View File

@ -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',
},
],