Discussions

Ask a Question
ANSWERED

Moving conent around

Is it possible to make an existing page a subpage of another existing page?

Support for date-based API versions

I know that ReadMe is semver-ish with the supported versions, but this is posing a problem for us when we want to create a date-based version. We have a version 2022-09 that is not accepted by semver. Are there any suggestions for what we can do?

ANSWERED

Enum no longer displayed

Hello, I think an update to readme broke the strings with enum.

ANSWERED

Export and import Recipes

Is it possible to export existing recipes and import them?

ANSWERED

Dyte in my Application

want to integrate dyte video integration in my application using Angular

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.

ANSWERED
ANSWERED

How to merge "manual" edits with OpenAPI docs generated from source code?

My team currently updates API docs manually via the readme UI, but we're exploring auto-generating the docs from the code of our rails app, and updating them via the readme API. We're stuck on what the correct pattern would be to resolve potential conflicts between manual edits directly in readme, and whatever new edits are generated from code and synced up via OpenAPI.

ANSWERED

Must slugs be unique across both doc: and ref: domains?

If we have a Guide topic with a slug of slug-name, can we also have an API reference topic name slug-name (exactly the same)? So in linking, both (doc:slug-name) and (ref:slug-name) would exist.