Discussions

Ask a Question
ANSWERED

.rm-ParamTextarea

Is there a readme custom CSS variable for text areas? I believe when fields have raw json as an input the html is a textarea. I can update normal string/integer inputs with .rm-ParamInput and change the size and whatnot, but it doesn't change the param for raw json which is a textarea. is there an option for this?
ANSWERED

Params values with a # character gets stripped out when clicking “Try it”

For example this param: ![](https://user-images.githubusercontent.com/2587348/121505541-34787200-c9e3-11eb-99d1-b7a79688cd6a.png) When clicking “Try it”, the network request will strip the `#` symbol and everything that comes after. **Expected result**: Resulting HTTP request contains the `username=some#thing` param (or eventually `username=some%23thing` **Actual result**: Resulting HTTP request contains the `username=some` param
ANSWERED

sitemap.xml bug!

I reported several months ago that the sitemap.xml format of the docs was wrong. Still hasn't been fixed. And now, instead of building the sitemap with our custom domain, you've added the readme.io domain! ``` <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1" data-tag-assistant-present=""> <url> <loc>https://anytrack.readme.io/</loc> <changefreq>daily</changefreq> <priority>0.3</priority> </url> <url> <loc>https://anytrack.readme.io/</loc> <changefreq>weekly</changefreq> <priority>0.3</priority> </url> <url> <loc>https://anytrack.readme.io/docs/what-is-anytrack</loc> <changefreq>daily</changefreq> <priority>0.3</priority> </url> <url> <loc>https://anytrack.readme.io/docs/for-whom</loc> <changefreq>daily</changefreq> <priority>0.3</priority> </url> <url> <loc>https://anytrack.readme.io/docs/why-anytrack</loc> <changefreq>daily</changefreq> <priority>0.3</priority> </url> <url> <loc>https://anytrack.readme.io/docs/getting-started</loc> <changefreq>daily</changefreq> <priority>0.3</priority> </url> ```
ANSWERED

Table overflow on page

Hello all, I am creating a page describing the fields of an object in a table, but the table breaks the size of the page. It seems quite similar to this [discussion](https://docs.readme.com/discuss/609272f7d6033f0043924f79), for which the solution was to add CSS to the Custom Stylesheet section of the project. Sounds great! However, this option is not part of our current plan, and upgrading it is not suitable for us at the moment... Since this is mentioned as a tracked bug on readme side in the above discussion link, would it be possible to add this CSS code to our projects? Thanks a lot in advance! Romain
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

Move body params to the top menu

Can we move `BODY PARAMS` to the top menu? [Detail](https://ibb.co/PrqhRz1)
ANSWERED

Line endings in API body

Hi there, I'm trying to set up an integration for my company's readme documentation that will programmatically publish updates made in our internal tool. I've been able to leverage the Update Docs endpoint to almost satisfy the usage; the only issue is that I can't seem to find any way to encode line endings or line breaks into the body. So far I've tried "\\n" - doesn't parse as a new line at all, "%0A" or "&x0A" - both just rendered as plain text, and "<br />" - parses to a new line, but doesn't escape other styling from the previous line. Ex: ``` ## Here's a Header!<br />This text should be regular paragraph text but is styled as a header ``` Is there a different encoding I can use to transmit line endings? Is there a different way to programmatically publish these docs? Thanks
ANSWERED

Excluding a custom 404 page from search indexing

We have our 404 page implemented as a custom page. However, it shows up in on-site search. Is there a way to exclude it from being indexed?

Making a redirect take effect?

What more needs to be done to make a redirect take effect, beyond deploying the updated group redirect list? (I am using the Enterprise version, so we have a group.) I ask because the "source" page is still loaded if I use the original URL, even in an incognito/private window, which shouldn't have anything cached. Do I need to delete the original page?
ANSWERED

Community Discussion - External links open in the same browser tab

Hi, there I notice that within _this_ Community (at readme.com), external links open in the same browser tab. Example: https://www.oauth.com/oauth2-servers/making-authenticated-requests/refreshing-an-access-token/ Previously - if I am not mistaken - external links would open in a new tab. That seems to make more sense. Cheers