Skip to content

Commit

Permalink
Merge pull request #407 from pwittrock/book
Browse files Browse the repository at this point in the history
Update GitBook public folder
  • Loading branch information
Phillip Wittrock authored Oct 1, 2018
2 parents 1384d1c + 76f19b4 commit f76fb77
Show file tree
Hide file tree
Showing 34 changed files with 5,934 additions and 1,026 deletions.
11 changes: 4 additions & 7 deletions docs/book/RELEASE
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
To push the docs run:

Configure kubectl to talk to the kubebuilder "docs" GKE cluster.

- export IMAGE=gcr.io/kubebuilder/book:v<number>
- gitbook build
- docker build . -t $IMAGE
- docker push $IMAGE
- kubectl set image deployment gitbook-prod *=$IMAGE
- gitbook install # optional
- gitbook build # build the html files
- copy files from _book/ to public/ # copy the files to the deploy dir
- firebase deploy # deploy files to firebase
2 changes: 1 addition & 1 deletion docs/book/beyond_basics/using_finalizers.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Highlights:
- You should implement the pre-delete logic in such a way that it is safe to
invoke it multiple times for the same object.


{% sample lang="go" %}
```go

func (r *Reconciler) Reconcile(request reconcile.Request) (reconcile.Result, error) {
Expand Down
Loading

0 comments on commit f76fb77

Please sign in to comment.