Discussions
Do you support fullstory integration?
Automating discussion responses through API?
Do you have a way to automate responses to questions received on the discussions section?
Multiple guides in main navigation.
How can I set up multiple guides in the main navigation like in here with "Product Guides" and "Enterprise Guides"?
Are there any plans for snippet support?
Unless I'm mistaken I can't find any official support for snippets, is there any support for this planned in the future?
Parameter contraints
Is there a way to automatically pull in the parameter constraints to the parameter description?
Currently, a user would need to click in each input box to see what the value constraints are.
Let your customers register on readme
Hi fellow API developers
Can I add flag emojis on the title of any post on the Guides?
Hi
I just wanted to know if there is a way to add a flag emoji on the title of any post on the Guides?
Is it possible to change the contents of the landing page with some markdown and the rdme command line tool?
As per title, thanks
Would be great to also draw graphs with a tool like mermaid
Sometimes its necessary to draw a graph in documentation, so it would be great if you could provide something like https://mermaid.js.org/intro/
URL encode query parameters in API Reference
My API allows query parameters that can contain special characters (for example, phone numbers with a + prefix). When users plug in the string with the special characters into the relevant query param in the API Reference and click "try it!" they expect for the special characters to be encoded correctly into the URL within the generated CURL. Is this a feature we can enable?