diff --git a/package-lock.json b/package-lock.json index 7a7f887..2e085a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tiptap-docs", - "version": "1.0.0-beta.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tiptap-docs", - "version": "1.0.0-beta.1", + "version": "1.0.0", "dependencies": { "@codesandbox/sandpack-react": "^2.13.5", "@codesandbox/sandpack-themes": "^2.0.21", diff --git a/src/content/content-ai/capabilities/text-generation/built-in-commands.mdx b/src/content/content-ai/capabilities/text-generation/built-in-commands.mdx index 91ed69b..8faece7 100644 --- a/src/content/content-ai/capabilities/text-generation/built-in-commands.mdx +++ b/src/content/content-ai/capabilities/text-generation/built-in-commands.mdx @@ -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 diff --git a/src/content/editor/getting-started/style-editor/custom-menus.mdx b/src/content/editor/getting-started/style-editor/custom-menus.mdx index 8aab7e5..3c1eced 100644 --- a/src/content/editor/getting-started/style-editor/custom-menus.mdx +++ b/src/content/editor/getting-started/style-editor/custom-menus.mdx @@ -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