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) ``` diff --git a/README.md b/README.md index fb9823df..c292a042 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 @@ -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 @@ -84,10 +85,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 +```