Skip to content

Commit

Permalink
documentation: add mdbook source files
Browse files Browse the repository at this point in the history
Signed-off-by: PI-Victor <[email protected]>
  • Loading branch information
PI-Victor committed Jun 18, 2022
1 parent 8cb616f commit 6030937
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 0 deletions.
10 changes: 10 additions & 0 deletions documentation/book.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[book]
authors = ["PI-Victor"]
language = "en"
multilingual = false
src = "src"
title = "Odoo Cloud"
edition = "2021"

[build]
build-dir = "../docs"
9 changes: 9 additions & 0 deletions documentation/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Summary

[Introduction](introduction.md)

[Kubernetes](kubernetes.md)

- [Persistent](./standalone.md)

- [Ephemeral](./ephemeral.md):w
1 change: 1 addition & 0 deletions documentation/src/ephemeral.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Ephemeral
1 change: 1 addition & 0 deletions documentation/src/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Introduction
12 changes: 12 additions & 0 deletions documentation/src/kubernetes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Kubernetes

In order to build and deploy the kubernetes manifests for ODOO, you need to
install [kustomize](https://kubectl.docs.kubernetes.io/installation/kustomize/).

If you don't have a local kubernetes cluster, you can pick a way for running
one locally from the following:

* [Colima](https://github.com/abiosoft/colima) - MacOS, Linux
* [Docker](https://docs.docker.com/desktop/) - MacOS, Linux, Windows
* [Rancher Desktop](https://rancher.com/products/rancher-desktop) - MacOS, Linux, Windows
* [Minikube](https://minikube.sigs.k8s.io/docs/start/) - MacOS, Linux, Windows
1 change: 1 addition & 0 deletions documentation/src/standalone.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Standalone

0 comments on commit 6030937

Please sign in to comment.