Discussions
Endpoint not found when testing the Personalized Docs Webhook
Hi, I am trying to set the Personalized Docs Webhook for my application.
I added enpoint and served it with ngrok. I tested that endpoint through the Postman and it's giving me correct result. It's working. Here is the CURL:
curl --location --request POST 'https://8407-85-114-46-238.eu.ngrok.io/webhook'
--header 'Content-Type: application/json'
--data-raw '{
"email": "test"
}'
Does it support LaTex or any other math visualisation?
I was trying to figure out how to embed/type Latex. Most markdown readers/editors allow for Latex. However, this does not seem to be the case.
Version naming schemes other than semver
Is there a way to get versions without semantic versioning? We want to have a version "latest" for cicd builds, and then #.#.# for specific released versions.
Bug: page title double encoding
If I use an apostrophe in the title in a guide page metadata, it turns into ' in the browser tab title on the guide public page. It happens because the title is HTML-escaped 2 times, therefore I get the result of the first escaping in the browser tab.
How do search results if mutliple versions?
I am unclear on how search results work if there are multiple versions in a project. From an enterprise standpoint, you can search from any project and it searches across multiple projects, some with multiple public versions. If search term is found in more than one version of the same project, what are the expected results? For example, we have v1, v2, and v3. v2 is the main (default) version. How do Search results behave in the following scenarios?
How to edit the subnavigation bar?
It looks like I'm able to control the aspects of my projects on the landing pages. How do I control aspects on other pages? I am looking to edit the search functionality that appears in the top right of my docs pages.
I want to show some docs for only logged In users only?
I want to show some docs for only logged In users only and hide it for non-logged In users.How can i do this?
OpenAPI spec updating failing with "Authorization token in request should be Base64 encoded"
we recently encountered this failure in our automation that calls the [PUT update OpenAPI](https://docs.readme.com/main/reference/updateapispecification spec endpoint
Is an in house server version of readme available?
It seems readme is only available in a cloud-based server model.
Or do you also provide an in-house server model?
How we can get the List of all docs?
Hi
Is there any api to get all the docs with pagination? Please suggest