Skip to content

Commit 61362ec

Browse files
committed
Replace GitBook instructions with mdBook instructions
1 parent b2fa751 commit 61362ec

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Running GitBook
1+
# Running mdBook
22

3-
1. Follow the instructions at [https://toolchain.gitbook.com/](https://toolchain.gitbook.com/) to
4-
install gitbook.
3+
The kubebuilder book is served using [mdBook](https://github.com/rust-lang-nursery/mdBook). If you want to test changes to the book locally, follow these directions:
4+
5+
1. Follow the instructions at [https://github.com/rust-lang-nursery/mdBook#installation](https://github.com/rust-lang-nursery/mdBook#installation) to
6+
install mdBook.
57
1. cd into the `docs/book` directory
6-
1. Run `gitbook install`
7-
1. Run `gitbook build`
8-
1. Run `gitbook serve`
9-
1. Visit `http://localhost:4000`
8+
1. Run `mdbook serve`
9+
1. Visit [http://localhost:3000](http://localhost:3000)
1010

1111
# Steps to deploy
1212

0 commit comments

Comments
 (0)