Skip to content

Commit

Permalink
Fix docs link; fix openai example; remove gitter
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Sep 27, 2023
1 parent c7ea8ff commit 6bdc19a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ redirects:
tea-install: tea-install.md
support: support.md
getting-started/install-tea/without-installer: run/anywhere/terminals.md
dev: dev.md
2 changes: 1 addition & 1 deletion docs/run/anywhere/editors.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `tea` & Editors

For editors like Visual Studio Code, [`dev`](dev.md) is enough to have it see
For editors like Visual Studio Code, [`dev`](/dev.md) is enough to have it see
the tools a project may need.

{% hint style="danger" %}
Expand Down
2 changes: 1 addition & 1 deletion docs/run/anywhere/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Deno.dlopen("libssl.dylib")
eval "$(tea --shellcode)"
# ^^ integrates `tea` during this script execution

tea +openai-python
tea +openai
# ^^ requires integration

openai --version
Expand Down
1 change: 0 additions & 1 deletion docs/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ you may be having.

* [github.com/orgs/teaxyz/discussions](https://github.com/orgs/teaxyz/discussions)
* [x.com/teaxyz](https://x.com/teaxyz) (DMs open)
* [gitter.im/teaxyz/cli](https://app.gitter.im/#/room/#teaxyz_cli:gitter.im) (public chat)

0 comments on commit 6bdc19a

Please sign in to comment.