The document discusses routing in Merb, including: - Setting up simple routes that map URLs to controllers and actions - Defining routes that accept variable path segments - Adding conditions and optional path segments to routes - Handling subdomain routing - Generating URLs from routes - Creating default, resourceful, and nested routes - Using friendly URLs and redirecting legacy URLs - Checking authentication in routes