add k8s/consul alias back, fix react prop name

This commit is contained in:
Jeff Escalante 2020-04-13 14:45:44 -04:00
parent b685869419
commit 3ab1f76c6e
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
3 changed files with 4 additions and 4 deletions

View File

@ -166,7 +166,7 @@ export default [
{ category: 'native', content: ['go'] },
'dev',
'nomad',
// TODO: 'k8s/connect' was removed as an alias here
{ title: 'Kubernetes', href: '/docs/k8s/connect' },
],
},
{

View File

@ -4,4 +4,4 @@ page_title: API Features
sidebar_title: API Features
---
Placeholder
TODO: Placeholder

View File

@ -185,14 +185,14 @@ export default function HomePage() {
<picture>
<source
type="image/webp"
srcset="
srcSet="
/img/consul-connect/grid_2/grid_2_300.webp 300w,
/img/consul-connect/grid_2/grid_2_704.webp 704w,
/img/consul-connect/grid_2/grid_2_1256.webp 1256w"
/>
<source
type="image/png"
srcset="
srcSet="
/img/consul-connect/grid_2/grid_2_300.png 300w,
/img/consul-connect/grid_2/grid_2_704.png 704w,
/img/consul-connect/grid_2/grid_2_1256.png 1256w"