Discussions

Ask a Question

Can we limit who can ask questions on public docs?

Ideally, we would want only logged in users to be able to ask questions in our discussions in our public docs. Is this possible? In other words, if we change the protection type of our docs from 'Project Members Only' to 'Public Docs', would we be able to limit who can ask questions in the discussions to only those that are logged in?
ANSWERED

how to download a readme file frm this site after making one?

how to export?
ANSWERED

Templating

I'm curious if there's a way to implement a template in Readme? The use case is that I create a content in which that content can just be reference to different pages. Illustration: ``` <template id="contact-us">Contact Us</template> Guide: How To Write Writing is.... Need more help? <template/> Guide: How to Run Running is... Need more help? <template/> ``` In this way I will not copy-paste "Contact Us" content whenever I need it. And if I need to update Contact Us i will just update the source.
ANSWERED

Django Rest Framework (DRF)

Hi, excited to try readme. Do you have any tips to auto generate openAPI specs from api endpoints in django rest framework?

Does not see any changes for readme.io after uploading a changed file

I have uploaded a openAPI file a couple hours ago, then upload it again after some changes, but I can not see any changes. Do I miss any steps?
ANSWERED

I want to show some docs for only logged In users only?

I want to show some docs for only logged In users only and hide it for non-logged In users.How can i do this?

How can I find the reciept ( vs oayment made by us )

How can I find the reciept ( vs oayment made by us )

Subscribe/Follow changes in a specific private project

How do I subscribe or follow changes in a specific private project? I want to receive a notification of any change via my email...

Why isn't the query parameter of an array type removed when all the values are removed?

The problem: - We have an optional array type for a query parameter - If we add values then the values are added as expected - but when we remove them, then the parameter is still left to the query with an empty value Expected behaviour: - if all values are removed the parameter should be removed from the query For reference: <https://preview.readme.io/reference/cookies_standard?url=3.1%2Fparameters-style.json> It seems that in the preview it does work, but we can't seem to be able to get the same behaviour in our API reference <https://docs.nftport.xyz/reference/retrieve-nft-details> with the `include` parameter
ANSWERED

PlantUML support in MD?

Just wondering if something like this might be possible