Commit Graph

7 Commits

Author SHA1 Message Date
Thomas Rampelberg 74da62f8c0
Update docs to reference Linkerd (#1331)
* Update docs to reference Linkerd

* Review comments
2018-07-17 15:29:46 -07:00
Brian Smith 1b38310019
Remove executable bit from non-executable files. (#1335)
These files were created with the executable bit set accidentally due
to the way my network file system setup was configured.

Signed-off-by: Brian Smith <brian@briansmith.org>
2018-07-16 13:55:52 -10:00
Kevin Lingerfelt 930d1658c1
Fix default SMTP port in docs (#1284)
Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
2018-07-05 18:21:53 -07:00
Kevin Lingerfelt 9379bd548c
Additional doc updates regarding protocol support (#1279)
* Additional doc updates regarding protocol support
* Re-add information about server-speaks-first protocols

Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
2018-07-05 17:22:33 -07:00
Franziska von der Goltz 9bf549b5ff
doc update to remove extra configurations for websockets (#1180)
* doc update to remove extra configurations for websockets and HTTP tunneling:
- remove instructions from readme and docs to set extra configs for websockets and  HTTP tunneling, since proxy upgrades automatically

Signed-off-by: Franziska von der Goltz <franziska@vdgoltz.eu>
2018-07-05 10:20:35 -07:00
Oliver Gould 1ed3f2ed85
docs: Remove reference to #155 in docs (#947)
The Adding Your Service guide incorrectly references #155, which has
been resolved.  Remove it.
2018-05-14 11:22:50 -07:00
Brian Smith 82bbcbd137
Move Conduit documentation sources to Conduit repo. (#418)
The Markdown files were all originally named "$x/_index.md"; I renamed
them as follows:

```
for x in `ls ~/conduit-site/conduit.io/content`; do
    cp ~/conduit-site/conduit.io/content/$x/_index.md doc/$x.md
done
mv doc/doc.md doc/overview.md
```

When we publish the files on conduit.io we need to do the inverse
transformation to avoid breaking existing links.

The images were embedded using a syntax GitHub doesn't support. Also, the
images were not originally in a subdirectory of docs/.

Use normal Markdown syntax for image embedding, and reference the docs
using relative links to the images/ subdirectory. This way they will show
up in the GitHub UI. When we publish the docs on conduit.io we'll need to
figure out how to deal with this change.

I took the liberty of renaming data-plane.png to dashboard-data-plane.png to
clarify it a bit.

There is no other roadmap so there's no need to qualify this one as
"public." Before it was made public we marked it "public" to emphasize
that it would become public, but that isn't needed now.

Signed-off-by: Brian Smith <brian@briansmith.org>
2018-02-28 13:39:28 -10:00