mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 11:27:10 +08:00
Add FAQ and Tutorial sections
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -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.
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: Developer Tutorials
|
||||
permalink: /developer-tutorials/
|
||||
---
|
||||
|
||||
Coming soon!
|
||||
|
||||
**How can I connect Talk to my own app/newsroom/blog’s auth?**
|
||||
|
||||
**How can I display a story’s 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?**
|
||||
Reference in New Issue
Block a user