Skip to content

Commit

Permalink
Regenerate docs with latest tooling. (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
geeknoid authored Feb 2, 2018
1 parent e3573dd commit e795a77
Show file tree
Hide file tree
Showing 29 changed files with 3,576 additions and 1,213 deletions.
2 changes: 1 addition & 1 deletion _docs/guides/bookinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To start the application, follow the instructions below corresponding to your Is
```

The `istioctl kube-inject` command is used to manually modify the `bookinfo.yaml`
file before creating the deployments as documented [here]({{home}}/docs/reference/commands/istioctl.html#istioctl-kube-inject).
file before creating the deployments as documented [here]({{home}}/docs/reference/commands/istioctl.html#istioctl kube-inject).

Either of the above commands launches all four microservices and creates the gateway
ingress resource as illustrated in the above diagram.
Expand Down
30 changes: 15 additions & 15 deletions _docs/reference/api/istio.mixer.v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h3 id="ReferencedAttributes.Condition">ReferencedAttributes.Condition</h3>
<section>
<p>How an attribute&rsquo;s value was matched</p>

<table>
<table class="enum-values">
<tr>
<th>Name</th>
<th>Description</th>
Expand Down Expand Up @@ -84,7 +84,7 @@ <h3 id="Attributes">Attributes</h3>
2) Service IDL definition to extract api attributes for active requests.
3) Forward attributes from client proxy to server proxy for HTTP requests.</p>

<table>
<table class="message-fields">
<tr>
<th>Field</th>
<th>Type</th>
Expand All @@ -104,7 +104,7 @@ <h3 id="Attributes.AttributeValue">Attributes.AttributeValue</h3>
<section>
<p>Specifies one attribute value with different type.</p>

<table>
<table class="message-fields">
<tr>
<th>Field</th>
<th>Type</th>
Expand Down Expand Up @@ -164,7 +164,7 @@ <h3 id="Attributes.StringMap">Attributes.StringMap</h3>
<section>
<p>Defines a string map.</p>

<table>
<table class="message-fields">
<tr>
<th>Field</th>
<th>Type</th>
Expand All @@ -182,7 +182,7 @@ <h3 id="CheckRequest">CheckRequest</h3>
<section>
<p>Used to get a thumbs-up/thumbs-down before performing an action.</p>

<table>
<table class="message-fields">
<tr>
<th>Field</th>
<th>Type</th>
Expand Down Expand Up @@ -232,7 +232,7 @@ <h3 id="CheckRequest.QuotaParams">CheckRequest.QuotaParams</h3>
<section>
<p>parameters for a quota allocation</p>

<table>
<table class="message-fields">
<tr>
<th>Field</th>
<th>Type</th>
Expand All @@ -258,7 +258,7 @@ <h3 id="CheckRequest.QuotaParams">CheckRequest.QuotaParams</h3>
</section>
<h3 id="CheckResponse">CheckResponse</h3>
<section>
<table>
<table class="message-fields">
<tr>
<th>Field</th>
<th>Type</th>
Expand All @@ -284,7 +284,7 @@ <h3 id="CheckResponse">CheckResponse</h3>
</section>
<h3 id="CheckResponse.PreconditionResult">CheckResponse.PreconditionResult</h3>
<section>
<table>
<table class="message-fields">
<tr>
<th>Field</th>
<th>Type</th>
Expand Down Expand Up @@ -341,7 +341,7 @@ <h3 id="CheckResponse.PreconditionResult">CheckResponse.PreconditionResult</h3>
</section>
<h3 id="CheckResponse.QuotaResult">CheckResponse.QuotaResult</h3>
<section>
<table>
<table class="message-fields">
<tr>
<th>Field</th>
<th>Type</th>
Expand Down Expand Up @@ -385,7 +385,7 @@ <h3 id="CompressedAttributes">CompressedAttributes</h3>
<code>words</code> field of this message, the deployment-wide dictionary is determined via
configuration.</p>

<table>
<table class="message-fields">
<tr>
<th>Field</th>
<th>Type</th>
Expand Down Expand Up @@ -459,7 +459,7 @@ <h3 id="ReferencedAttributes">ReferencedAttributes</h3>
<p>Describes the attributes that were used to determine the response.
This can be used to construct a response cache.</p>

<table>
<table class="message-fields">
<tr>
<th>Field</th>
<th>Type</th>
Expand All @@ -486,7 +486,7 @@ <h3 id="ReferencedAttributes">ReferencedAttributes</h3>
</section>
<h3 id="ReferencedAttributes.AttributeMatch">ReferencedAttributes.AttributeMatch</h3>
<section>
<table>
<table class="message-fields">
<tr>
<th>Field</th>
<th>Type</th>
Expand Down Expand Up @@ -541,7 +541,7 @@ <h3 id="ReportRequest">ReportRequest</h3>
<section>
<p>Used to report telemetry after performing one or more actions.</p>

<table>
<table class="message-fields">
<tr>
<th>Field</th>
<th>Type</th>
Expand Down Expand Up @@ -602,7 +602,7 @@ <h3 id="StringMap">StringMap</h3>
<p>A map of string to string. The keys and values in this map are dictionary
indices (see the <a href="#Attributes">Attributes</a> message for an explanation)</p>

<table>
<table class="message-fields">
<tr>
<th>Field</th>
<th>Type</th>
Expand Down Expand Up @@ -675,7 +675,7 @@ <h4 id="other-uses">Other uses</h4>
be used directly after any stripping needed for security/privacy reasons.</p></li>
</ul>

<table>
<table class="message-fields">
<tr>
<th>Field</th>
<th>Type</th>
Expand Down
Loading

0 comments on commit e795a77

Please sign in to comment.