Skip to content

Commit

Permalink
Merge pull request #2472 from kuzzleio/docs/sincebadge
Browse files Browse the repository at this point in the history
Update SinceBadge that misses trailing slash
  • Loading branch information
rolljee authored Aug 17, 2023
2 parents 5dc56ae + 68a9f19 commit 03f32ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
6 changes: 3 additions & 3 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 @@ -191,8 +191,8 @@ Returns a paginated search result set, with the following properties:
- `aggregations`: provides aggregation information. Present only if an `aggregations` object has been provided in the search body
- `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">
- `index`: index 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 03f32ca

Please sign in to comment.