Add FAQ and Tutorial sections

This commit is contained in:
Kim Gardner
2017-10-17 12:27:33 +01:00
parent 3a8ed3033a
commit a586756ac9
3 changed files with 42 additions and 0 deletions
+8
View File
@@ -37,3 +37,11 @@ items:
url: /additional-plugins/
- title: Plugin Recipes
url: /plugin-recipes/
- title: FAQ
children:
- title: FAQ
url: /faq/
- title: Developer Tutorials
children:
- title: Developer Tutorials
url: /developer-tutorials/
+16
View File
@@ -0,0 +1,16 @@
---
title: FAQ
permalink: /faq/
---
## How can I get help integrating Talk into my newsroom?
We're here to help with newsrooms of all sizes. Email our Integration Engineer (jeff@mozillafoundation.org) to set up a meeting.
## How do I request a feature or submit a bug?
The best way is to [submit a Github issue](https://github.com/coralproject/talk/issues). Make sure you give plenty of details, our Core Team can usually respond within a few hours on weekdays.
## How can our dev team contribute to Talk?
We are lucky to work with newsroom dev teams and individual contributors who span the world, and come from newsrooms of all sizes. You can read our [Contribution Guide](https://github.com/coralproject/talk/blob/master/CONTRIBUTING.md) to get started, but feel free to reach out to us via Github, or get in touch directly with Jeff via jeff@mozillafoundation.org.
+18
View File
@@ -0,0 +1,18 @@
---
title: Developer Tutorials
permalink: /developer-tutorials/
---
Coming soon!
**How can I connect Talk to my own app/newsroom/blogs auth?**
**How can I display a storys comment count externally?**
**How can I add a moderation queue that filters by a tag?**
**How can I manage Assets with Talk?**
**How can I style Talk?**
**How do I submit a PR to Talk?**