Skip to content

Commit 130b136

Browse files
committed
2 parents 9ba3e81 + e6bc7a5 commit 130b136

File tree

561 files changed

+8678
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

561 files changed

+8678
-110
lines changed

config.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ params:
4949
# - ["<version>", "<version>", ...]
5050
# - ["<version>", "<version>", ...]
5151
# latest: "<version>" /* 5 */
52-
# lts: "<series>" /* 6 */
53-
# archived_url: "<URI>" /* 7 */
52+
# lts: ["<series>","<series>"] /* 6 */
53+
# archived_below: "<version>" /* 7 */
54+
# archived_url: "<URI>" /* 8 */
5455
#
5556
# 1. The project descriptor must match some contents' `project:` front matter.
5657
# This should be all lowercase with underscores for spaces---code, really.
@@ -78,11 +79,14 @@ params:
7879
# 5. `latest` is the current specific version that is currently att the head-
7980
# of-development.
8081
# `latest` is required.
81-
# 6. `lts` is the Release Series (ex; "1.4", or "2.0", ect. -- it is expected
82-
# to be the "X.Y" of a semantic "X.Y.Z" version string) that is currently
83-
# held as the Long Term Support series.
82+
# 6. `lts` is the set of Release Series (ex; ["2.9"], or ["2.9","3.0"], ect.
83+
# -- it is expected to be the ["X.Y"] of a semantic "X.Y.Z" version string
84+
# that is currently held as the Long Term Support series.
8485
# `lts` is optional.
85-
# 7. If the project was moved from the Middleman site to Hugo, the
86+
# 7. To make the versions menu smaller, set `archive_below` to a "X.Y" version
87+
# to place earlier versions under a collapsed "other" item.
88+
# `archive_below` is optional.
89+
# 8. If the project was moved from the Middleman site to Hugo, the
8690
# `archived_url` is the URL to the newest of the deprecated pages.
8791
# `archived_url` is optional.
8892
project_descriptions:

content/riak/cs/2.0.0/cookbooks/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ aliases:
1616
In a Riak CS storage system, three components work in conjunction with one another, which means that you must configure each component to work with the others:
1717

1818
* Riak --- The database system that acts as the backend storage
19-
* Riak CS --- The cloud storage layer over Riak which exposes the storage and billing APIs, storing files and metadata in Riak, and streaming them back to users
20-
* Stanchion --- Manages requests involving globally unique system entities, such as buckets and users sent to a Riak instance, for example, to create users or to create or delete buckets
19+
* Riak CS --- The cloud storage layer over Riak which exposes the storage and billing APIs, storing files and metadata in Riak, and streaming them back to users
20+
* Stanchion --- Manages requests involving globally unique system entities, such as buckets and users sent to a Riak instance, for example, to create users or to create or delete buckets
2121

2222
In addition, you must also configure the S3 client you use to communicate with your Riak CS system.
2323

content/riak/cs/2.1.2/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ project: "riak_cs"
1111
project_version: "2.1.2"
1212
aliases:
1313
- /riakcs/2.1.2/
14-
- /riakcs/latest/
15-
- /riak/cs/latest/
1614
---
1715

1816
Riak CS (Cloud Storage) is easy-to-use object storage software built on top of
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/access-control-lists/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/account-management/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/authentication/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/command-line-tools/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/configuration/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/configuration/dragondisk/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/configuration/load-balancing-proxy/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/configuration/multi-datacenter/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/configuration/reference/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/configuration/riak-cs/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/configuration/riak-for-cs/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/configuration/s3-client/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/configuration/stanchion/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/configuration/transmit/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/designate-admin-user/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/faqs/riak-cs/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/fog/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: latest_redirect
3+
project: riak_cs
4+
replace_text: latest
5+
latest_text: "{latest}"
6+
aliases:
7+
- "/riakcs/latest/cookbooks/garbage-collection/"
8+
---
9+
10+
Redirects `someroot/latest/somepath` to `someroot/{latest}/somepath`
11+
where `{latest}` is the `project_descriptions.{project}.latest` value
12+
and `{project}` is the metadata value of `project` above.
13+
14+
This page exists solely to redirect from the generated URL to the latest version of
15+
that url.
16+
17+
18+

0 commit comments

Comments
 (0)