From 5d93638fe82171ac4f4f6b26f82448cadd8343e2 Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Mon, 29 Jul 2024 20:58:22 +0000 Subject: [PATCH] fix: rename readme template --- .github/{README.md => README.template.md} | 0 .regen-docs.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{README.md => README.template.md} (100%) diff --git a/.github/README.md b/.github/README.template.md similarity index 100% rename from .github/README.md rename to .github/README.template.md diff --git a/.regen-docs.php b/.regen-docs.php index cf9d9b6..6b39042 100644 --- a/.regen-docs.php +++ b/.regen-docs.php @@ -13,7 +13,7 @@ function underscoreToCamelCase($string, $capitalizeFirstCharacter = false) return $str; } -$readme = file_get_contents('./.github/README.md'); +$readme = file_get_contents('./.github/README.template.md'); $json = json_decode(file_get_contents('openapi.json'), true); $doc = '';