Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita committed Nov 3, 2021
1 parent af14f61 commit 9fd87c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/collection_alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ data "typesense_collection_alias" "my_alias" {

### Read-Only

- **collection_name** (String)
- **collection_name** (String) Target collection names


2 changes: 1 addition & 1 deletion docs/resources/collection_alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "typesense_collection_alias" "my_alias" {

### Required

- **collection_name** (String)
- **collection_name** (String) Target collection names
- **name** (String) Name of the collection alias

### Optional
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/synonyms.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "typesense_synonyms" "my_synonyms" {

- **collection_name** (String) Name of the collection
- **name** (String) Name of the synonyms
- **synonyms** (List of String)
- **synonyms** (List of String) Target collection names

### Optional

Expand Down

0 comments on commit 9fd87c4

Please sign in to comment.