Discussions

Ask a Question
ANSWERED

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 ``` - name: Github Action (API sync) uses: readmeio/[email protected] env: README_API_KEY: ${{ secrets.README_API_KEY }} with: rdme: docs temp --key="$README_API_KEY" --version=v5.2-unstable ``` It would greatly help us if we could remove the version tag (i.e. `--version=v5.2-unstable`) in the Github Action. After all, the category ids are version specific. Is there any way that we could perform this sync without specifying version? Correct me if I'm wrong but I feel like in the past the action could run without the tag, albeit that it created extra files rather than updating existing ones. Even this would be very helpful for us. Thanks in advance
ANSWERED

Moving conent around

Is it possible to make an existing page a subpage of another existing page?
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

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

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

How do I enable 2 options with separate field examples like on this page?

<https://developers.circle.com/v0.9/reference/dda-transfers-create> [block:image] { "images": [ { "image": [ "https://i.imgur.com/CdwJjnn.png", null ] } ] } [/block] [block:image] { "images": [ { "image": [ "https://i.imgur.com/lWCFYeT.png", null ] } ] } [/block]
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

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?