diff --git a/docs/source/01-05-pre-launch-checklist.md b/docs/source/01-05-pre-launch-checklist.md index 519306712..bf681f110 100644 --- a/docs/source/01-05-pre-launch-checklist.md +++ b/docs/source/01-05-pre-launch-checklist.md @@ -5,35 +5,35 @@ permalink: /pre-launch-checklist/ - [ ] Do you have a hosting Provider? - On your own bare metal servers? - In the cloud? - - [AWS](/planning-architecture) - - [Google Cloud](/planning-architecture/) + - [AWS](/talk/planning-architecture) + - [Google Cloud](/talk/planning-architecture/) - Heroku - - [Digital Ocean](/planning-architecture/) + - [Digital Ocean](/talk/planning-architecture/) - [ ] Do you have a domain name for Talk? - **Recommended**: On a subdomain on your main site (e.g. if your site is mysitefornews.org, you should server Talk from a subdomain like talk.mysitefornews.org) to avoid issues with third-party cookie sharing. - [ ] Do you have a MongoDB instance? - - A MongoDB [Docker instance](/installation-from-docker/) hosted alongside Talk? + - A MongoDB [Docker instance](/talk/installation-from-docker/) hosted alongside Talk? - In an external MongoDB cluster? - [MongoDB Atlas](https://www.mongodb.com/cloud/atlas) - [mLab](https://mlab.com/) - [ ] Migrating comments from a legacy system? - Use the [Talk Import](https://github.com/coralproject/talk-importer) framework - [ ] Do you want to provide single sign-on (SSO) by integrating with an external auth system - - See [Authenticating with Talk](/integrating/authentication/) + - See [Authenticating with Talk](/talk/integrating/authentication/) - [ ] Social sign-on - Facebook - - Install [talk-plugin-facebook-auth](/plugin/talk-plugin-facebook-auth/) + - Install [talk-plugin-facebook-auth](/talk/plugin/talk-plugin-facebook-auth/) - Other - - See [Authenticating with Talk](/integrating/authentication/) + - See [Authenticating with Talk](/talk/integrating/authentication/) - [ ] Toxic Comments Plugin - [Request API Key from Google](https://github.com/conversationai/perspectiveapi/blob/master/quickstart.md) - - Install [talk-plugin-toxic-comments](/plugin/talk-plugin-toxic-comments/) + - Install [talk-plugin-toxic-comments](/talk/plugin/talk-plugin-toxic-comments/) - [ ] Akismet Spam Detection Plugin - - Install [talk-plugin-akismet](/plugin/talk-plugin-akismet/) + - Install [talk-plugin-akismet](/talk/plugin/talk-plugin-akismet/) - [ ] Email Notifications - - See [Notifications](/integrating/notifications/) + - See [Notifications](/talk/integrating/notifications/) - [ ] Do you want to display comment counts? - Use the GraphQL [CommentCountQuery](https://docs.coralproject.net/talk/api/graphql/#CommentCountQuery) - - Install [talk-plugin-deep-reply-count](/plugin/talk-plugin-deep-reply-count) if necessary. + - Install [talk-plugin-deep-reply-count](/talk/plugin/talk-plugin-deep-reply-count) if necessary. - [ ] Do you want to translate Talk to a different language? - - See [Translations and i18n](/integrating/translations-i18n) + - See [Translations and i18n](/talk/integrating/translations-i18n)