Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b733ad1

Browse files
committed
Format code examples in docs with backticks
Replaced angle brackets with backticks in documentation to enhance readability and clarity, especially for example URLs and config descriptions.
1 parent 15f21eb commit b733ad1

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

coderd/apidoc/docs.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codersdk/workspaceproxy.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ type Region struct {
197197
PathAppURL string `json:"path_app_url" table:"url"`
198198

199199
// WildcardHostname is the wildcard hostname for subdomain apps.
200-
// E.g. <*.us.example.com>
201-
// E.g. <*--suffix.au.example.com>
200+
// E.g. `*.us.example.com`
201+
// E.g. `*--suffix.au.example.com`
202202
// Optional. Does not need to be on the same domain as PathAppURL.
203203
WildcardHostname string `json:"wildcard_hostname" table:"wildcard hostname"`
204204
}

docs/reference/api/enterprise.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/api/schemas.md

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)