Skip to content

Commit a8ab58c

Browse files
Merge pull request #158 from jillian-maroket/fix-issues-3
Fix issues + move some files
2 parents 0a32201 + a08d017 commit a8ab58c

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

docs/version-1.7.0/modules/en/nav.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
* xref:introduction/introduction.adoc[]
33
** xref:introduction/concepts.adoc[]
44
** xref:introduction/terminology.adoc[]
5-
** xref:introduction/best-practices.adoc[]
6-
** xref:introduction/important-notes.adoc[]
75
** xref:introduction/contributing.adoc[]
6+
* xref:introduction/important-notes.adoc[]
87
* Installation and Setup
98
** xref:installation-setup/requirements.adoc[]
9+
** xref:introduction/best-practices.adoc[]
1010
** xref:installation-setup/installation/installation.adoc[]
1111
*** xref:installation-setup/installation/install-using-argocd.adoc[]
1212
*** xref:installation-setup/installation/install-using-fleet.adoc[]
@@ -31,7 +31,7 @@
3131
*** xref:upgrades/longhorn-components/auto-upgrade-engine.adoc[]
3232
*** xref:upgrades/longhorn-components/manually-upgrade-engine.adoc[]
3333
*** xref:upgrades/longhorn-components/upgrade-longhorn-manager.adoc[]
34-
*** xref:upgrades/kubernetes/index.adoc[]
34+
** Kubernetes Upgrades
3535
*** xref:upgrades/kubernetes/upgrade-k8s-on-aks.adoc[]
3636
*** xref:upgrades/kubernetes/upgrade-k8s-on-eks.adoc[]
3737
*** xref:upgrades/kubernetes/upgrade-k8s-on-gke.adoc[]

docs/version-1.7.0/modules/en/pages/introduction/important-notes.adoc renamed to docs/version-1.7.0/modules/en/pages/important-notes.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
= Important Notes
1+
= Important Notes for v1.7.0
22
:current-version: {page-component-version}
33

4-
This page lists important notes for Longhorn v{current-version}.
54
Please see https://github.com/longhorn/longhorn/releases/tag/v{current-version}[here] for the full release note.
65

76
== Warning

docs/version-1.7.0/modules/en/pages/overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
include::partial$longhorn-globals.adoc[]
2-
= {product-name}
2+
= {product-name} Overview
33
:description: Cloud native distributed block storage for Kubernetes
44
:current-version: {page-component-version}
55

66
*{product-name}* is a lightweight, reliable, and powerful distributed https://cloudacademy.com/blog/object-storage-block-storage/[block storage] system for Kubernetes.
77

8-
{product-name} is derived from the open source, community, https://www.cncf.io[CNCF] project called https://longhorn.io[Longhorn]. The name Longhorn is used interchangeably with {product-name} in this documentation.
8+
{product-name} is derived from the open source project called https://www.cncf.io/projects/longhorn/[Longhorn]. The name Longhorn is used interchangeably with {product-name} in this documentation.
99

1010
{product-name} implements distributed block storage using containers and microservices. {product-name} creates a dedicated storage controller for each block device volume and synchronously replicates the volume across multiple replicas stored on multiple nodes. The storage controller and replicas are themselves orchestrated using Kubernetes.
1111

0 commit comments

Comments
 (0)