mirror of https://github.com/istio/istio.io.git
Continue filling-in the config doc.
This commit is contained in:
parent
1e93907b7f
commit
df0bc2cffa
|
@ -137,7 +137,7 @@ Here's an interesting thing to know about the steps you just did.
|
|||
</pre>
|
||||
{% endraw %}
|
||||
|
||||
Here's an example of a published topic that uses the task template: [TBD]({{site.baseurl}}/docs/tasks/tbd.html)
|
||||
[Here's]({{site.baseurl}}/docs/tasks/tbd.html) an example of a published topic that uses the task template.
|
||||
|
||||
## Tutorial template
|
||||
|
||||
|
@ -218,7 +218,7 @@ Here's something interesting about the code you ran in the preceding steps.
|
|||
</pre>
|
||||
{% endraw %}
|
||||
|
||||
[Here's]({{site.baseurl}}/docs/tutorials/TBD.html) an example of a published topic that uses the tutorial template.
|
||||
[Here's]({{site.baseurl}}/docs/tutorials/tbd.html) an example of a published topic that uses the tutorial template.
|
||||
|
||||
## Sample template
|
||||
|
||||
|
|
|
@ -59,8 +59,7 @@ Choose a title for your topic that has the keywords you want search engines to f
|
|||
Create a filename for your topic that uses the words in your title, separated by hyphens,
|
||||
all in lower case.
|
||||
|
||||
For example, the topic with title
|
||||
[TBD]({{site.baseurl}}/docs/tasks/tbd.html)
|
||||
For example, the topic with title [TBD]({{site.baseurl}}/docs/tasks/tbd.html)
|
||||
has filename `tbd.md`. You don't need to put
|
||||
"Istio" in the filename, because "Istio" is already in the
|
||||
URL for the topic, for example:
|
||||
|
|
Loading…
Reference in New Issue