website/docs: dev docs: style guide: update style conventions for urls (#14184)
* website/docs: dev docs: style guide: update style conventions for urls Updates URL styling conventions to use angle bracket surrounded values instead of <em>s and <kbd>s Part of https://www.notion.so/authentiksecurity/Check-ins-17caee05b24e80a0aec6c7d508406435?pvs=4#1ddaee05b24e80138155e120174c3502 Signed-off-by: Dominic R <dominic@sdko.org> * yep Signed-off-by: Dominic R <dominic@sdko.org> --------- Signed-off-by: Dominic R <dominic@sdko.org>
This commit is contained in:
@ -157,11 +157,9 @@ When writing out steps in a procedural topic, avoid starting with "Once...". Ins
|
|||||||
|
|
||||||
- When handling URLs:
|
- When handling URLs:
|
||||||
|
|
||||||
- For URLs entered as values or defined in fields _italicize_ any variables within them to emphasize that placeholders require user input.
|
- For URLs entered as values or defined in fields, enclose any variables inside angle brackets (`< >`) to clearly indicate that these are placeholders that require user input.
|
||||||
|
|
||||||
In Markdown, use this syntax: `<kbd>https://<em>company-domain</em>/source/oauth/callback/<em>source-slug</em></kbd>`
|
For example: `https://authentik.company/application/o/<slug>/.well-known/openid-configuration`
|
||||||
|
|
||||||
Rendered formatting: <kbd>https://<em>company-domain</em>/source/oauth/callback/<em>source-slug</em></kbd>
|
|
||||||
|
|
||||||
- When mentioning URLs in text or within procedural instructions, omit code formatting. For instance: "In your browser, go to https://example.com."
|
- When mentioning URLs in text or within procedural instructions, omit code formatting. For instance: "In your browser, go to https://example.com."
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user