Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare docs for 0.8.0-beta.2 #183

Merged
merged 22 commits into from
Feb 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Please pick a version of KubeDB that matches your Kubernetes installation.

| KubeDB Version | Docs | Kubernetes Version |
|------------------------------------------------------------------------------------|-------------------------------------------------------------|--------------------|
| [0.8.0-beta.0](https://github.com/kubedb/cli/releases/tag/0.8.0-beta.0) (uses CRD) | [User Guide](https://kubedb.com/docs/0.8.0-beta.0/) | 1.7.x + |
| [0.8.0-beta.2](https://github.com/kubedb/cli/releases/tag/0.8.0-beta.2) (uses CRD) | [User Guide](https://kubedb.com/docs/0.8.0-beta.2/) | 1.9.x + |
| [0.6.0](https://github.com/kubedb/cli/releases/tag/0.6.0) (uses TPR) | [User Guide](https://github.com/kubedb/cli/tree/0.6.0/docs) | 1.5.x - 1.7.x |

## Installation
Expand Down
6 changes: 3 additions & 3 deletions chart/stable/kubedb/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: apiserver
image: {{ .Values.dockerRegistry }}/apiserver:{{ .Values.imageTags.apiserver }}
- name: server
image: {{ .Values.dockerRegistry }}/kubedb-server:{{ .Values.imageTags.apiserver }}
imagePullPolicy: {{ .Values.imagePullPolicy }}
args:
- apiserver
- run
- --v=3
- --secure-port=8443
- --audit-log-path=-
Expand Down
8 changes: 4 additions & 4 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
title: Contributing | KubeDB
description: Contributing
menu:
docs_0.8.0-beta.0:
docs_0.8.0-beta.2:
identifier: contributing-cli
name: Contributing
parent: welcome
weight: 10
menu_name: docs_0.8.0-beta.0
menu_name: docs_0.8.0-beta.2
section_menu_id: welcome
url: /docs/0.8.0-beta.0/welcome/contributing/
url: /docs/0.8.0-beta.2/welcome/contributing/
aliases:
- /docs/0.8.0-beta.0/CONTRIBUTING/
- /docs/0.8.0-beta.2/CONTRIBUTING/
---

# Contribution Guidelines
Expand Down
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
title: Weclome | KubeDB
description: Welcome to KubeDB
menu:
docs_0.8.0-beta.0:
docs_0.8.0-beta.2:
identifier: readme-cli
name: Readme
parent: welcome
weight: -1
menu_name: docs_0.8.0-beta.0
menu_name: docs_0.8.0-beta.2
section_menu_id: welcome
url: /docs/0.8.0-beta.0/welcome/
url: /docs/0.8.0-beta.2/welcome/
aliases:
- /docs/0.8.0-beta.0/
- /docs/0.8.0-beta.0/README/
- /docs/0.8.0-beta.2/
- /docs/0.8.0-beta.2/README/
---

# Welcome
Expand Down
4 changes: 2 additions & 2 deletions docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: KubeDB
menu:
docs_0.8.0-beta.0:
docs_0.8.0-beta.2:
identifier: welcome
name: Welcome
weight: 10
menu_name: docs_0.8.0-beta.0
menu_name: docs_0.8.0-beta.2
---
8 changes: 4 additions & 4 deletions docs/concepts/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: Concepts | KubeDB
menu:
docs_0.8.0-beta.0:
docs_0.8.0-beta.2:
identifier: concepts-readme
name: Readme
parent: concepts
weight: -1
menu_name: docs_0.8.0-beta.0
menu_name: docs_0.8.0-beta.2
section_menu_id: concepts
url: /docs/0.8.0-beta.0/concepts/
url: /docs/0.8.0-beta.2/concepts/
aliases:
- /docs/0.8.0-beta.0/concepts/README/
- /docs/0.8.0-beta.2/concepts/README/
---

# Concepts
Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Concepts
description: Concepts
menu:
docs_0.8.0-beta.0:
docs_0.8.0-beta.2:
identifier: concepts
name: Concepts
weight: 20
menu_name: docs_0.8.0-beta.0
menu_name: docs_0.8.0-beta.2
---
4 changes: 2 additions & 2 deletions docs/concepts/databases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: Supported Databases | KubeDB
description: Supported Databases
menu:
docs_0.8.0-beta.0:
docs_0.8.0-beta.2:
identifier: databases
parent: concepts
name: Supported Databases
weight: 15
menu_name: docs_0.8.0-beta.0
menu_name: docs_0.8.0-beta.2
---
6 changes: 3 additions & 3 deletions docs/concepts/databases/elasticsearch.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: Elasticsearch
menu:
docs_0.8.0-beta.0:
docs_0.8.0-beta.2:
identifier: elasticsearch-db
name: Elasticsearch
parent: databases
weight: 10
menu_name: docs_0.8.0-beta.0
menu_name: docs_0.8.0-beta.2
section_menu_id: concepts
---

> New to KubeDB? Please start [here](/docs/guides/README.md).
> New to KubeDB? Please start [here](/docs/concepts/README.md).

# Elasticsearch

Expand Down
6 changes: 3 additions & 3 deletions docs/concepts/databases/memcached.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: Memcached
menu:
docs_0.8.0-beta.0:
docs_0.8.0-beta.2:
identifier: memcached-db
name: Memcached
parent: databases
weight: 15
menu_name: docs_0.8.0-beta.0
menu_name: docs_0.8.0-beta.2
section_menu_id: concepts
---

> New to KubeDB? Please start [here](/docs/guides/README.md).
> New to KubeDB? Please start [here](/docs/concepts/README.md).

# Memcached

Expand Down
6 changes: 3 additions & 3 deletions docs/concepts/databases/mongodb.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: MongoDB
menu:
docs_0.8.0-beta.0:
docs_0.8.0-beta.2:
identifier: mongodb-db
name: MongoDB
parent: databases
weight: 20
menu_name: docs_0.8.0-beta.0
menu_name: docs_0.8.0-beta.2
section_menu_id: concepts
---

> New to KubeDB? Please start [here](/docs/guides/README.md).
> New to KubeDB? Please start [here](/docs/concepts/README.md).

# MongoDB

Expand Down
6 changes: 3 additions & 3 deletions docs/concepts/databases/mysql.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: MySQL
menu:
docs_0.8.0-beta.0:
docs_0.8.0-beta.2:
identifier: mysql-db
name: MySQL
parent: databases
weight: 25
menu_name: docs_0.8.0-beta.0
menu_name: docs_0.8.0-beta.2
section_menu_id: concepts
---

> New to KubeDB? Please start [here](/docs/guides/README.md).
> New to KubeDB? Please start [here](/docs/concepts/README.md).

# MySQL

Expand Down
6 changes: 3 additions & 3 deletions docs/concepts/databases/postgres.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: Postgres
menu:
docs_0.8.0-beta.0:
docs_0.8.0-beta.2:
identifier: postgres-db
name: Postgres
parent: databases
weight: 30
menu_name: docs_0.8.0-beta.0
menu_name: docs_0.8.0-beta.2
section_menu_id: concepts
---

> New to KubeDB? Please start [here](/docs/guides/README.md).
> New to KubeDB? Please start [here](/docs/concepts/README.md).

# Postgres

Expand Down
6 changes: 3 additions & 3 deletions docs/concepts/databases/redis.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: Redis
menu:
docs_0.8.0-beta.0:
docs_0.8.0-beta.2:
identifier: redis-db
name: Redis
parent: databases
weight: 35
menu_name: docs_0.8.0-beta.0
menu_name: docs_0.8.0-beta.2
section_menu_id: concepts
---

> New to KubeDB? Please start [here](/docs/guides/README.md).
> New to KubeDB? Please start [here](/docs/concepts/README.md).

# Redis

Expand Down
6 changes: 3 additions & 3 deletions docs/concepts/snapshot.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: Snapshot
menu:
docs_0.8.0-beta.0:
docs_0.8.0-beta.2:
identifier: snapshot-concepts
name: Snapshot
parent: concepts
weight: 35
menu_name: docs_0.8.0-beta.0
menu_name: docs_0.8.0-beta.2
section_menu_id: concepts
---

> New to KubeDB? Please start [here](/docs/guides/README.md).
> New to KubeDB? Please start [here](/docs/concepts/README.md).

# Snapshot

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/what-is-kubedb/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: What is KubeDB
description: What is KubeDB
menu:
docs_0.8.0-beta.0:
docs_0.8.0-beta.2:
identifier: what-is-kubedb
parent: concepts
name: What is KubeDB
weight: 10
menu_name: docs_0.8.0-beta.0
menu_name: docs_0.8.0-beta.2
---
4 changes: 2 additions & 2 deletions docs/concepts/what-is-kubedb/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: KubeDB Overview
description: KubeDB Overview
menu:
docs_0.8.0-beta.0:
docs_0.8.0-beta.2:
identifier: overview-concepts
name: Overview
parent: what-is-kubedb
weight: 10
menu_name: docs_0.8.0-beta.0
menu_name: docs_0.8.0-beta.2
section_menu_id: concepts
---

Expand Down
36 changes: 0 additions & 36 deletions docs/guides/README.md

This file was deleted.

7 changes: 4 additions & 3 deletions docs/guides/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: Guides
title: Guides | KubeDB
menu:
docs_0.8.0-beta.0:
docs_0.8.0-beta.2:
identifier: guides
name: Guides
weight: 40
menu_name: docs_0.8.0-beta.0
pre: dropdown
menu_name: docs_0.8.0-beta.2
---
Loading