Skip to content

Commit

Permalink
Fixed internal redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisDavidRichard committed Jun 27, 2024
1 parent ecd10de commit 57a6ad0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ To see how these commands are used, check out the examples on the [overview](/co
| [`aiTldr(options: TextOptions)`](#most-text-commands) | Creates a "Too Long; Didn't Read" version text |
| [`aiTranslate(language: Language, options: TextOptions)`](#aitranslate) | Translates the selected text into the specified language |
| **Utility** |
| [`aiAccept(options: AcceptOptions)`](/content-ai/capabilities/manage-responses#aiaccept) | [Accept the generated response](/content-ai/capabilities/manage-responses), and insert it into the editor |
| [`aiReject(options: RejectOptions)`](/content-ai/capabilities/manage-responses#aireject) | [Reject the generated Response](/content-ai/capabilities/manage-responses), resetting ai.storage state |
| [`aiRegenerate(options: RegenerateOptions)`](/content-ai/capabilities/manage-responses#airegenerate) | [Regenerate a response](/content-ai/capabilities/manage-responses) using the same parameters |
| [`aiAccept(options: AcceptOptions)`](/content-ai/capabilities/text-generation/manage-responses#aiaccept) | [Accept the generated response](/docs/content-ai/capabilities/text-generation/manage-responses), and insert it into the editor |
| [`aiReject(options: RejectOptions)`](content-ai/capabilities/text-generation/manage-responses#aireject) | [Reject the generated Response](content-ai/capabilities/text-generation/manage-responses), resetting ai.storage state |
| [`aiRegenerate(options: RegenerateOptions)`](/content-ai/capabilities/text-generation/manage-responses#airegenerate) | [Regenerate a response](/content-ai/capabilities/text-generation/manage-responses) using the same parameters |

### Most text commands

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ A [floating menu](/editor/extensions/functionality/floatingmenu) appears in the

### Slash commands (work in progress)

Although there isn't an official extension yet, there is [an experiment](/examples/advanced/slash-commands) that allows you to use "slash commands." With slash commands, typing `/` at the beginning of a new line will reveal a popup menu.
Although there isn't an official extension yet, there is [an experiment](/examples/experiments/slash-commands) that allows you to use "slash commands." With slash commands, typing `/` at the beginning of a new line will reveal a popup menu.

## Buttons

Expand Down

0 comments on commit 57a6ad0

Please sign in to comment.