Skip to content

Commit

Permalink
Merge pull request #104 from pwittrock/gitbook-original
Browse files Browse the repository at this point in the history
Remove "staging" warning from docs
  • Loading branch information
Phillip Wittrock committed May 1, 2018
2 parents 19d33da + 6bd4b14 commit 826aabb
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 48 deletions.
4 changes: 0 additions & 4 deletions docs/book/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{% panel style="danger", title="Staging" %}
Staging documentation under review.
{% endpanel %}

# Introduction

## Who is this for
Expand Down
4 changes: 0 additions & 4 deletions docs/book/basics/project_creation_and_structure.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions docs/book/basics/simple_controller.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 0 additions & 4 deletions docs/book/basics/simple_controller_manager.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{% panel style="danger", title="Staging" %}
Staging documentation under review.
{% endpanel %}

## Simple Main {#simple-world-main}

{% method %}
Expand Down
4 changes: 0 additions & 4 deletions docs/book/basics/simple_resource.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions docs/book/basics/what_is_a_controller.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions docs/book/basics/what_is_a_resource.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions docs/book/basics/what_is_the_controller_manager.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions docs/book/getting_started/hello_world.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{% panel style="danger", title="Staging" %}
Staging documentation under review.
{% endpanel %}

# Hello World

{% panel style="warning", title="Note on project structure" %}
Expand Down
4 changes: 0 additions & 4 deletions docs/book/getting_started/installation_and_setup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{% panel style="danger", title="Staging" %}
Staging documentation under review.
{% endpanel %}

# Installation and Setup

{% panel style="warning", title="Important" %}
Expand Down
4 changes: 0 additions & 4 deletions docs/book/getting_started/what_is_kubebuilder.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 0 additions & 4 deletions docs/book/getting_started/why_kubernetes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 826aabb

Please sign in to comment.