Skip to content

Commit 826aabb

Browse files
author
Phillip Wittrock
authored
Merge pull request #104 from pwittrock/gitbook-original
Remove "staging" warning from docs
2 parents 19d33da + 6bd4b14 commit 826aabb

12 files changed

+0
-48
lines changed

docs/book/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
{% panel style="danger", title="Staging" %}
2-
Staging documentation under review.
3-
{% endpanel %}
4-
51
# Introduction
62

73
## Who is this for

docs/book/basics/project_creation_and_structure.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
{% panel style="danger", title="Staging" %}
2-
Staging documentation under review.
3-
{% endpanel %}
4-
51
# Project Creation and Structure {#project-creation-and-structure}
62

73
## Go package Structure

docs/book/basics/simple_controller.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
{% panel style="danger", title="Staging" %}
2-
Staging documentation under review.
3-
{% endpanel %}
4-
51
# Simple Controller Example
62

73
This chapter walks through a simple Controller implementation.

docs/book/basics/simple_controller_manager.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
{% panel style="danger", title="Staging" %}
2-
Staging documentation under review.
3-
{% endpanel %}
4-
51
## Simple Main {#simple-world-main}
62

73
{% method %}

docs/book/basics/simple_resource.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
{% panel style="danger", title="Staging" %}
2-
Staging documentation under review.
3-
{% endpanel %}
4-
51
# Simple Resource Example
62

73
This chapter walks through the definition of a new Resource call *ContainerSet*. ContainerSet

docs/book/basics/what_is_a_controller.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
{% panel style="danger", title="Staging" %}
2-
Staging documentation under review.
3-
{% endpanel %}
4-
51
# What is a Controller
62

73
Controllers implement APIs defined by *Resources*. Controllers are

docs/book/basics/what_is_a_resource.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
{% panel style="danger", title="Staging" %}
2-
Staging documentation under review.
3-
{% endpanel %}
4-
51
# What is a Resource
62

73
A Kubernetes resource is a declarative API with a well defined Schema structure

docs/book/basics/what_is_the_controller_manager.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
{% panel style="danger", title="Staging" %}
2-
Staging documentation under review.
3-
{% endpanel %}
4-
51
# What is the Controller-Manager
62

73
The Controller-Manager is an executable that wraps one or more Controllers. It may

docs/book/getting_started/hello_world.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
{% panel style="danger", title="Staging" %}
2-
Staging documentation under review.
3-
{% endpanel %}
4-
51
# Hello World
62

73
{% panel style="warning", title="Note on project structure" %}

docs/book/getting_started/installation_and_setup.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
{% panel style="danger", title="Staging" %}
2-
Staging documentation under review.
3-
{% endpanel %}
4-
51
# Installation and Setup
62

73
{% panel style="warning", title="Important" %}

docs/book/getting_started/what_is_kubebuilder.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
{% panel style="danger", title="Staging" %}
2-
Staging documentation under review.
3-
{% endpanel %}
4-
51
# What is Kubebuilder
62

73
Kubebuilder is an SDK for rapidly building and publishing Kubernetes APIs in go.

docs/book/getting_started/why_kubernetes.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
{% panel style="danger", title="Staging" %}
2-
Staging documentation under review.
3-
{% endpanel %}
4-
51
# Why Kubernetes APIs
62

73
Kubenernetes APIs allow users to specify the desired state of a Kubernetes cluster in an

0 commit comments

Comments
 (0)