Fix some out of date front-matter.

This commit is contained in:
mtail 2018-06-01 10:58:08 -07:00
parent 773899b922
commit a74010e01e
15 changed files with 18 additions and 19 deletions

View File

@ -1,7 +1,6 @@
--- ---
title: Community title: Community
description: Information on the various ways to participate and interact with the Istio community. description: Information on the various ways to participate and interact with the Istio community.
layout: community
sidebar_none: true sidebar_none: true
--- ---
Istio is an open source project with an active community that supports its use and on-going development. We'd love for you Istio is an open source project with an active community that supports its use and on-going development. We'd love for you

View File

@ -1,6 +1,6 @@
--- ---
title: Micro Benchmarks title: Micro Benchmarks
overview: Performance measurement through code level micro-benchmarks. description: Performance measurement through code level micro-benchmarks.
weight: 20 weight: 20
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: Overview title: Overview
overview: Provides a conceptual introduction to Istio's Performance and Scalability description: Provides a conceptual introduction to Istio's Performance and Scalability
weight: 10 weight: 10
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: Automation title: Automation
overview: How we ensure performance is tracked and improves or does not regress across releases. description: How we ensure performance is tracked and improves or does not regress across releases.
weight: 50 weight: 50
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: Realistic Application Benchmark title: Realistic Application Benchmark
overview: Performance measurement through realistic micro service application tests. description: Performance measurement through realistic micro service application tests.
weight: 40 weight: 40
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: Scalability and Sizing Guide title: Scalability and Sizing Guide
overview: Setup of Istio components to scale horizontally. High availability. Sizing guide. description: Setup of Istio components to scale horizontally. High availability. Sizing guide.
weight: 60 weight: 60
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: Testing scenarios title: Testing scenarios
overview: The different scenarios we are tracking for performance and scalability. description: The different scenarios we are tracking for performance and scalability.
weight: 25 weight: 25
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: Synthetic End to End benchmarks title: Synthetic End to End benchmarks
overview: Fortio is our simple synthetic http and grpc benchmarking tool. description: Fortio is our simple synthetic http and grpc benchmarking tool.
weight: 30 weight: 30
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: FAQ title: FAQ
overview: Frequently Asked Questions about Istio. description: Frequently Asked Questions about Istio.
weight: 20 weight: 20
type: faqlanding type: faqlanding
aliases: aliases:

View File

@ -1,6 +1,6 @@
--- ---
title: General title: General
overview: General Q&A description: General Q & A
weight: 10 weight: 10
type: faq type: faq
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: Mixer title: Mixer
overview: Mixer Q&A description: Mixer Q & A
weight: 40 weight: 40
type: faq type: faq
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: Security title: Security
overview: Security Q&A description: Security Q & A
weight: 30 weight: 30
type: faq type: faq
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: Setup title: Setup
overview: Setup Q&A description: Setup Q & A
weight: 20 weight: 20
type: faq type: faq
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: Traffic Management title: Traffic Management
overview: Traffic Management Q&A description: Traffic Management Q & A
weight: 50 weight: 50
type: faq type: faq
--- ---

View File

@ -9,11 +9,11 @@ loaded asynchronously.
Usage: Usage:
{[< image width='<NN>%' ratio='<NN>%' {[< image width="<NN>%" ratio="<NN>%"
link='<path to image file>' link="<path to image file>"
alt='<text to display when the image is not available>' alt="<text to display when the image is not available>"
title='<text to display when hovering over the image>' title="<text to display when hovering over the image>"
caption='<text to display below the image>' caption="<text to display below the image>"
>}} >}}
If you omit the alt parameter, it will take on the value of the title parameter. If you omit the alt parameter, it will take on the value of the title parameter.