diff --git a/docs/en-US/integrations/mintlify/guides/configuring-mintlify.mdx b/docs/en-US/integrations/mintlify/guides/configuring-mintlify.mdx index 89a623d..198e4f8 100644 --- a/docs/en-US/integrations/mintlify/guides/configuring-mintlify.mdx +++ b/docs/en-US/integrations/mintlify/guides/configuring-mintlify.mdx @@ -10,8 +10,6 @@ related: --- -# Configuring Mintlify - Connect the GitHub repository that holds your Mintlify docs to General Translation, then choose your languages and how translations run. The [Quickstart](/docs/integrations/mintlify/quickstart) covers the fastest path; this guide covers the configuration options in more detail. The integration runs on [Locadex](/docs/platform/locadex/quickstart), so it is configured from **Locadex > Agent** in the Dashboard, not from a package or a config file you edit by hand. diff --git a/docs/en-US/integrations/mintlify/guides/managing-translations.mdx b/docs/en-US/integrations/mintlify/guides/managing-translations.mdx index a6192a2..ebba5d1 100644 --- a/docs/en-US/integrations/mintlify/guides/managing-translations.mdx +++ b/docs/en-US/integrations/mintlify/guides/managing-translations.mdx @@ -10,8 +10,6 @@ related: --- -# Managing translations - After your Mintlify docs are set up, use this guide to add or remove languages, keep translations current as your content changes, and edit generated translations. ## Keep translations up to date [#continuous] diff --git a/docs/en-US/integrations/mintlify/guides/translating-content.mdx b/docs/en-US/integrations/mintlify/guides/translating-content.mdx index 360c9e0..3aef5fc 100644 --- a/docs/en-US/integrations/mintlify/guides/translating-content.mdx +++ b/docs/en-US/integrations/mintlify/guides/translating-content.mdx @@ -10,8 +10,6 @@ related: --- -# Translating content - Once your repository is connected, Locadex translates your Mintlify docs and opens a pull request with the results. This guide explains how a translation run works and what it does and does not change. ## Run the first translation [#first-run] diff --git a/docs/en-US/integrations/mintlify/guides/using-translated-content.mdx b/docs/en-US/integrations/mintlify/guides/using-translated-content.mdx index 769221b..795079f 100644 --- a/docs/en-US/integrations/mintlify/guides/using-translated-content.mdx +++ b/docs/en-US/integrations/mintlify/guides/using-translated-content.mdx @@ -10,8 +10,6 @@ related: --- -# Using translated content - Once the setup pull request is merged, your Mintlify site serves every language you selected. This guide explains what the integration changes in your project so readers land on the right language. ## Multi-language navigation [#navigation] diff --git a/docs/en-US/integrations/mintlify/quickstart.mdx b/docs/en-US/integrations/mintlify/quickstart.mdx index 31ae15f..1bcf61b 100644 --- a/docs/en-US/integrations/mintlify/quickstart.mdx +++ b/docs/en-US/integrations/mintlify/quickstart.mdx @@ -11,8 +11,6 @@ related: --- -# Quickstart - Use the Mintlify integration to translate your Mintlify documentation into every language you need, automatically. The integration is powered by [Locadex](/docs/platform/locadex/quickstart), the General Translation AI agent. You connect the GitHub repository that holds your Mintlify docs, choose your languages, and Locadex opens a pull request that adds internationalization (i18n) routing and translated content. There is no package to install and no config file to write by hand. diff --git a/docs/en-US/integrations/mintlify/reference/config.mdx b/docs/en-US/integrations/mintlify/reference/config.mdx index 113368f..cd1da1d 100644 --- a/docs/en-US/integrations/mintlify/reference/config.mdx +++ b/docs/en-US/integrations/mintlify/reference/config.mdx @@ -5,8 +5,6 @@ description: Reference for the gt.config.json General Translation generates for --- -# Configuration - General Translation generates a `gt.config.json` for your Mintlify project during setup — you do not write it by hand. This page documents what that file contains so you can review or fine-tune it after the setup pull request lands. The configuration is a standard General Translation CLI config. Each shared key is documented once in the [CLI configuration reference](/docs/cli/reference/config); this page covers only the Mintlify-specific choices and the two modes the integration generates. diff --git a/docs/en-US/integrations/mintlify/reference/locales.mdx b/docs/en-US/integrations/mintlify/reference/locales.mdx index 7be5fd8..5c6d8e9 100644 --- a/docs/en-US/integrations/mintlify/reference/locales.mdx +++ b/docs/en-US/integrations/mintlify/reference/locales.mdx @@ -5,8 +5,6 @@ description: Reference for the language codes Mintlify supports and how General --- -# Locales - Mintlify accepts a fixed set of language codes in its navigation. General Translation maps the locales you choose in the Dashboard onto those codes, and only locales that map to a supported Mintlify language can be used. ## Source and target locales [#source-target] diff --git a/docs/en-US/integrations/mintlify/reference/supported-content.mdx b/docs/en-US/integrations/mintlify/reference/supported-content.mdx index 28f0476..6c194b6 100644 --- a/docs/en-US/integrations/mintlify/reference/supported-content.mdx +++ b/docs/en-US/integrations/mintlify/reference/supported-content.mdx @@ -5,8 +5,6 @@ description: Reference for the files and content General Translation translates --- -# Supported content - This page lists exactly what General Translation translates in a Mintlify project, what it leaves untouched, and which files are always excluded. ## Overview [#overview] diff --git a/docs/en-US/react/guides/developing-spa-translations.mdx b/docs/en-US/react/guides/developing-spa-translations.mdx index 698e3c7..ef8c498 100644 --- a/docs/en-US/react/guides/developing-spa-translations.mdx +++ b/docs/en-US/react/guides/developing-spa-translations.mdx @@ -11,8 +11,6 @@ related: --- -# Developing with SPA translations - Development translations let you preview translated content as you edit your SPA. They require the GT compiler and a development API key. **Prerequisites:** diff --git a/docs/en-US/react/nextjs-pages-router-quickstart.mdx b/docs/en-US/react/nextjs-pages-router-quickstart.mdx index 12de0de..b8881c9 100644 --- a/docs/en-US/react/nextjs-pages-router-quickstart.mdx +++ b/docs/en-US/react/nextjs-pages-router-quickstart.mdx @@ -11,8 +11,6 @@ related: --- -# Next.js Pages Router Quickstart - By the end of this guide, your Next.js Pages Router app will display content in multiple languages, with a language switcher your users can interact with. In the Pages Router, `gt-next` works through `getServerSideProps`: on each request, the server resolves the user's locale, loads a translations snapshot, and passes both to a `` in `_app.tsx` so the first render is already translated. diff --git a/docs/en-US/react/nextjs-quickstart.mdx b/docs/en-US/react/nextjs-quickstart.mdx index 54bf757..6235306 100644 --- a/docs/en-US/react/nextjs-quickstart.mdx +++ b/docs/en-US/react/nextjs-quickstart.mdx @@ -11,8 +11,6 @@ related: --- -# Next.js App Router Quickstart - By the end of this guide, your Next.js app will display content in multiple languages, with a language switcher your users can interact with. **Prerequisites:** diff --git a/docs/en-US/react/react-quickstart.mdx b/docs/en-US/react/react-quickstart.mdx index ab33324..6c2b1ee 100644 --- a/docs/en-US/react/react-quickstart.mdx +++ b/docs/en-US/react/react-quickstart.mdx @@ -11,8 +11,6 @@ related: --- -# React Quickstart - By the end of this guide, your server-rendered React app will display content in multiple languages, with a language switcher your users can interact with. **Prerequisites:** diff --git a/docs/en-US/react/react-spa-quickstart.mdx b/docs/en-US/react/react-spa-quickstart.mdx index 3277222..766c639 100644 --- a/docs/en-US/react/react-spa-quickstart.mdx +++ b/docs/en-US/react/react-spa-quickstart.mdx @@ -11,8 +11,6 @@ related: --- -# React SPA Quickstart - By the end of this guide, your single-page React app will display content in multiple languages, with a language switcher your users can interact with. In a single-page app, `gt-react` runs entirely in the browser — you initialize it once at startup with `initializeGTSPA()`, and you don't need a provider component.