diff --git a/docs/source/01-01-talk-quickstart.md b/docs/source/01-01-talk-quickstart.md index c17170335..6c5ecb5d1 100644 --- a/docs/source/01-01-talk-quickstart.md +++ b/docs/source/01-01-talk-quickstart.md @@ -226,11 +226,11 @@ Once you have added the domain of these docs, you can click the button below. With your local instance of Talk running in development mode (env variable `NODE_ENV=development`) you should now also be able to access the following developer routes: -[http://127.0.0.1:3000/dev](http://127.0.0.1:3000/dev]) provides a sample comment stream +* [http://127.0.0.1:3000/dev](http://127.0.0.1:3000/dev]) provides a sample comment stream -[http://127.0.0.1:3000/dev/assets](http://127.0.0.1:3000/dev/assets]) provides a list of all stories in Talk and can generate new sample assets +* [http://127.0.0.1:3000/dev/assets](http://127.0.0.1:3000/dev/assets]) provides a list of all stories in Talk and can generate new sample assets -###Conclusion +### Conclusion At this point you've successfully installed, configured, and ran your very own instance of Talk! Continue through this documentation on this site to learn more on how to configure, develop with, and contribute to Talk! diff --git a/docs/source/01-05-pre-launch-checklist.md b/docs/source/01-05-pre-launch-checklist.md index 23e7d48a6..854ead062 100644 --- a/docs/source/01-05-pre-launch-checklist.md +++ b/docs/source/01-05-pre-launch-checklist.md @@ -23,7 +23,7 @@ permalink: /pre-launch-checklist/ - [ ] Do you need to migrate comments from a legacy system? We currently support Disqus, Livefyre, and Civil Comments. - 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](/talk/integrating/authentication/)