Discussions
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?
Enum no longer displayed
Hello, I think an update to readme broke the strings with enum.
Export and import Recipes
Is it possible to export existing recipes and import them?
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.
How to remove a number from the URL
Our reference documentation now contains a number in the URL. For example, https://dev.frontapp.com/reference/get_accounts-1
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.
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.
Left menu items - ordering
What is the logic used to order the openapi tags in the rendered page? Is there a way to influence the order of the pages in the left menu? I read this: https://docs.readme.com/main/docs/openapi-categories-pages-subpages#tags - but I still don't understand how is the order of the menu in the left defined.