From d3f134aabfff5062d9a9d19e48325067434905ec Mon Sep 17 00:00:00 2001 From: "Christopher M. Punches" Date: Sat, 15 Aug 2026 21:31:47 -0400 Subject: [PATCH] Shorten the document titles The page titles were restating the project name and the artifact names they cover. They read as Overview, DPM Design, Interaction with libdpm-core.so, and Building DPM Core and CLI. --- docs/BUILD.md | 2 +- docs/CONSUMERS.md | 2 +- docs/DESIGN.md | 2 +- docs/OVERVIEW.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/BUILD.md b/docs/BUILD.md index 81cc1f6..c7b030e 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -1,4 +1,4 @@ -# Building libdpm-core.so and the dpm Binary {#build} +# Building DPM Core and CLI {#build} ## Prerequisites diff --git a/docs/CONSUMERS.md b/docs/CONSUMERS.md index 2a4e2b6..5d3f868 100644 --- a/docs/CONSUMERS.md +++ b/docs/CONSUMERS.md @@ -1,4 +1,4 @@ -# Consuming libdpm-core.so {#consumers} +# Interaction with libdpm-core.so {#consumers} Programs link libdpm-core.so as an ordinary shared library dependency — the same way they link any other library — to reach the package manager in-process: build systems, installers, image builders, system tooling, and foreign-language bindings all use the library the `dpm` binary is built on. A program holding a default context is working against system configuration, the system module path, the system tree, and system locking, the same environment the installed `dpm` binary sees. diff --git a/docs/DESIGN.md b/docs/DESIGN.md index 66105b8..4ddfccc 100644 --- a/docs/DESIGN.md +++ b/docs/DESIGN.md @@ -1,4 +1,4 @@ -# DPM — Dark Horse Package Manager: Design {#design} +# DPM Design {#design} ## Constraints diff --git a/docs/OVERVIEW.md b/docs/OVERVIEW.md index 83b5f5c..54f05a5 100644 --- a/docs/OVERVIEW.md +++ b/docs/OVERVIEW.md @@ -1,4 +1,4 @@ -# DPM — An Overview {#overview} +# Overview {#overview} ## What DPM Is