docs: update examples for v0.0.5 (#147)

This commit is contained in:
Bobby DeSimone 2019-06-03 14:05:28 -07:00 committed by GitHub
parent 8de453dae3
commit 14403ce388
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 339 additions and 239 deletions

View file

@ -42,7 +42,7 @@ function guideSidebar(title) {
{
title,
collapsable: false,
children: ["", "helm", "kubernetes", "synology", "from-source"]
children: ["", "binary","from-source","helm", "kubernetes", "synology"]
}
];
}