chore: empty main branch

This commit is contained in:
Marcel S. Henselin 2025-12-19 11:28:24 +01:00
parent 459122c88e
commit 45073a716b
721 changed files with 0 additions and 135552 deletions

View file

@ -1,17 +0,0 @@
#!/usr/bin/env bash
# Pre-requisites: tfplugindocs
set -eo pipefail
ROOT_DIR=$(git rev-parse --show-toplevel)
EXAMPLES_DIR="${ROOT_DIR}/examples"
PROVIDER_NAME="stackit"
# Create a new empty directory for the docs
if [ -d ${ROOT_DIR}/docs ]; then
rm -rf ${ROOT_DIR}/docs
fi
mkdir -p ${ROOT_DIR}/docs
echo ">> Generating documentation"
tfplugindocs generate \
--provider-name "stackit"