module YARD::Server

Namespace for classes and modules that handle serving documentation over HTTP

Implementing a Custom Server

To customize the YARD server, see the {Adapter} and {Router} classes.

Rack Middleware

If you want to use the YARD server as a Rack middleware, see the documentation in {RackMiddleware}.

@since 0.6.0