generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #487 from furkatgofurov7/doc-improvements
📖 Improvements to book
- Loading branch information
Showing
5 changed files
with
34 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Preview book changes locally | ||
|
||
It is easy to preview your local changes to the book before submitting a PR: | ||
|
||
1. Build the local copy of the book from the `docs/book` path: | ||
|
||
```shell | ||
make build | ||
``` | ||
|
||
1. To preview the book contents run: | ||
|
||
```shell | ||
make serve | ||
``` | ||
|
||
This should serve the book at [localhost:3000](http://localhost:3000/). You can keep running `make serve` and continue making doc changes. mdBook will detect your changes, render them and refresh your browser page automatically. | ||
|
||
1. Clean mdBook auto-generated content from `docs/book/book` path once you have finished local preview: | ||
|
||
```shell | ||
make clean | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Version migration | ||
|
||
This section provides an overview of relevant changes between versions of Cluster API Operator and their direct successors. | ||
|
||
- [v1alpha1 to v1alpha2](./01_v1alpha1-to-v1alpha2.md) |
2 changes: 1 addition & 1 deletion
2
...c/04_developer/03_v1alpha1-to-v1alpha2.md → ...sion_migration/01_v1alpha1-to-v1alpha2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters