mirror of https://github.com/istio/istio.io.git
22 lines
690 B
Markdown
22 lines
690 B
Markdown
---
|
|
title: Where is the documentation?
|
|
order: 80
|
|
type: markdown
|
|
---
|
|
{% include home.html %}
|
|
|
|
Check out the [documentation]({{home}}/docs/) right here on istio.io. The docs include
|
|
[concept overviews]({{home}}/docs/concepts/),
|
|
[task guides]({{home}}/docs/tasks/),
|
|
[samples]({{home}}/docs/samples/),
|
|
and the [complete reference documentation]({{home}}/docs/reference/).
|
|
|
|
Detailed developer-level documentation is maintained for each component in GitHub, alongside the code. Please visit each repository for those docs:
|
|
|
|
* [Envoy](https://lyft.github.io/envoy/docs/)
|
|
|
|
* [Pilot](https://github.com/istio/pilot/tree/master/doc)
|
|
|
|
* [Mixer](https://github.com/istio/mixer/tree/master/doc)
|
|
|