From b5ae9f9493697b9f657c7b45582e7a50ae43708e Mon Sep 17 00:00:00 2001 From: feihujiang Date: Wed, 28 Oct 2015 14:30:52 +0800 Subject: [PATCH] Delete the simple-yaml.md example --- examples_test.go | 2 -- simple-nginx.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/examples_test.go b/examples_test.go index cae4c9a5..20a798d2 100644 --- a/examples_test.go +++ b/examples_test.go @@ -225,7 +225,6 @@ func TestExampleObjectSchemas(t *testing.T) { "../docs/user-guide": { "multi-pod": nil, "pod": &api.Pod{}, - "replication": &api.ReplicationController{}, "job": &extensions.Job{}, "ingress": &extensions.Ingress{}, "nginx-deployment": &extensions.Deployment{}, @@ -464,7 +463,6 @@ func TestReadme(t *testing.T) { {"../README.md", []runtime.Object{&api.Pod{}}}, {"../docs/user-guide/walkthrough/README.md", []runtime.Object{&api.Pod{}}}, {"../examples/iscsi/README.md", []runtime.Object{&api.Pod{}}}, - {"../docs/user-guide/simple-yaml.md", []runtime.Object{&api.Pod{}, &api.ReplicationController{}}}, } for _, path := range paths { diff --git a/simple-nginx.md b/simple-nginx.md index 02b69800..89df3c41 100644 --- a/simple-nginx.md +++ b/simple-nginx.md @@ -84,7 +84,7 @@ In order to access your nginx landing page, you also have to make sure that traf ### Next: Configuration files -Most people will eventually want to use declarative configuration files for creating/modifying their applications. A [simplified introduction](../docs/user-guide/simple-yaml.md) +Most people will eventually want to use declarative configuration files for creating/modifying their applications. A [simplified introduction](../docs/user-guide/deploying-applications.md) is given in a different document.