Documentationonly
Documentationonly refers to software artifacts whose primary content is documentation rather than executable code or runtime assets. It denotes materials such as user guides, API references, tutorials, design notes, and release notes that are distributed separately from the software itself. A documentation-only artifact may be produced as a distinct package labeled with a suffix such as -docs or documentation, or as a dedicated build target within a project.
In practice, many projects publish documentation-only packages to enable offline viewing, simplify licensing and compliance, or
Maintenance and considerations: Keeping docs in sync with code requires automation; stale docs undermine usefulness. Documentation-only
Benefits and limitations: Pros include reduced download size for users who only need references, easier translation
See also: API documentation, doc generation, -docs packaging.