docs: archive entra materials and simplify deployment docs

This commit is contained in:
defiQUG
2026-04-18 12:05:55 -07:00
parent 0f600e6a31
commit bbb6ce6a6c
256 changed files with 4188 additions and 3881 deletions
@@ -175,7 +175,7 @@ Total Files:
PNG: ${VALID_PNG}
Recommended Sizes:
- 200x200px: For credential logos (Entra VerifiedID)
- 200x200px: For credential logos
- 400x400px: For high-resolution displays
- 800x800px: For print/embossing
@@ -204,7 +204,7 @@ echo "CDN Base URL: ${CDN_BASE_URL}"
echo ""
# This is a template - customize based on your CDN provider
# Examples: AWS S3, Azure Blob Storage, Cloudflare, etc.
# Examples: AWS S3, Cloudflare R2, generic HTTPS storage, etc.
for png_file in *.png; do
if [ -f "${png_file}" ]; then
@@ -212,8 +212,6 @@ for png_file in *.png; do
# Add your CDN upload command here
# Example for AWS S3:
# aws s3 cp "${png_file}" "s3://your-bucket/images/${png_file}" --acl public-read
# Example for Azure:
# az storage blob upload --file "${png_file}" --container-name images --name "${png_file}" --account-name your-account
fi
done
@@ -247,7 +245,7 @@ $(for png in "${PNG_DIR}"/*.png; do
done)
Recommendations:
- Use 200x200px PNG for Entra VerifiedID credentials
- Use 200x200px PNG for credential logos
- Ensure all files are under 100KB for optimal performance
- Verify images are publicly accessible via HTTPS
- Test images in credential wallets before production use
@@ -274,4 +272,3 @@ echo "4. Update manifest templates with CDN URLs"
echo "5. Test credentials with new seal images"
log_success "Seal preparation complete!"