-
Notifications
You must be signed in to change notification settings - Fork 943
chore: adopt markdownlint and markdown-table-formatter for *.md #15831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
fe34c79
5d1429a
a8b2217
8df4ea1
819074c
150fdef
4a1fb29
acee64b
9109a7e
a6b8f83
6e8aa60
9f14438
40a94f1
43435a5
1da5f23
59a92c9
34ca8cb
4dc14ea
b7331df
fcaa917
e9431a6
2f84e0f
e3ac0b1
9ccfcfd
7d5b411
3b396d3
44ceda1
847a8f3
4ed47fc
89fec9a
6d5006a
0471071
981d7b5
d11102a
e14d543
f1305d0
3670fa7
e1eec2f
f3652f7
34ceccf
868d3fa
3c2c4da
8cdd668
223cd4d
6de5e1d
2ed285f
eb3504c
7b7308b
95d5574
d8fb439
db200bb
60a5a4a
691cf5c
c9afb8b
79abf5f
7a326bd
f6c652a
ab64ced
fd042dd
c9bc320
a38312a
3417860
bd31583
9b0f28a
917d6b3
ad73e4e
90acaca
979a283
34aa71b
6abc05a
a291686
a61d20d
e384d0a
f0cb88d
4e83922
504a1ed
4cea376
1637783
5392bb7
15f21eb
b733ad1
0d41834
f97ce22
687b015
fe265eb
33f4b81
11dd374
43f568b
dadc689
c375423
6b95860
8fefeef
8731666
9f6adaa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -193,12 +193,12 @@ type Region struct { | |||||||||
|
||||||||||
// PathAppURL is the URL to the base path for path apps. Optional | ||||||||||
// unless wildcard_hostname is set. | ||||||||||
// E.g. https://us.example.com | ||||||||||
// E.g. <https://us.example.com> | ||||||||||
PathAppURL string `json:"path_app_url" table:"url"` | ||||||||||
|
||||||||||
// WildcardHostname is the wildcard hostname for subdomain apps. | ||||||||||
// E.g. *.us.example.com | ||||||||||
// E.g. *--suffix.au.example.com | ||||||||||
// E.g. <*.us.example.com> | ||||||||||
// E.g. <*--suffix.au.example.com> | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
maybe There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am not sure about this but we can try. Some of these comments get rendered as CLI help in the terminal and `` can cause it to run as a subshell command. |
||||||||||
// Optional. Does not need to be on the same domain as PathAppURL. | ||||||||||
WildcardHostname string `json:"wildcard_hostname" table:"wildcard hostname"` | ||||||||||
} | ||||||||||
|
Uh oh!
There was an error while loading. Please reload this page.