Skip to content

Commit

Permalink
Prepare docs for 0.8.0 release (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored Sep 13, 2018
1 parent ed0a35d commit 5915c14
Show file tree
Hide file tree
Showing 21 changed files with 48 additions and 48 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ Object Store Manipulator (osm: pronounced like `awesome`) - `curl` for cloud sto
You can download and install a pre-built binary:
```console
# Linux amd 64-bit:
wget -O osm https://cdn.appscode.com/binaries/osm/0.7.1/osm-linux-amd64 \
wget -O osm https://cdn.appscode.com/binaries/osm/0.8.0/osm-linux-amd64 \
&& chmod +x osm \
&& sudo mv osm /usr/local/bin/

# Linux 386 32-bit:
wget -O osm https://cdn.appscode.com/binaries/osm/0.7.1/osm-linux-386 \
wget -O osm https://cdn.appscode.com/binaries/osm/0.8.0/osm-linux-386 \
&& chmod +x osm \
&& sudo mv osm /usr/local/bin/

# Mac 64-bit
wget -O osm https://cdn.appscode.com/binaries/osm/0.7.1/osm-darwin-amd64 \
wget -O osm https://cdn.appscode.com/binaries/osm/0.8.0/osm-darwin-amd64 \
&& chmod +x osm \
&& sudo mv osm /usr/local/bin/

# Mac 32-bit
wget -O osm https://cdn.appscode.com/binaries/osm/0.7.1/osm-darwin-386 \
wget -O osm https://cdn.appscode.com/binaries/osm/0.8.0/osm-darwin-386 \
&& chmod +x osm \
&& sudo mv osm /usr/local/bin/
```
Expand Down
8 changes: 4 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
title: Changelog | Osm
description: Changelog
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: changelog-osm
name: Changelog
parent: welcome
weight: 10
product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: welcome
url: /products/osm/0.7.1/welcome/changelog/
url: /products/osm/0.8.0/welcome/changelog/
aliases:
- /products/osm/0.7.1/CHANGELOG/
- /products/osm/0.8.0/CHANGELOG/
---

# Change Log
Expand Down
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ Object Store Manipulator (osm: pronounced like `awesome`) - `curl` for cloud sto
You can download and install a pre-built binary:
```console
# Linux amd 64-bit:
wget -O osm https://cdn.appscode.com/binaries/osm/0.7.1/osm-linux-amd64 \
wget -O osm https://cdn.appscode.com/binaries/osm/0.8.0/osm-linux-amd64 \
&& chmod +x osm \
&& sudo mv osm /usr/local/bin/

# Linux 386 32-bit:
wget -O osm https://cdn.appscode.com/binaries/osm/0.7.1/osm-linux-386 \
wget -O osm https://cdn.appscode.com/binaries/osm/0.8.0/osm-linux-386 \
&& chmod +x osm \
&& sudo mv osm /usr/local/bin/

# Mac 64-bit
wget -O osm https://cdn.appscode.com/binaries/osm/0.7.1/osm-darwin-amd64 \
wget -O osm https://cdn.appscode.com/binaries/osm/0.8.0/osm-darwin-amd64 \
&& chmod +x osm \
&& sudo mv osm /usr/local/bin/

# Mac 32-bit
wget -O osm https://cdn.appscode.com/binaries/osm/0.7.1/osm-darwin-386 \
wget -O osm https://cdn.appscode.com/binaries/osm/0.8.0/osm-darwin-386 \
&& chmod +x osm \
&& sudo mv osm /usr/local/bin/
```
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Reference
description: OSM CLI Reference
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: reference
name: Reference
weight: 1000
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
---
6 changes: 3 additions & 3 deletions docs/reference/osm.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: Osm
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: osm
name: Osm
parent: reference
weight: 0

product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: reference
aliases:
- products/osm/0.7.1/reference/
- products/osm/0.8.0/reference/

---
## osm
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/osm_config.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Osm Config
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: osm-config
name: Osm Config
parent: reference
product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: reference
---
## osm config
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/osm_config_current-context.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Osm Config Current-Context
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: osm-config-current-context
name: Osm Config Current-Context
parent: reference
product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: reference
---
## osm config current-context
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/osm_config_get-contexts.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Osm Config Get-Contexts
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: osm-config-get-contexts
name: Osm Config Get-Contexts
parent: reference
product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: reference
---
## osm config get-contexts
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/osm_config_set-context.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Osm Config Set-Context
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: osm-config-set-context
name: Osm Config Set-Context
parent: reference
product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: reference
---
## osm config set-context
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/osm_config_use-context.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Osm Config Use-Context
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: osm-config-use-context
name: Osm Config Use-Context
parent: reference
product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: reference
---
## osm config use-context
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/osm_config_view.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Osm Config View
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: osm-config-view
name: Osm Config View
parent: reference
product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: reference
---
## osm config view
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/osm_lc.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Osm Lc
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: osm-lc
name: Osm Lc
parent: reference
product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: reference
---
## osm lc
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/osm_ls.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Osm Ls
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: osm-ls
name: Osm Ls
parent: reference
product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: reference
---
## osm ls
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/osm_mc.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Osm Mc
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: osm-mc
name: Osm Mc
parent: reference
product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: reference
---
## osm mc
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/osm_pull.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Osm Pull
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: osm-pull
name: Osm Pull
parent: reference
product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: reference
---
## osm pull
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/osm_push.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Osm Push
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: osm-push
name: Osm Push
parent: reference
product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: reference
---
## osm push
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/osm_rc.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Osm Rc
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: osm-rc
name: Osm Rc
parent: reference
product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: reference
---
## osm rc
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/osm_rm.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Osm Rm
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: osm-rm
name: Osm Rm
parent: reference
product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: reference
---
## osm rm
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/osm_stat.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Osm Stat
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: osm-stat
name: Osm Stat
parent: reference
product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: reference
---
## osm stat
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/osm_version.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Osm Version
menu:
product_osm_0.7.1:
product_osm_0.8.0:
identifier: osm-version
name: Osm Version
parent: reference
product_name: osm
menu_name: product_osm_0.7.1
menu_name: product_osm_0.8.0
section_menu_id: reference
---
## osm version
Expand Down
2 changes: 1 addition & 1 deletion hack/gendocs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
version = "0.7.1"
version = "0.8.0"
)

var (
Expand Down

0 comments on commit 5915c14

Please sign in to comment.