2015-06-08 17:48:20 +00:00
|
|
|
Docker Documentation
|
|
|
|
====================
|
|
|
|
|
2016-06-09 15:33:28 +00:00
|
|
|
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.
|
2015-06-08 17:48:20 +00:00
|
|
|
|
|
|
|
|
2016-07-22 08:43:08 +00:00
|
|
|
## Generate the man pages
|
2015-06-08 17:48:20 +00:00
|
|
|
|
2016-06-09 15:33:28 +00:00
|
|
|
From within the project root directory run:
|
2015-06-08 17:48:20 +00:00
|
|
|
|
2016-06-09 15:33:28 +00:00
|
|
|
make manpages
|