From b1541bcd83366543414aa92dc42ef9c7eb322bd0 Mon Sep 17 00:00:00 2001 From: Shankar Date: Fri, 27 Mar 2026 20:19:54 -0400 Subject: [PATCH] fix: render Contents as inline text instead of bullet list Remove list markers so dot-separated links flow as a single line on GitHub instead of rendering as three bullet points. Co-Authored-By: Claude Opus 4.6 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b87e0e..9fdb706 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,7 @@ certctl is a self-hosted platform that automates the entire certificate lifecycl ## Contents -- [Why certctl Exists](#why-certctl-exists) · [What It Does](#what-it-does) · [Screenshots](#screenshots) · [Quick Start](#quick-start) · [Architecture](#architecture) -- [Configuration](#configuration) · [MCP Server](#mcp-server-ai-integration) · [CLI](#cli) · [API Overview](#api-overview) · [Integrations](#supported-integrations) -- [Development](#development) · [Security](#security) · [Roadmap](#roadmap) · [License](#license) +[Why certctl Exists](#why-certctl-exists) · [What It Does](#what-it-does) · [Screenshots](#screenshots) · [Quick Start](#quick-start) · [Architecture](#architecture) · [Configuration](#configuration) · [MCP Server](#mcp-server-ai-integration) · [CLI](#cli) · [API Overview](#api-overview) · [Integrations](#supported-integrations) · [Development](#development) · [Security](#security) · [Roadmap](#roadmap) · [License](#license) ## Why certctl Exists