Callouts & Alerts Demo
Callouts draw attention to important information, warnings, tips, and other key details in your documentation.
📢 All Callout Types
Note - General Information
This is a Note callout. Use it for general information that supplements the main content. Notes provide additional context without being critical to understanding.
Info - Additional Context
This is an Info callout. It provides supplementary information that enhances understanding. Perfect for “did you know” content or additional details.
Tip - Best Practices
Warning - Important Cautions
Check - Success Confirmation
This is a Check callout. Confirm successful operations, completed steps, or validate that requirements are met. Great for verification checkpoints.
🔐 Security Callouts
Security Validation: All input is properly sanitized and validated before processing.
⚡ Performance Callouts
Performance Info: This operation uses lazy loading, meaning data is only fetched when accessed for the first time.
🔄 Version Compatibility
Compatibility Note: This API is available in .NET 6.0 and later versions.
Migration Path: To migrate from v1.x to v2.x:
- Update package references
- Replace deprecated methods
- Run migration tool
- Test thoroughly
🐛 Common Issues
Known Issue: On Linux systems, file paths are case-sensitive. Ensure your code handles path comparisons appropriately.
✅ Setup Verification
✓ Package installed successfully
✓ Configuration file created
✓ Database connection established
✓ All tests passing
✓ Ready for development!
✓ Configuration file created
✓ Database connection established
✓ All tests passing
✓ Ready for development!
🎨 Combining Callouts
You can combine different callout types to create comprehensive documentation:The following example demonstrates async file processing.
Best Practice: Callouts should be used sparingly to maintain their effectiveness. Too many callouts can overwhelm readers.