Skip to content

Commit

Permalink
Fix broken ascii
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Oct 24, 2024
1 parent 4e57a82 commit ad89892
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/api/document.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ Two objects with the following keys and their values:
[frame="none"]
[grid="none"]
|===
| Name | Type | Attributes | Default | Details
| _id | | <required> | | The id of the document you want to update
| ... | | <optional> | | More properties you want to persist
| Name | Type | Attributes | Default | Details
| _id | | <required> | | The id of the document you want to update
| anotherProperty | | <optional> | | More properties you want to persist
|===

===== Options Object
Expand Down
1 change: 0 additions & 1 deletion docs/api/search.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Uses an explorer interface to search and returns scored results.
! Name ! Type ! Attributes ! Default ! Description
! categoryA ! Array.<string> ! <optional> ! ! List of active facets in facet category named categoryA to filter on.
! categoryB ! Array.<string> ! <optional> ! ! List of active facets in facet category named categoryB to filter on.
! ...
!===

| interface | string | <required> | undefined | Which explorer interface to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/collectors/custom.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ export function run({name, collectorId, configJson, language}) { <--3-->
} // export function run
----

<1> Perhaps import <<_polyfills,polyfills>>.
<1> Perhaps import <<#polyfills,polyfills>>.
<2> Import the Collector class
<3> The collect task gets passed four named parameters.
<4> Construct a Collector instance.
Expand Down
2 changes: 1 addition & 1 deletion docs/rest.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= REST API

* <<rest/document>> GET, POST or DELETE documents
* <<rest/document#, GET, POST or DELETE documents>>

0 comments on commit ad89892

Please sign in to comment.