Skip to content

Commit

Permalink
chore: transfer get start document to docs.pgvecto.rs (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: xieydd <xieydd@gmail.com>
  • Loading branch information
xieydd authored Jul 15, 2024
1 parent 9dd71f5 commit 3fc9ea1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 310 deletions.
307 changes: 0 additions & 307 deletions docs/get-start.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ page_title: "pgvecto-rs-cloud Provider"
subcategory: ""
description: |-
You can use the this Terraform provider to manage resources supported
by PGVecto.rs Cloud https://cloud.pgvecto.rs. You can refer to get started guide ./get-start.md for more information.
by PGVecto.rs Cloud https://cloud.pgvecto.rs. You can refer to get started guide https://docs.pgvecto.rs/cloud/manage/terraform.html for more information.
---

# pgvecto-rs-cloud Provider

You can use the this Terraform provider to manage resources supported
by [PGVecto.rs Cloud](https://cloud.pgvecto.rs). You can refer to [get started guide](./get-start.md) for more information.
by [PGVecto.rs Cloud](https://cloud.pgvecto.rs). You can refer to [get started guide](https://docs.pgvecto.rs/cloud/manage/terraform.html) for more information.

## Example Usage

Expand Down
2 changes: 1 addition & 1 deletion pgvecto.rs/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (p *PGVectorsProvider) Metadata(ctx context.Context, req provider.MetadataR
func (p *PGVectorsProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse) {
resp.Schema = schema.Schema{
MarkdownDescription: `You can use the this Terraform provider to manage resources supported
by [PGVecto.rs Cloud](https://cloud.pgvecto.rs). You can refer to [get started guide](./get-start.md) for more information.`,
by [PGVecto.rs Cloud](https://cloud.pgvecto.rs). You can refer to [get started guide](https://docs.pgvecto.rs/cloud/manage/terraform.html) for more information.`,

Attributes: map[string]schema.Attribute{
"api_key": schema.StringAttribute{
Expand Down

0 comments on commit 3fc9ea1

Please sign in to comment.