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

Adjust titles, weights and landing pages for docs (master) #214

Merged
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
1 change: 1 addition & 0 deletions content/blog/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: The etcd blog
linkTitle: Blog
description: News, updates, release announcements, and more
---
7 changes: 5 additions & 2 deletions content/docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: The etcd documentation
title: Documentation versions
linkTitle: Versions
simple_list: true
# TODO(chalin): disable breadcrumbs for this page
---

Welcome to the docs for etcd! The following versions are available:
Welcome to the docs for etcd! The following doc versions are available:

{{< versions >}}
6 changes: 4 additions & 2 deletions content/docs/next/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: etcd next version
weight: 1000
title: Next docs
cascade:
version: next
linkTitle: next
# Weight for doc version vX.Y should be -XY0. For example, v3.4 has weight -340.
weight: -1000
---

These docs cover everything from setting up and running an etcd cluster to using etcd in applications for the _upcoming_ [etcd version](https://github.com/etcd-io/etcd/).
Expand Down
7 changes: 5 additions & 2 deletions content/docs/v2.3/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: etcd version 2.3
title: v2.3 docs
cascade:
version: v2.3
version: &vers v2.3
linkTitle: *vers
simple_list: true
weight: -230
---

These docs cover everything from setting up and running an etcd cluster to using etcd in your applications. Improvements to these docs are encouraged through [pull requests](https://help.github.com/en/articles/about-pull-requests) to the [etcd project](https://github.com/etcd-io/etcd) on GitHub.
7 changes: 5 additions & 2 deletions content/docs/v3.1/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: etcd version 3.1
title: v3.1 docs
cascade:
version: v3.1
version: &vers v3.1
linkTitle: *vers
simple_list: true
weight: -310
---

These docs cover everything from setting up and running an etcd cluster to using etcd in your applications. Improvements to these docs are encouraged through [pull requests](https://help.github.com/en/articles/about-pull-requests) to the [etcd project](https://github.com/etcd-io/etcd) on GitHub.
7 changes: 5 additions & 2 deletions content/docs/v3.2/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: etcd version 3.2
title: v3.2 docs
cascade:
version: v3.2
version: &vers v3.2
linkTitle: *vers
simple_list: true
weight: -320
---

These docs cover everything from setting up and running an etcd cluster to using etcd in your applications. Improvements to these docs are encouraged through [pull requests](https://help.github.com/en/articles/about-pull-requests) to the [etcd project](https://github.com/etcd-io/etcd) on GitHub.
7 changes: 5 additions & 2 deletions content/docs/v3.3/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: etcd version 3.3
title: v3.3 docs
cascade:
version: v3.3
version: &vers v3.3
linkTitle: *vers
simple_list: true
weight: -330
---
7 changes: 5 additions & 2 deletions content/docs/v3.4/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: etcd version 3.4
title: v3.4 docs
cascade:
version: v3.4
version: &vers v3.4
linkTitle: *vers
simple_list: true
weight: -340
---

These docs cover everything from setting up and running an etcd cluster to using etcd in applications. Improvements to these docs are encouraged through [pull requests](https://help.github.com/en/articles/about-pull-requests) to the [etcd project](https://github.com/etcd-io/etcd) on GitHub.