From 97c70dc3416b68a0556239bb5c820354d262af26 Mon Sep 17 00:00:00 2001 From: Matthew Mols Date: Thu, 11 Dec 2025 15:32:21 -0600 Subject: [PATCH 1/3] docs: update docs links to point to docs.pgedge.com --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fb9823df..31b00ddd 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ You interact with the Control Plane via an HTTP API. Once you've initialized a C - [Releases](#releases) - [Development](#development) - [Documentation](#documentation) -- [Quick Start](docs/quickstart.md) -- [Concepts](docs/concepts.md) -- [Installation](docs/installation.md) -- [Configuration](docs/configuration.md) +- [Quick Start](https://docs.pgedge.com/control-plane/installation/quickstart/) +- [Concepts](https://docs.pgedge.com/control-plane/prerequisites/concepts/) +- [Installation](https://docs.pgedge.com/control-plane/installation/installation/) +- [Configuration](https://docs.pgedge.com/control-plane/installation/configuration/) ## Features @@ -84,10 +84,12 @@ For step-by-step guidance on using this setup, including interacting with the AP This project includes a documentation site maintained in the [docs](docs/) folder, which covers usage guides, architecture concepts, installation instructions, configuration options, and development workflows. +You can view the latest version of the documentation at [docs.pgedge.com/control-plane](https://docs.pgedge.com/control-plane/) + It uses MkDocs with the Material theme to generate styled static HTML documentation from Markdown files in the docs directory. The documentation can be accessed locally at http://localhost:8000 using: ``` sh make docs -``` \ No newline at end of file +``` From b3f505f109674b31ac9ca1129560959dc4631b5b Mon Sep 17 00:00:00 2001 From: Matthew Mols Date: Thu, 11 Dec 2025 15:37:33 -0600 Subject: [PATCH 2/3] docs: update features list in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31b00ddd..c292a042 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ At a high level, the pgEdge Control Plane supports: - monitoring database operations through detailed task logs, enabling visibility into deployment progress, troubleshooting, and historical activity tracking. - secure API access with certificate-based authentication. - performing in-place minor version upgrades of Postgres and supporting components. +- performing major version upgrades of Postgres using zero downtime node addition. ## Releases From 942f1ecf7de3a411bc82fed4418883e8467ed73e Mon Sep 17 00:00:00 2001 From: Matthew Mols Date: Thu, 11 Dec 2025 15:44:39 -0600 Subject: [PATCH 3/3] update NOTICE.txt --- NOTICE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTICE.txt b/NOTICE.txt index b40ef5a8..8707f879 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -10428,7 +10428,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * Name: go.etcd.io/etcd/client/v3 * Version: v3.6.5 -* License: [Apache-2.0](https://github.com/etcd-io/etcd/blob/client/v3.6.5/client/LICENSE) +* License: [Apache-2.0](https://github.com/etcd-io/etcd/blob/client/v3.6.5/client/v3/LICENSE) ```