diff --git a/docs/book/README.md b/docs/book/README.md index 38a98fe8122..c6f49db87b0 100644 --- a/docs/book/README.md +++ b/docs/book/README.md @@ -1,7 +1,3 @@ -{% panel style="danger", title="Staging" %} -Staging documentation under review. -{% endpanel %} - # Introduction ## Who is this for diff --git a/docs/book/basics/project_creation_and_structure.md b/docs/book/basics/project_creation_and_structure.md index aeaba43d8b5..518f3dc4756 100644 --- a/docs/book/basics/project_creation_and_structure.md +++ b/docs/book/basics/project_creation_and_structure.md @@ -1,7 +1,3 @@ -{% panel style="danger", title="Staging" %} -Staging documentation under review. -{% endpanel %} - # Project Creation and Structure {#project-creation-and-structure} ## Go package Structure diff --git a/docs/book/basics/simple_controller.md b/docs/book/basics/simple_controller.md index 6e71be24d76..88e222c0f23 100644 --- a/docs/book/basics/simple_controller.md +++ b/docs/book/basics/simple_controller.md @@ -1,7 +1,3 @@ -{% panel style="danger", title="Staging" %} -Staging documentation under review. -{% endpanel %} - # Simple Controller Example This chapter walks through a simple Controller implementation. diff --git a/docs/book/basics/simple_controller_manager.md b/docs/book/basics/simple_controller_manager.md index 63b5a8b2956..e6a69805280 100644 --- a/docs/book/basics/simple_controller_manager.md +++ b/docs/book/basics/simple_controller_manager.md @@ -1,7 +1,3 @@ -{% panel style="danger", title="Staging" %} -Staging documentation under review. -{% endpanel %} - ## Simple Main {#simple-world-main} {% method %} diff --git a/docs/book/basics/simple_resource.md b/docs/book/basics/simple_resource.md index 3f08e79e897..2b4dc208ba6 100644 --- a/docs/book/basics/simple_resource.md +++ b/docs/book/basics/simple_resource.md @@ -1,7 +1,3 @@ -{% panel style="danger", title="Staging" %} -Staging documentation under review. -{% endpanel %} - # Simple Resource Example This chapter walks through the definition of a new Resource call *ContainerSet*. ContainerSet diff --git a/docs/book/basics/what_is_a_controller.md b/docs/book/basics/what_is_a_controller.md index c9423183722..61dfcbdde62 100644 --- a/docs/book/basics/what_is_a_controller.md +++ b/docs/book/basics/what_is_a_controller.md @@ -1,7 +1,3 @@ -{% panel style="danger", title="Staging" %} -Staging documentation under review. -{% endpanel %} - # What is a Controller Controllers implement APIs defined by *Resources*. Controllers are diff --git a/docs/book/basics/what_is_a_resource.md b/docs/book/basics/what_is_a_resource.md index 13b443158d7..58f408c9004 100644 --- a/docs/book/basics/what_is_a_resource.md +++ b/docs/book/basics/what_is_a_resource.md @@ -1,7 +1,3 @@ -{% panel style="danger", title="Staging" %} -Staging documentation under review. -{% endpanel %} - # What is a Resource A Kubernetes resource is a declarative API with a well defined Schema structure diff --git a/docs/book/basics/what_is_the_controller_manager.md b/docs/book/basics/what_is_the_controller_manager.md index 7258accc0d7..653f983dcea 100644 --- a/docs/book/basics/what_is_the_controller_manager.md +++ b/docs/book/basics/what_is_the_controller_manager.md @@ -1,7 +1,3 @@ -{% panel style="danger", title="Staging" %} -Staging documentation under review. -{% endpanel %} - # What is the Controller-Manager The Controller-Manager is an executable that wraps one or more Controllers. It may diff --git a/docs/book/getting_started/hello_world.md b/docs/book/getting_started/hello_world.md index 4f17b36944c..00bfe6144cf 100644 --- a/docs/book/getting_started/hello_world.md +++ b/docs/book/getting_started/hello_world.md @@ -1,7 +1,3 @@ -{% panel style="danger", title="Staging" %} -Staging documentation under review. -{% endpanel %} - # Hello World {% panel style="warning", title="Note on project structure" %} diff --git a/docs/book/getting_started/installation_and_setup.md b/docs/book/getting_started/installation_and_setup.md index 94f4acbd7a6..918ee67eb15 100644 --- a/docs/book/getting_started/installation_and_setup.md +++ b/docs/book/getting_started/installation_and_setup.md @@ -1,7 +1,3 @@ -{% panel style="danger", title="Staging" %} -Staging documentation under review. -{% endpanel %} - # Installation and Setup {% panel style="warning", title="Important" %} diff --git a/docs/book/getting_started/what_is_kubebuilder.md b/docs/book/getting_started/what_is_kubebuilder.md index 55159c6be2c..23c0176c48c 100644 --- a/docs/book/getting_started/what_is_kubebuilder.md +++ b/docs/book/getting_started/what_is_kubebuilder.md @@ -1,7 +1,3 @@ -{% panel style="danger", title="Staging" %} -Staging documentation under review. -{% endpanel %} - # What is Kubebuilder Kubebuilder is an SDK for rapidly building and publishing Kubernetes APIs in go. diff --git a/docs/book/getting_started/why_kubernetes.md b/docs/book/getting_started/why_kubernetes.md index 59658394651..b6a112e5dff 100644 --- a/docs/book/getting_started/why_kubernetes.md +++ b/docs/book/getting_started/why_kubernetes.md @@ -1,7 +1,3 @@ -{% panel style="danger", title="Staging" %} -Staging documentation under review. -{% endpanel %} - # Why Kubernetes APIs Kubenernetes APIs allow users to specify the desired state of a Kubernetes cluster in an