Skip to content

Commit

Permalink
Update SinceBadge that misses trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Aug 9, 2023
1 parent 5dc56ae commit ed0fd8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/2/api/controllers/auth/check-token/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Body:

---

<SinceBadge version="2.16.8">
<SinceBadge version="2.16.8" />
When no token is provided the method returns information about the anonymous token (`kuid` is `-1`), instead of throwing an error.

## Body properties
Expand Down
4 changes: 2 additions & 2 deletions doc/2/api/controllers/document/search/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Search using `index` & `collection` parameters
}
```

Search using `targets` parameter <SinceBadge version="2.17.0">
Search using `targets` parameter <SinceBadge version="2.17.0" />

```js
{
Expand Down Expand Up @@ -192,7 +192,7 @@ Returns a paginated search result set, with the following properties:
- `hits`: array of found documents. Each document has the following properties:
- `_id`: document unique identifier
- `index`: index name <SinceBadge version="2.17.0">
- `collection`: collection name <SinceBadge version="2.17.0">
- `collection`: collection name <SinceBadge version="2.17.0" />
- `_score`: [relevance score](https://www.elastic.co/guide/en/elasticsearch/guide/current/relevance-intro.html)
- `_source`: new document content
- `highlight`: optional result from [highlight API](https://www.elastic.co/guide/en/elasticsearch/reference/7.4/search-request-body.html#request-body-search-highlighting)
Expand Down
2 changes: 1 addition & 1 deletion doc/2/api/protocols/websocket/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Modifying the listening port will impact these two protocols.
:::
<SinceBadge version="2.10.0">
<SinceBadge version="2.10.0" />
### Ping / Pong keep-alive
Expand Down

0 comments on commit ed0fd8a

Please sign in to comment.