Welcome to EasyDeploy Docs¶
Material Theme
This site uses the Material for MkDocs theme with built-in search, tabs, icons, and copy-to-code features enabled.
Highlights¶
- Instant search with highlighting
- Content tabs for organizing information
- Code blocks with syntax highlighting
- Beautiful admonitions for callouts
- GitHub integration via repo links and revision dates
Quick Example¶
def deploy(app: str) -> None:
print(f"Deploying {app}...")
Write-Host "Deploying app..."
Admonitions¶
Tip
Use admonitions to draw attention to important information.
Warning
Remember to configure your repository settings to enable the "Edit on GitHub" link.
Icons and Emojis¶
Launch your docs!