From 76120ce6388085c529d64e6bf6529dddb5681644 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 30 Sep 2019 08:56:38 -0400 Subject: [PATCH] Move derivitive doc so it won't be treated as a manpage Anything with the .md suffix in docs/ gets compiled into a manpage, so let's get things that aren't manpages out of there. This isn't precisely a tutorial, but it seems like the next best place. Signed-off-by: Matthew Heon --- docs/{ => tutorials}/podman-derivative-api.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/{ => tutorials}/podman-derivative-api.md (100%) diff --git a/docs/podman-derivative-api.md b/docs/tutorials/podman-derivative-api.md similarity index 100% rename from docs/podman-derivative-api.md rename to docs/tutorials/podman-derivative-api.md