docs: make from source quickstart (#519)

- move building from so
- remove dnsmasq instructions

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
Bobby DeSimone 2020-03-05 18:07:43 -08:00 committed by GitHub
parent 3d211a8931
commit 27909f22ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 99 additions and 152 deletions

View file

@ -28,7 +28,7 @@ module.exports = {
{ text: "Enterprise", link: "/enterprise/" },
{
text: "v0.6.x", // current tagged version
text: "🚧Dev", // current tagged version
ariaLabel: "Version menu",
items: [
{ text: "🚧Dev", link: "https://master.docs.pomerium.io/docs" },
@ -72,7 +72,8 @@ module.exports = {
"quick-start/binary",
"quick-start/helm",
"quick-start/kubernetes",
"quick-start/synology"
"quick-start/synology",
"quick-start/from-source"
]
},
{