Skip to content

Commit a95b794

Browse files
feat: update script message with emojis (#453)
1 parent aa95ae3 commit a95b794

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/update-mdx-files.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ fi
2121
NOTIFICATION_FILE=$(mktemp)
2222
cat > "$NOTIFICATION_FILE" << 'EOF'
2323
24+
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
2425
> [!IMPORTANT]
2526
> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com.
27+
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
2628
EOF
2729

2830
# Counters for statistics

0 commit comments

Comments
 (0)