pub(crate) fn docs<T, W>(api_service: &OpenApiService<T, W>) -> Routewhere
    T: OpenApi + 'static,
    W: Webhook + 'static,Expand description
Create the documentation pages where the OpenAPI docs can be viewed.
pub(crate) fn docs<T, W>(api_service: &OpenApiService<T, W>) -> Routewhere
    T: OpenApi + 'static,
    W: Webhook + 'static,Create the documentation pages where the OpenAPI docs can be viewed.