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 hashicorp-ci
parent 55a3f46694
commit ed7ff57514
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) # 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 * 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) * Forum: [Discuss](https://discuss.hashicorp.com/c/consul)
Consul is a tool for service discovery and configuration. Consul is Consul is a tool for service discovery and configuration. Consul is

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 <CaseStudyCarousel
title="Trusted by startups and the worlds largest organizations" title="Trusted by startups and the worlds largest organizations"
caseStudies={[ caseStudies={[
@ -188,27 +209,6 @@ export default function HomePage() {
/> />
</div> </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"> <section id="cloud-offerings" className="cloud-offerings g-grid-container">
<h2 className="g-type-display-2">Learn more about Consul cloud offerings</h2> <h2 className="g-type-display-2">Learn more about Consul cloud offerings</h2>
<CloudOfferingsList <CloudOfferingsList

View File

@ -39,7 +39,7 @@ export default function MultiPlatformServiceMeshPage() {
{ {
text: 'Learn More', text: 'Learn More',
url: url:
'https://learn.hashicorp.com/consul/security-networking/certificates', 'https://learn.hashicorp.com/tutorials/consul/service-mesh-with-envoy-proxy',
type: 'outbound', type: 'outbound',
}, },
], ],
@ -58,7 +58,7 @@ export default function MultiPlatformServiceMeshPage() {
links: [ links: [
{ {
text: 'Learn More', text: 'Learn More',
url: '/docs/connect/l7-traffic-management', url: 'https://learn.hashicorp.com/tutorials/consul/service-mesh-features',
type: 'outbound', type: 'outbound',
}, },
], ],

View File

@ -8,7 +8,7 @@ export default function ServiceDiscoveryAndHealthCheckingPage() {
<UseCaseLayout <UseCaseLayout
title="Service Discovery and Health Checking" 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." 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 <TextSplitWithImage
textSplit={{ textSplit={{
@ -125,7 +125,7 @@ Judiths-MBP.lan.node.dc1.consul. 0 IN TXT "consul-network-segment="
{ {
text: 'Learn More', text: 'Learn More',
url: url:
'https://learn.hashicorp.com/consul?track=datacenter-deploy#datacenter-deploy', 'https://learn.hashicorp.com/collections/consul/datacenter-deploy#datacenter-deploy',
type: 'outbound', type: 'outbound',
}, },
], ],