-
Notifications
You must be signed in to change notification settings - Fork 198
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 #1135 from salasberryfin/book-initial-version
Create CAPG book from existing docs
- Loading branch information
Showing
9 changed files
with
646 additions
and
0 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,24 @@ | ||
[book] | ||
authors = ["The Cluster API Provider GCP Maintainers"] | ||
language = "en" | ||
multilingual = false | ||
src = "src" | ||
title = "Kubernetes Cluster API Provider GCP" | ||
|
||
[output.html] | ||
curly-quotes = true | ||
git-repository-url = "https://sigs.k8s.io/cluster-api-provider-gcp" | ||
no-section-label = true | ||
|
||
[output.html.redirect] | ||
"/agenda.html" = "/agenda/2024.html" | ||
"/agenda/2024.html" = "https://docs.google.com/document/d/1l8B947Je79ZJX7zmKnJyMcOMIWjNidvp5FMTnPAY72I/" | ||
|
||
[preprocessor.tabulate] | ||
command = "mdbook-tabulate" | ||
|
||
[preprocessor.embed] | ||
command = "mdbook-embed" | ||
|
||
[preprocessor.releaselink] | ||
command = "mdbook-releaselink" |
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,21 @@ | ||
# Summary | ||
|
||
[Introduction](./introduction.md) | ||
- [Getting Started](./getting-started.md) | ||
- [Topics](./topics/index.md) | ||
- [Prerequisites](./topics/prerequisites.md) | ||
- [Conformance](./topics/conformance.md) | ||
- [GKE Support](./topics/gke/index.md) | ||
- [Creating a Cluster](./topics/gke/creating-a-cluster.md) | ||
- [Cluster Upgrades](./topics/gke/cluster-upgrades.md) | ||
- [Enabling](./topics/gke/enabling.md) | ||
- [Disabling](./topics/gke/disabling.md) | ||
- [Machine Locations](./topics/machine-locations.md) | ||
- [Preemptible VMs](./topics/preemptible-vms.md) | ||
- [Flannel](./topics/flannel.md) | ||
- [Developer Guide](./developers/index.md) | ||
- [Development](./developers/development.md) | ||
- [Creating a cluster](./developers/cluster-creation.md) | ||
- [CI Jobs](./developers/jobs.md) | ||
- [Releasing](./developers/releasing.md) | ||
- [Roadmap](./roadmap.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Everything you need to know about contributing to CAPG. | ||
|
||
If you are new to the project and want to help but don't know where to start, you can refer to the [Cluster API contributing guide](https://github.com/kubernetes-sigs/cluster-api/blob/main/CONTRIBUTING.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{{#embed-github repo:"kubernetes-sigs/cluster-api" path:"docs/book/src/user/quick-start.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{{#include ../../../README.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This section contains information about the main CAPG features and how to use them. |
Oops, something went wrong.