linkerd2/doc
Oliver Gould 941cad4a9c
Migrate build infrastructure to linkerd2 (#1298)
This PR begins to migrate Conduit to Linkerd2:
* The proxy has been completely removed from this repo, and is now located at
  github.com/linkerd/linkerd2-proxy.
* A `Dockerfile-proxy` has been added to fetch the most-recently published proxy
  binary from build.l5d.io.
* Proxy-specific protobuf bindings have been moved to
  github.com/linkerd/linkerd2-proxy-api.
* All docker images now use the gcr.io/linkerd-io registry.
* `inject` now uses `LINKERD2_PROXY_` environment variables
* Go paths have been updated to reflect the new (future) repo location.
2018-07-09 15:38:38 -07:00
..
images Move Conduit documentation sources to Conduit repo. (#418) 2018-02-28 13:39:28 -10:00
README.md Move Conduit documentation sources to Conduit repo. (#418) 2018-02-28 13:39:28 -10:00
adding-your-service.md Fix default SMTP port in docs (#1284) 2018-07-05 18:21:53 -07:00
automatic-tls.md Migrate build infrastructure to linkerd2 (#1298) 2018-07-09 15:38:38 -07:00
debugging-an-app.md Release Notes for 0.4.1 release. (#839) 2018-04-26 13:32:41 -07:00
get-involved.md Migrate build infrastructure to linkerd2 (#1298) 2018-07-09 15:38:38 -07:00
getting-started.md Migrate build infrastructure to linkerd2 (#1298) 2018-07-09 15:38:38 -07:00
overview.md Move Conduit documentation sources to Conduit repo. (#418) 2018-02-28 13:39:28 -10:00
prometheus.md Harmonize Prometheus label usage (#690) 2018-04-05 15:09:06 -07:00
proxy-metrics.md Additional doc updates regarding protocol support (#1279) 2018-07-05 17:22:33 -07:00
roadmap.md Migrate build infrastructure to linkerd2 (#1298) 2018-07-09 15:38:38 -07:00

README.md

The documentation here is published at https://conduit.io/docs/ when each version is released. The version of the documentation in GitHub should always match the code in the same branch. For example, when a pull request changes the behavior of a documented feature, the pull request should change the documentation here to match the new behavior.