Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 0 additions & 2 deletions docs/en-US/integrations/mintlify/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions docs/en-US/integrations/mintlify/reference/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions docs/en-US/integrations/mintlify/reference/locales.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 0 additions & 2 deletions docs/en-US/react/guides/developing-spa-translations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
2 changes: 0 additions & 2 deletions docs/en-US/react/nextjs-pages-router-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<GTProvider>` in `_app.tsx` so the first render is already translated.
Expand Down
2 changes: 0 additions & 2 deletions docs/en-US/react/nextjs-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
2 changes: 0 additions & 2 deletions docs/en-US/react/react-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
2 changes: 0 additions & 2 deletions docs/en-US/react/react-spa-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading