Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
removed hard coded links as links will be generated via hugo generation
  • Loading branch information
cahoonpwork committed Jun 10, 2019
commit 0a2e86706142a5722139bd00eaf7a74f9e00594e
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ database in a new PostgreSQL cluster is provisioned in the same zone as the node
containing the PostgreSQL primary pod that will be using it.

For instructions on setting up storage classes for multi-zone environments, see
the [PostgreSQL Operator Documentation](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/gettingstarted/design/designoverview/).
the [PostgreSQL Operator Documentation](/gettingstarted/design/designoverview/).

### Examples

Expand Down
3 changes: 1 addition & 2 deletions hugo/content/contributing/documentation-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ weight: 901

## Documentation

The [documentation website](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/) is generated using [Hugo](https://gohugo.io/) and
https://pages.github.com/)[GitHub Pages]().
The [documentation website](/) is generated using [Hugo](https://gohugo.io/).

## Hosting Hugo Locally (Optional)

Expand Down
8 changes: 4 additions & 4 deletions hugo/content/gettingstarted/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ weight: 2
---

If you are new to the Crunchy PostgreSQL Operator and interested in installing the Crunchy PostgreSQL Operator in your environment, please start here:
- [Installation via Bash](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/installation/operator-install/)
- [Installation via Ansible](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/installation/install-with-ansible/)
- [Installation via Bash](/installation/operator-install/)
- [Installation via Ansible](/installation/install-with-ansible/)

If you have the Crunchy PostgreSQL Operator installed in your environment, and are interested in installation of the client interface, please start here:
- [PGO Client Install](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/installation/install-pgo-client/)
- [PGO Client Install](/installation/install-pgo-client/)

If you have the Crunchy PostgreSQL and Client Interface installed in your environment and are interested in guidance on the use of the Crunchy PostgreSQL Operator, please start here:
- [PGO CLI Overview](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/operatorcli/pgo-overview/)
- [PGO CLI Overview](/operatorcli/pgo-overview/)
2 changes: 1 addition & 1 deletion hugo/themes/crunchy-hugo-theme