From 6bdc19aae62eee0947e57bebe6169429a630b7bf Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 18 Sep 2023 21:11:22 -0400 Subject: [PATCH] Fix docs link; fix openai example; remove gitter --- .gitbook.yaml | 1 + docs/run/anywhere/editors.md | 2 +- docs/run/anywhere/scripts.md | 2 +- docs/support.md | 1 - 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitbook.yaml b/.gitbook.yaml index aca92491..363f05ae 100644 --- a/.gitbook.yaml +++ b/.gitbook.yaml @@ -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 diff --git a/docs/run/anywhere/editors.md b/docs/run/anywhere/editors.md index 17a083ff..db85dbd2 100644 --- a/docs/run/anywhere/editors.md +++ b/docs/run/anywhere/editors.md @@ -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" %} diff --git a/docs/run/anywhere/scripts.md b/docs/run/anywhere/scripts.md index 74705599..106c14e5 100644 --- a/docs/run/anywhere/scripts.md +++ b/docs/run/anywhere/scripts.md @@ -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 diff --git a/docs/support.md b/docs/support.md index 5e500b13..9687d787 100644 --- a/docs/support.md +++ b/docs/support.md @@ -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)