Skip to content

Commit e21f66f

Browse files
authored
content: Clean up deprecated service configurations
1 parent 39ab421 commit e21f66f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

content/en/configuration/services.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,13 @@ googleAnalytics.id
2626
{{ .Site.Config.Services.GoogleAnalytics.ID }}
2727
```
2828

29-
instagram.accessToken <!-- TODO: Remove when no longer in docs.yaml -->
30-
: (`string`) Do not use. Deprecated in [v0.123.0]. The embedded `instagram` shortcode no longer uses this setting.
31-
32-
instagram.disableInlineCSS <!-- TODO: Remove when no longer in docs.yaml -->
33-
: (`bool`) Do not use. Deprecated in [v0.123.0]. The embedded `instagram` shortcode no longer uses this setting.
34-
3529
rss.limit
3630
: (`int`) The maximum number of items to include in an RSS feed. Set to `-1` for no limit. Default is `-1`. See&nbsp;[details](/templates/rss/). To access this value from a template:
3731

3832
```go-html-template
3933
{{ .Site.Config.Services.RSS.Limit }}
4034
```
4135

42-
twitter.disableInlineCSS <!-- TODO: Remove when no longer in docs.yaml -->
43-
: (`bool`) Do not use. Deprecated in [v0.141.0]. Use the `x` shortcode instead.
44-
4536
x.disableInlineCSS
4637
: (`bool`) Whether to disable the inline CSS rendered by the embedded `x` shortode. See&nbsp;[details](/shortcodes/x/#privacy). Default is `false`. To access this value from a template:
4738

0 commit comments

Comments
 (0)