From 52b92023edeba3a5e2c466d92d742e54b14a85cb Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 24 Oct 2019 14:54:57 -0500 Subject: Restructure documentation dir Restructuring the docs dir to make integration with sphinx easier. man pages now exist in docs/source/man and the sphinx make files exists in docs. Signed-off-by: baude --- docs/podman-healthcheck.1.md | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 docs/podman-healthcheck.1.md (limited to 'docs/podman-healthcheck.1.md') diff --git a/docs/podman-healthcheck.1.md b/docs/podman-healthcheck.1.md deleted file mode 100644 index 91c3e4345..000000000 --- a/docs/podman-healthcheck.1.md +++ /dev/null @@ -1,22 +0,0 @@ -% podman-healthcheck(1) - -## NAME -podman\-healthcheck - Manage healthchecks for containers - -## SYNOPSIS -**podman healthcheck** *subcommand* - -## DESCRIPTION -podman healthcheck is a set of subcommands that manage container healthchecks - -## SUBCOMMANDS - -| Command | Man Page | Description | -| ------- | ------------------------------------------------- | ------------------------------------------------------------------------------ | -| run | [podman-healthcheck-run(1)](podman-healthcheck-run.1.md) | Run a container healthcheck | - -## SEE ALSO -podman(1) - -## HISTORY -Feb 2019, Originally compiled by Brent Baude -- cgit v1.2.3-54-g00ecf