Move Guide topics: Container Lifestyle Hooks, Images, Volumes

This commit is contained in:
Andrew Chen
2017-03-20 15:35:51 -07:00
parent 6f8c97f4d2
commit f0cd49a007
34 changed files with 1055 additions and 1025 deletions
+1 -1
View File
@@ -411,7 +411,7 @@ func TestReadme(t *testing.T) {
file string
expectedType []runtime.Object
}{
{"../docs/user-guide/volumes.md", []runtime.Object{&api.Pod{}}},
{"../docs/concepts/storage/volumes.md", []runtime.Object{&api.Pod{}}},
}
for _, path := range paths {