Skip to content

Commit 964d697

Browse files
authored
fix(docs-configuration): include scheme in display_url
1 parent f2f79c8 commit 964d697

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

website/content/docs/configuration-options.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ site_url: https://your-site.com
100100

101101
## Display URL
102102

103-
When the `display_url` setting is specified, the CMS UI will include a link in the fixed area at the top of the page, allowing content authors to easily return to your main site. The text of the link consists of the URL without the protocol portion (e.g., `your-site.com`).
103+
When the `display_url` setting is specified, the CMS UI will include a link in the fixed area at the top of the page, allowing content authors to easily return to your main site. The text of the link consists of the URL with the protocol portion (e.g., `https://your-site.com`).
104104

105105
Defaults to `site_url`.
106106

@@ -172,7 +172,6 @@ Defaults to `true`
172172
search: false
173173
```
174174

175-
176175
## Slug Type
177176

178177
The `slug` option allows you to change how filenames for entries are created and sanitized. It also applies to filenames of media inserted via the default media library.\
@@ -456,4 +455,4 @@ Defaults to an empty list.
456455
pattern: \d{4}
457456
- label: Drafts
458457
field: draft
459-
```
458+
```

0 commit comments

Comments
 (0)