Add Dockerfile man page generation from our Dockerfile reference page
Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
This commit is contained in:
parent
10fc518fba
commit
1c152f443d
1 changed files with 2 additions and 0 deletions
|
@ -237,6 +237,8 @@ latex_documents = [
|
|||
man_pages = [
|
||||
('reference/commandline/cli', 'docker', u'Docker CLI Documentation',
|
||||
[u'Team Docker'], 1),
|
||||
('reference/builder', 'Dockerfile', u'Dockerfile Documentation',
|
||||
[u'Team Docker'], 5),
|
||||
]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
|
|
Loading…
Reference in a new issue