mirror of https://github.com/istio/istio.io.git
Address a few more review comments
This commit is contained in:
parent
6ac4405c02
commit
5ea6fdafe4
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Writing Istio Configuration
|
||||
headline: Writing Istio Configuration
|
||||
title: Writing Configuration
|
||||
headline: Writing Configuration
|
||||
sidenav: doc-side-concepts-nav.html
|
||||
bodyclass: docs
|
||||
layout: docs
|
||||
|
@ -8,7 +8,7 @@ type: markdown
|
|||
---
|
||||
|
||||
{% capture overview %}
|
||||
This document describes how to write configuration that conforms to Istio's schemas. All configuration schemas in Istio are defined as protobuf messages. When in doubt, search for the protos.
|
||||
This document describes how to write configuration that conforms to Istio's schemas. All configuration schemas in Istio are defined as [protobuf messages](https://developers.google.com/protocol-buffers/docs/proto3). When in doubt, search for the protos.
|
||||
{% endcapture %}
|
||||
|
||||
{% capture body %}
|
||||
|
|
Loading…
Reference in New Issue