Discussions

Ask a Question
ANSWERED

CICD of subpages in documentation

Hi, :grinning: I am setting up a pipeline with github actions of my documentation and there are some subpages. In order to do that I am generating the YAML blocks that need to be at the top of the markdown files and writing them into the files. All far all good. The problems start when I want to have a subpage because they way to indicate this is by adding a new key with the parent document ID. I want to have a generic solution that doesn't involve hardcoding IDs. What I was planning to do is first upload the parent documents, then get their IDs and use those for the second round of uploads, where I would upload all of the children documents that reference their parent. Is there any other easier solution? TY
ANSWERED

How to redirect URL to a different project?

Example: If Project A URL can be redirected to Project B URL.
ANSWERED

what happens if a delete a version in ReadMe?

I want to delete a deprecated version in ReadMe. What will happen if I proceed with the deletion?
ANSWERED

Hiding "last seen" not possible

Hi, I want to hide "last updated at" in all my docs. Is there a way to do this on Readme?
ANSWERED

The Guide is always seems to get out of sync.

I'm not sure what's happening, but we're updating the API Reference, but then when it's published and a new version is created, it seems to take an older version of the guides. Also is there anyway to sync or replace the guides version? Or do I have to retype in everything on the new version
ANSWERED

Segment Integration page view "Category"

The Segment integration map the page path instead of the actual category the page is nested in. ``` analytics.page('/docs/deduplication', 'Deduplication', { category: '/docs/deduplication', context: { plugin: { name: 'readme_io', version: '1.0.0' } }, name: 'Deduplication', path: '/docs/custom-event-triggers', referrer: 'https://anytrack.io/', search: '', title: 'PageView Click ID identifier: atclid', url: 'https://readme.anytrack.io/docs/custom-event-triggers' }); ```
ANSWERED

Webhooks in API reference?

Hi there, Several months ago you added the ability to render webhooks within the API reference. However, recently the webhooks seem to have disappeared. Is there a configuration option you can use to determine whether or not webhooks display in the API reference? I can't find one anywhere, nor any reference to this in the Readme changelog. It's possible something did change on our end (but I don't think so), so I'm guessing there's something I'm overlooking here. Any help is greatly appreciated!
ANSWERED

Markdown tables in a description field?

I was trying to add a table into the description of a field in my yml using markdown, and the table was not rendered in the api. I'm using the exact markdown in the documentation for tables: <br /> ``` description: > Occupation Type info **Bold** `code style` | Left | Center | Right | |:-----|:--------:|------:| | L0 | **bold** | $1600 | | L1 | `code` | $12 | | L2 | _italic_ | $1 | ``` ``` ``` <br /> Other markdown is getting rendered in the description, but the table is not rendered. Are tables not supported in description fields?
ANSWERED

Markdown tables in a description field?

I was trying to add a table into the description of a field in my yml using markdown, and the table was not rendered in the api. I'm using the exact markdown in the documentation for tables: <br /> ``` description: > Occupation Type info **Bold** `code style` | Left | Center | Right | |:-----|:--------:|------:| | L0 | **bold** | $1600 | | L1 | `code` | $12 | | L2 | _italic_ | $1 | ``` ``` ``` <br /> Other markdown is getting rendered in the description, but the table is not rendered. Are tables not supported in description fields?
ANSWERED