docsUrl function

String docsUrl(
  1. String suffix
)

Implementation

String docsUrl(String suffix) {
  return "https://docs.servicestack.net/${suffix}";
}