Skip to content

Commit d51ee0d

Browse files
author
jmccormick2001
committed
Merge branch 'develop' of github.com:crunchydata/postgres-operator into develop
2 parents d57dbfc + 0664b15 commit d51ee0d

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
public

README.adoc

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,26 @@ Latest Release: 3.3.0 {docdate}
1111

1212
The *postgres-operator* is a controller that runs within a Kubernetes cluster that provides a means to deploy and manage PostgreSQL clusters.
1313

14-
Please view the official Crunchy Data PostgreSQL Operator documentation link:https://crunchydata.github.io/postgres-operator/[here]. If you are
15-
interested in contributing or making an update to the documentation, please view the link:https://crunchydata.github.io/postgres-operator/contributing/[Contributing Guidelines].
14+
Please view the official Crunchy Data PostgreSQL Operator documentation link:https://crunchydata.github.io/postgres-operator/stable/[here]. If you are
15+
interested in contributing or making an update to the documentation, please view the link:https://crunchydata.github.io/postgres-operator/stable/contributing/[Contributing Guidelines].
1616

17-
[link=https://crunchydata.github.io/postgres-operator/]
17+
[link=https://crunchydata.github.io/postgres-operator/stable/]
1818
image::btn.png[Official Documentation]
1919

20+
If you are looking for the latest documentation, please see the develop branch which is considered unstable. The development documentation can be reviewed link:https://crunchydata.github.io/postgres-operator/latest/[here]
21+
2022
== Installation
2123

22-
To build and deploy the Operator on your Kubernetes system, follow the instructions documented on the link:https://crunchydata.github.io/postgres-operator/installation/[Installation] page.
24+
To build and deploy the Operator on your Kubernetes system, follow the instructions documented on the link:https://crunchydata.github.io/postgres-operator/stable/installation/[Installation] page.
2325

24-
If you're seeking to upgrade your existing Operator installation, please visit the link:https://crunchydata.github.io/postgres-operator/installation/upgrading-the-operator/[Upgrading the Operator] page. Also read the Release Notes as to details on recent changes to the Operator.
26+
If you're seeking to upgrade your existing Operator installation, please visit the link:https://crunchydata.github.io/postgres-operator/stable/installation/upgrading-the-operator/[Upgrading the Operator] page. Also read the Release Notes as to details on recent changes to the Operator.
2527

26-
More design information is found on the link:https://crunchydata.github.io/postgres-operator/how-it-works/[How It Works] page.
28+
More design information is found on the link:https://crunchydata.github.io/postgres-operator/stable/how-it-works/[How It Works] page.
2729

2830
== Configuration
2931

30-
The operator is template-driven; this makes it simple to configure both the client and the operator. The configuration options are documented on the link:https://crunchydata.github.io/postgres-operator/installation/configuration/[Configuration] page.
32+
The operator is template-driven; this makes it simple to configure both the client and the operator. The configuration options are documented on the link:https://crunchydata.github.io/postgres-operator/stable/installation/configuration/[Configuration] page.
3133

3234
== Getting Started
3335

34-
*postgres-operator* commands are documented on the link:https://crunchydata.github.io/postgres-operator/getting-started/[Getting Started] page.
36+
*postgres-operator* commands are documented on the link:https://crunchydata.github.io/postgres-operator/stable/getting-started/[Getting Started] page.

hugo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ theme = "docdock"
88
#themesdir = "themes/"
99
pygmentsCodeFences = true
1010
pygmentsStyle = "monokailight"
11-
publishDir = "../docs"
11+
publishDir = "../public"
1212
canonifyurls = true
1313

1414
defaultContentLanguage = "en"

0 commit comments

Comments
 (0)