Discussions

Ask a Question
ANSWERED

Bug Fix - Dark Mode - 404 Page Wrong Logo

Love the Dark / Light Mode toggle. I noticed a that if you have a custom "On Dark Logo" for when Dark Mode is on, and then you go to a random URL that is non existent. The dark mode 404 page - Shows the wrong ( On Light ) Logo - Which would look much better if it was the right one.
ANSWERED

Trouble Configuring Cloudflare Workers

I have had some issues trying to get the cloudflare connection working with ReadMe. <https://www.cloudflare.com/apps/readme-api-metrics> When you get to the step to do OAUTH with ReadMe a window pops open asking you to login with your ReadMe credentials, and the Auth window itself seems a bit glitchy. After trying to login it just spits out "Failed to fetch" - I have tried a few different browsers, and disabling the custom domain, but cant seem to get it to flow. Anyone had any luck setting this up recently?
ANSWERED

Ability to pass in Avatar URL for users?

I would love to be able to pass in the avatar URL for our users inside the custom login JWT. It would help keep things looking constant across the dashboard and developer hub. Any thoughts on adding something like that?
ANSWERED

How can I customize the Discussions CSS/Appearance?

Hey folks, I want to customize the CSS for the Discussions section, how can I do so? I don't see anything in the docs.
ANSWERED

How do I change the project privacy?

It looks like our project has been setup with the privacy of "Project Admins Only". How do I change this to" Site-wide Password"? I am a project Admin but I see no options anywhere to do this.
ANSWERED

How can I edit the parameters' input valudation values?

Within the API reference, under body params, I want to edit (or add to) the input validation information. How? For example, how do I edit these weird min and max values? [block:image] { "images": [ { "image": [ "https://files.readme.io/bfa02de-image.png", null, null ], "border": true } ] } [/block]

AsyncAPI specs

Can you please provide some guidance about how to handle documentation for websocket events? Do you plan to support AsyncAPI specs? Thanks very much!

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.