Discussions
how can i update my rails api documentation automatically
I want to know if readme.io offers any support to update API documentation automatically in the form of gems or any information regarding it will be welcome
Is there a plan to support the null type in OAS 3.1?
One of the changes from OpenAPI 3.0 to 3.1 was removing the nullable
keyword in favor of allowing type
to be an array, and having null
as a type there. The places our schema uses this seem to render in the docs unexpectedly, as "nullstring" in the response detail view, and ""Unknown Type: null,string"" in the example response.
Is there an image libararyโa way to view all the uploaded images in my project?
I want to be able to add an image on a page that functions like a button, where if i click it, it opens a specified topic. I can do this in an HTML macro, but only if I have the image elsewhere on the page, whose path I can identify in Raw text mode. It would be easier if there were a place where i could view a library of images in the project. Is this possible?
Reference page/section is returning 500 internal server
Hello ReadMe Community,
Nav item for Link URL not working?
I've tried editing both the right nav and left nav in Site Navigation, but my Link URL is only showing on the deprecated version page and not the main version page.
Receipts
how can I find reciepts for me payment
How can we render a multipart request correctly?
Today we have the following request:
How do we upload images in discussions
I'd like to add an image here but dont' see a way to do it without having to add a link (want to be able to drag/upload from local)
Allow Viewer to download openAPI spec and/or custom postman collection
Is there a way to add a button to download the openAPI spec that is generating the docs?
Rdme docs sync without version
Hi readme team, I have been syncing docs from a Github repo to our Readme project. We have a set of markdown files which have headers containing category IDs. The sync happens via the following Github action