From c1f973ad609c55f241980fd45e4ce78c46f9090a Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Wed, 14 Oct 2015 23:03:14 +0800 Subject: [PATCH] Stop deleting draft firstapp docs We have a number of firstapp documents in a range of SDKs that are in draft status. Particularly, for SDKs like shade which have all four of the conditional sections complete, we would like to issue a call for testing, leading to their eventual publication. Having an easily accessible link to give testers is a crucial part of that process. This patch removes the lines that delete the draft firstapp docs so they can be found on the draft site. Change-Id: I0457babc095ab152512751b7cb453dc5c1957282 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 116ccf5d1..ad294f5b6 100644 --- a/tox.ini +++ b/tox.ini @@ -59,8 +59,6 @@ commands = mv publish-docs/api-ref-guides publish-docs/api-ref/ # Build and copy RST Guides {toxinidir}/tools/build-firstapp-rst.sh - # Delete firstapp draft documents - rm -rf publish-docs/draft/ # Build and copy API Quick Start {toxinidir}/tools/build-api-quick-start.sh