pub fn docs_router_with_config<S>( doc: OpenApiDoc, config: OpenApiConfig, ) -> Router<S>where S: Clone + Send + Sync + 'static,