renamed asset management to cms-integration

This commit is contained in:
immber
2018-12-13 13:04:01 -08:00
parent 42a694f56e
commit 374951bd33
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -104,8 +104,8 @@ sidebar:
children:
- title: Authentication
url: /integrating/authentication/
- title: Asset Management
url: /integrating/asset-management/
- title: CMS Integration
url: /integrating/cms-integration/
- title: Asset Scraping
url: /integrating/asset-scraping/
- title: Configuring the Comment Stream
+1 -1
View File
@@ -29,7 +29,7 @@ permalink: /pre-launch-checklist/
- See [Authenticating with Talk](/talk/integrating/authentication/)
- [ ] Do you want to integrate Talk with your CMS to automate embedding Talk Comment Stream into your site?
- See [Asset Management](/talk/integrating/asset-management/)
- See [CMS Integration](/talk/integrating/cms-integration/)
- [ ] Do you want to use Social sign-on?
- Facebook
@@ -1,6 +1,6 @@
---
title: Asset Management
permalink: /integrating/asset-management/
title: CMS Integration
permalink: /integrating/cms-integration/
---
## Embedding Comments on Your Site
@@ -37,6 +37,7 @@ Coral.Talk.render(document.getElementById('container'), {
```
Or you can enable lazy rendering by default on all assets using ENV variable `TALK_DEFAULT_LAZY_RENDER=TRUE`
_*Note: This feature requires Talk version 4.6.8 or greater_
#### Show Comments Button