Skip to content

Commit

Permalink
Update book README, fix a typo and formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
  • Loading branch information
stevekuznetsov committed Jan 3, 2019
1 parent 1b07e40 commit b7146c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
1. Run `gitbook install`
1. Run `gitbook build`
1. Run `gitbook serve`
1. Visit `localhost:4000`
1. Visit `http://localhost:4000`

# Steps to deploy
# Steps to deploy

- cd into 'docs/book' directory
- Copy content from '_book' directory into 'public' directory
Expand Down
13 changes: 7 additions & 6 deletions docs/book/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Including:

API extension developers will learn the principals and concepts behind implementing canonical
Kubernetes APIs, as well as simple tools and libraries for rapid execution. This
book covers pitfalls and miss-conceptions that extension developers commonly encounter.
book covers pitfalls and misconceptions that extension developers commonly encounter.

Including:

Expand All @@ -39,11 +39,12 @@ Including:

## Resources

GitBook: [book.kubebuilder.io](http://book.kubebuilder.io)
GitHub Repo: [kubernetes-sigs/kubebuilder](https://github.com/kubernetes-sigs/kubebuilder)
Slack channel: [#kubeuilder](http://slack.k8s.io/#kubebuilder)
Google Group: [kubebuilder@googlegroups.com](https://groups.google.com/forum/#!forum/kubebuilder)
Planned Work: [Sprint Dashboard](https://github.com/kubernetes-sigs/kubebuilder/projects/1)
GitBook: [book.kubebuilder.io](http://book.kubebuilder.io)<br/>
GitHub Repo: [kubernetes-sigs/kubebuilder](https://github.com/kubernetes-sigs/kubebuilder)<br/>
Slack channel: [#kubeuilder](http://slack.k8s.io/#kubebuilder)<br/>
Google Group: [kubebuilder@googlegroups.com](https://groups.google.com/forum/#!forum/kubebuilder)<br/>
Planned Work: [Sprint Dashboard](https://github.com/kubernetes-sigs/kubebuilder/projects/1)<br/>


## Navigating this book

Expand Down

0 comments on commit b7146c7

Please sign in to comment.