Skip to content

Welcome to Deploy Cloudflare Pages

This is a sample MkDocs project using the Material for MkDocs theme. This project is designed to test the deployment of static documentation sites to Cloudflare Pages.

Features

This documentation demonstrates the following features:

  • Beautiful Material Design - A modern, responsive theme
  • Dark/Light Mode - Toggle between color schemes
  • Code Highlighting - Syntax highlighting for code blocks
  • Search Functionality - Fast and efficient search
  • Navigation - Easy-to-use navigation with tabs and sections

Quick Start

Get started by exploring the documentation:

  1. Getting Started - Learn how to use this project
  2. Deployment - Deploy to Cloudflare Pages
  3. About - Learn more about this project

Sample Code

Here's a sample code block with syntax highlighting:

def hello_world():
    """A simple hello world function."""
    print("Hello, Cloudflare Pages!")
    return True

if __name__ == "__main__":
    hello_world()
// JavaScript example
function deployToCloudflare() {
    console.log("Deploying to Cloudflare Pages...");
    return Promise.resolve("Deployment successful!");
}

Admonition Examples

Note

This is a note admonition. You can use this to highlight important information.

Pro Tip

Material for MkDocs offers many customization options!

Warning

Always test your documentation locally before deploying.

Success

You've successfully created a MkDocs project!

Next Steps

Continue to the Getting Started guide to learn more about using this documentation.