Discussions

Ask a Question
ANSWERED

API Reference - Keep Markdown order between syncs

Hi Team, We make use of OpenAPI References with upload passing the operationId on every upload. The issue we're having is that on some OpenAPI Spec, we also add custom Markdown from the readme dashboard. The Markdown files themselves are being kept but the order is not kept. Is there a way to configure the upload to keep current file orders including Markdown files ? Thank you
ANSWERED

Hide Updated over xx ago

Hi there! Is there a way to hide this page update history? Say you have a page that's not frequently updated and it says 'Updated over 1 year ago' is not really that useful outside of actual documentation or specs.
ANSWERED

Is it possible to send a weekly email digest to users who are on the Discussions board?

This would be a really useful feature for us to be able to grow engagement.
ANSWERED

Create a Form in readme

Hi, I was trying to create a Form where I ask the users to input some fields but I realized I can't do it with Custom Page because it removes form tags. Is there any other way that I can create a form in my site?
ANSWERED

Image upload not working in new ReadMe Markdown

Steps to reproduce: 1. Edit guide page 2. Insert image block 3. Attempt to upload image from local drive Expected behavior: image successfully uploads Actual behavior: either nothing happens or the uploading progress wheel appears briefly and then disappears without image uploading successfully. No error message is given.
ANSWERED

Are you planning to include GPT-3 capabilities to generate answers based on an existing documentation in readme?

We have an extensive product documentation on Readme and would love to learn how we can potentially use GPT-3 to generate answers for our customers and customer support agents
ANSWERED

Automating discussion responses through API?

Do you have a way to automate responses to questions received on the discussions section? I was thinking perhaps some webhook or something, and then through an API submit a response. Thank you.
ANSWERED

Embedding a video with chapters

Hello, I would like to be able to split the videos we are uploading to the pltform to chapters just like on Youtube and Vimeo. Is that possible? If not, is this a feature that is planned? It's highly needed Thanks Lea
ANSWERED

Setting to access to API-reference.

can I setting to some users can edit and modify some endpoints del API-Reference? example: [email protected] can only edit and modify order's option of API-Reference and [email protected] can only edit and modify cards' option of API-reference.
ANSWERED

Can't select boolean field when it's required

Hello, If we make a boolean field required as body params, the UI will auto-select the `true` option. However this is not reflected in the curl example. So when we try the request, the boolean field is actually empty in the curl, and the request will fail because it's required. Since the `true` option is already auto-selected, we can't select `true` again. We must first select `false` and then re-select `true` again to make it work. This is our schema: ``` Item: type: object properties: activationRequired: type: boolean description: Description... example: false required: - activationRequired ``` Let me know if you need more details. Thank you in advance.