mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Use the generate.sh script instead of md2man directly. Update Dockerfile for generating man pages. Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: 00a8a40398263429f99b1a5f0be59048e1c6f38d Component: engine
501 B
501 B
Docker Documentation
This directory contains scripts for generating the man pages. Many of the man
pages are generated directly from the spf13/cobra Command definition. Some
legacy pages are still generated from the markdown files in this directory.
Do not edit the man pages in the man1 directory. Instead, update the
Cobra command or amend the Markdown files for legacy pages.
Generate the mange pages
From within the project root directory run:
make manpages