Browse Source

add k8s/consul alias back, fix react prop name

pull/7721/head
Jeff Escalante 5 years ago
parent
commit
4a5d67a24e
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
  1. 2
      website/data/docs-navigation.js
  2. 2
      website/pages/api-docs/features/index.mdx
  3. 4
      website/pages/home/index.jsx

2
website/data/docs-navigation.js

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

2
website/pages/api-docs/features/index.mdx

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

4
website/pages/home/index.jsx

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

Loading…
Cancel
Save