Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
47dfbf9
feat(locadex): add gt-lock.json
locadex-agent[bot] Feb 23, 2026
c5c0438
docs(locadex): set up translations
locadex-agent[bot] Feb 23, 2026
ae80dff
docs(locadex): set up translations
locadex-agent[bot] Feb 23, 2026
985a10f
Apply suggestions from code review
mdlinville Feb 23, 2026
5da3bd6
Populate a .mintignore
mdlinville Feb 23, 2026
eca23fb
Revert to HTML comments in AGENTS.md
mdlinville Feb 23, 2026
251ac41
Escape special characters in math formula
mdlinville Feb 23, 2026
5af350c
More escaping curly braces
mdlinville Feb 23, 2026
59e24e1
More escaping
mdlinville Feb 23, 2026
a77abd1
fix(locadex): retranslate
locadex-agent[bot] Feb 23, 2026
5fbe7b3
Try using code fences for math notation
mdlinville Feb 23, 2026
3b177c6
Merge remote-tracking branch 'origin/locadex/setup-1771881172023' int…
mdlinville Feb 23, 2026
b969097
Update AGENTS.md to use JSX comments again
mdlinville Feb 23, 2026
323d27e
Remove angle brackets from around Locadex docs link
mdlinville Feb 23, 2026
4eb7fbc
Fix broken Inference link
mdlinville Feb 23, 2026
5c1cf67
Change naked URL to Markdown link
mdlinville Feb 23, 2026
a049838
Convert another link to Markdown
mdlinville Feb 23, 2026
23a2afc
Fix internal links that point to /ref
mdlinville Feb 23, 2026
1fff8cf
fix(locadex): retranslate
locadex-agent[bot] Feb 23, 2026
af2deb6
Fix more outdated links in English
mdlinville Feb 23, 2026
75c7648
Merge remote-tracking branch 'origin/locadex/setup-1771881172023' int…
mdlinville Feb 23, 2026
8b47b1a
Fix the notdiamond image path better
mdlinville Feb 23, 2026
41540fb
fix(locadex): retranslate
locadex-agent[bot] Feb 23, 2026
17e12e8
Remove trailing slash
mdlinville Feb 23, 2026
c915b05
Merge remote-tracking branch 'origin/locadex/setup-1771881172023' int…
mdlinville Feb 23, 2026
1f82d4e
fix(locadex): retranslate
locadex-agent[bot] Feb 23, 2026
0b8bcae
Merge branch 'auto_translation_demo' into locadex/setup-1771881172023
mdlinville Feb 24, 2026
51524d9
fix(locadex): retranslate
locadex-agent[bot] Feb 24, 2026
dd22471
Merge branch 'auto_translation_demo' into locadex/setup-1771881172023
mdlinville Feb 25, 2026
f9e5fa2
fix(locadex): retranslate
locadex-agent[bot] Feb 25, 2026
437e78c
Merge remote-tracking branch 'origin/auto_translation_demo' into loca…
mdlinville Feb 27, 2026
a974ce1
Merge remote-tracking branch 'origin/locadex/setup-1771881172023' int…
mdlinville Feb 27, 2026
3458995
fix(locadex): retranslate
locadex-agent[bot] Feb 27, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions .mintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Ignore .md and .txt files, Mintlify supports only .mdx
*.md
*.txt

# Ignore other plaintext files
LICENSE

# Ignore non-content directories
runbooks/*
scripts/*
36 changes: 36 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,39 @@ When editing `wandb/docs` content:
## Remember

Your contributions maintain W&B's reputation for exceptional documentation. Take pride in crafting documentation that is technically accurate, clear and elegant, and genuinely helpful.

{/* GT I18N RULES START */}

- **gtx-cli**: v2.6.24

# General Translation (GT) Internationalization Rules

This project is using [General Translation](https://generaltranslation.com/docs/overview.md) for internationalization (i18n) and translations. General Translation is a developer-first localization stack, built for the world's best engineering teams to ship apps in every language with ease.

## Configuration

The General Translation configuration file is called `gt.config.json`. It is usually located in the root or src directory of a project.

```json
{
"defaultLocale": "en",
"locales": ["es", "fr", "de"],
"files": {
"json": {
"include": ["./**/[locale]/*.json"]
}
}
}
```

The API reference for the config file can be found at [https://generaltranslation.com/docs/cli/reference/config.md](https://generaltranslation.com/docs/cli/reference/config.md).

## Translation

Run `npx gtx-cli translate` to create translation files for your project. You must have an API key to do this.

## Documentation

[https://generaltranslation.com/llms.txt](https://generaltranslation.com/llms.txt)

{/* GT I18N RULES END */}
1,096 changes: 1,096 additions & 0 deletions docs.json

Large diffs are not rendered by default.

Loading