diff --git a/docs/_data/nav.yaml b/docs/_data/nav.yaml index 41d0f7bda..753607355 100644 --- a/docs/_data/nav.yaml +++ b/docs/_data/nav.yaml @@ -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/ diff --git a/docs/_docs/05-01-faq.md b/docs/_docs/05-01-faq.md new file mode 100644 index 000000000..c084bc903 --- /dev/null +++ b/docs/_docs/05-01-faq.md @@ -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. diff --git a/docs/_docs/06-01-developer-tutorials.md b/docs/_docs/06-01-developer-tutorials.md new file mode 100644 index 000000000..e03b88e0c --- /dev/null +++ b/docs/_docs/06-01-developer-tutorials.md @@ -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?**