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.
This commit is contained in:
2026-08-15 21:31:47 -04:00
parent 11aad23e80
commit d3f134aabf
4 changed files with 4 additions and 4 deletions

View File

@@ -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.