From 9373049810de8b944239ab0ef3cdc9296f5f891a Mon Sep 17 00:00:00 2001 From: varun646 Date: Mon, 26 Aug 2024 13:26:38 -0400 Subject: [PATCH] generate docs conditionally --- .../{% if actions %}actions.md{% endif %} | 0 .../{% if actions %}actions_deploy.md{% endif %} | 0 .../{% if actions %}img.png{% endif %}} | Bin .../{% if actions %}img_1.png{% endif %}} | Bin .../{% if actions %}img_2.png{% endif %}} | Bin .../{% if actions %}img_3.png{% endif %}} | Bin .../{% if actions %}img_4.png{% endif %}} | Bin .../{% if actions %}img_5.png{% endif %}} | Bin ...and docker %}actions_docker_deploy.md{% endif %} | 0 .../{% if docker %}docker.md{% endif %} | 0 .../{% if docker %}dockerfile.md{% endif %} | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename template/{docs => {% if actions or docker %}docs{% endif %}}/{% if actions %}actions.md{% endif %} (100%) rename template/{docs => {% if actions or docker %}docs{% endif %}}/{% if actions %}actions_deploy.md{% endif %} (100%) rename template/{docs/img.png => {% if actions or docker %}docs{% endif %}/{% if actions %}img.png{% endif %}} (100%) rename template/{docs/img_1.png => {% if actions or docker %}docs{% endif %}/{% if actions %}img_1.png{% endif %}} (100%) rename template/{docs/img_2.png => {% if actions or docker %}docs{% endif %}/{% if actions %}img_2.png{% endif %}} (100%) rename template/{docs/img_3.png => {% if actions or docker %}docs{% endif %}/{% if actions %}img_3.png{% endif %}} (100%) rename template/{docs/img_4.png => {% if actions or docker %}docs{% endif %}/{% if actions %}img_4.png{% endif %}} (100%) rename template/{docs/img_5.png => {% if actions or docker %}docs{% endif %}/{% if actions %}img_5.png{% endif %}} (100%) rename template/{docs => {% if actions or docker %}docs{% endif %}}/{% if actions and docker %}actions_docker_deploy.md{% endif %} (100%) rename template/{docs => {% if actions or docker %}docs{% endif %}}/{% if docker %}docker.md{% endif %} (100%) rename template/{docs => {% if actions or docker %}docs{% endif %}}/{% if docker %}dockerfile.md{% endif %} (100%) diff --git a/template/docs/{% if actions %}actions.md{% endif %} b/template/{% if actions or docker %}docs{% endif %}/{% if actions %}actions.md{% endif %} similarity index 100% rename from template/docs/{% if actions %}actions.md{% endif %} rename to template/{% if actions or docker %}docs{% endif %}/{% if actions %}actions.md{% endif %} diff --git a/template/docs/{% if actions %}actions_deploy.md{% endif %} b/template/{% if actions or docker %}docs{% endif %}/{% if actions %}actions_deploy.md{% endif %} similarity index 100% rename from template/docs/{% if actions %}actions_deploy.md{% endif %} rename to template/{% if actions or docker %}docs{% endif %}/{% if actions %}actions_deploy.md{% endif %} diff --git a/template/docs/img.png b/template/{% if actions or docker %}docs{% endif %}/{% if actions %}img.png{% endif %} similarity index 100% rename from template/docs/img.png rename to template/{% if actions or docker %}docs{% endif %}/{% if actions %}img.png{% endif %} diff --git a/template/docs/img_1.png b/template/{% if actions or docker %}docs{% endif %}/{% if actions %}img_1.png{% endif %} similarity index 100% rename from template/docs/img_1.png rename to template/{% if actions or docker %}docs{% endif %}/{% if actions %}img_1.png{% endif %} diff --git a/template/docs/img_2.png b/template/{% if actions or docker %}docs{% endif %}/{% if actions %}img_2.png{% endif %} similarity index 100% rename from template/docs/img_2.png rename to template/{% if actions or docker %}docs{% endif %}/{% if actions %}img_2.png{% endif %} diff --git a/template/docs/img_3.png b/template/{% if actions or docker %}docs{% endif %}/{% if actions %}img_3.png{% endif %} similarity index 100% rename from template/docs/img_3.png rename to template/{% if actions or docker %}docs{% endif %}/{% if actions %}img_3.png{% endif %} diff --git a/template/docs/img_4.png b/template/{% if actions or docker %}docs{% endif %}/{% if actions %}img_4.png{% endif %} similarity index 100% rename from template/docs/img_4.png rename to template/{% if actions or docker %}docs{% endif %}/{% if actions %}img_4.png{% endif %} diff --git a/template/docs/img_5.png b/template/{% if actions or docker %}docs{% endif %}/{% if actions %}img_5.png{% endif %} similarity index 100% rename from template/docs/img_5.png rename to template/{% if actions or docker %}docs{% endif %}/{% if actions %}img_5.png{% endif %} diff --git a/template/docs/{% if actions and docker %}actions_docker_deploy.md{% endif %} b/template/{% if actions or docker %}docs{% endif %}/{% if actions and docker %}actions_docker_deploy.md{% endif %} similarity index 100% rename from template/docs/{% if actions and docker %}actions_docker_deploy.md{% endif %} rename to template/{% if actions or docker %}docs{% endif %}/{% if actions and docker %}actions_docker_deploy.md{% endif %} diff --git a/template/docs/{% if docker %}docker.md{% endif %} b/template/{% if actions or docker %}docs{% endif %}/{% if docker %}docker.md{% endif %} similarity index 100% rename from template/docs/{% if docker %}docker.md{% endif %} rename to template/{% if actions or docker %}docs{% endif %}/{% if docker %}docker.md{% endif %} diff --git a/template/docs/{% if docker %}dockerfile.md{% endif %} b/template/{% if actions or docker %}docs{% endif %}/{% if docker %}dockerfile.md{% endif %} similarity index 100% rename from template/docs/{% if docker %}dockerfile.md{% endif %} rename to template/{% if actions or docker %}docs{% endif %}/{% if docker %}dockerfile.md{% endif %}