From 278c13366288a237915fb8288b52a8919b68ce6f Mon Sep 17 00:00:00 2001 From: ian-flores Date: Mon, 2 Feb 2026 08:55:23 -0800 Subject: [PATCH] docs: apply Posit style guide fixes - Add 'Posit' prefix to product names on first mention - Expand acronyms (OIDC, SAML) on first use --- docs/README.md | 8 ++++---- docs/guides/authentication-setup.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index f795c674..63bd1775 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,10 +5,10 @@ The Team Operator is a Kubernetes operator that manages the deployment and confi ## Overview The Team Operator automates the deployment and lifecycle management of: -- **Workbench** - Interactive development environment -- **Connect** - Publishing and sharing platform -- **Package Manager** - Package repository management -- **Chronicle** - Telemetry and monitoring +- **Posit Workbench** - Interactive development environment +- **Posit Connect** - Publishing and sharing platform +- **Posit Package Manager** - Package repository management +- **Posit Chronicle** - Telemetry and monitoring - **Keycloak** - Authentication and identity management ## Architecture diff --git a/docs/guides/authentication-setup.md b/docs/guides/authentication-setup.md index 9506e339..4ca7f4df 100644 --- a/docs/guides/authentication-setup.md +++ b/docs/guides/authentication-setup.md @@ -53,8 +53,8 @@ Team Operator supports three authentication types: | Type | Value | Use Case | |------|-------|----------| | Password | `password` | Development, simple deployments | -| OIDC | `oidc` | Enterprise SSO with OAuth2/OpenID Connect | -| SAML | `saml` | Enterprise SSO with SAML 2.0 | +| OpenID Connect (OIDC) | `oidc` | Enterprise SSO with OAuth2/OpenID Connect | +| Security Assertion Markup Language (SAML) | `saml` | Enterprise SSO with SAML 2.0 | ## OIDC Configuration