Skip to content

Commit

Permalink
Add link to documentation (lve when public; self-hostable)
Browse files Browse the repository at this point in the history
  • Loading branch information
momer committed May 3, 2024
1 parent c0aad80 commit 966083c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# bonsai-api-go: Bonsai Cloud Go API Client

![Bonsai | Fully Managed Elasticsearch & OpenSearch](doc/assets/bonsai.png)

This is the Go API Client for [Bonsai Cloud](https://bonsai.io/) - The only
managed Elasticsearch, OpenSearch, and SolrCloud platform that provides the
support of a search engineering team, but at a fraction of the cost!

## Documentation

Full documentation is available on godoc at https://pkg.go.dev/github.com/omc/bonsai-api-go/v1/bonsai/

### Self-hosting the docs

1. Install [godoc](https://pkg.go.dev/golang.org/x/tools/cmd/godoc)
```shell
go install golang.org/x/tools/cmd/godoc@latest
```
2. Run `godoc` from the project's root directory:
```shell
godoc -http:6060
```
## Installation
```shell
Expand Down
Binary file added doc/assets/bonsai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 966083c

Please sign in to comment.