Skip to content

Commit a58beb0

Browse files
committed
Merge branch 'main' into agent-docs
2 parents 89efe28 + e4fc882 commit a58beb0

File tree

411 files changed

+48653
-211
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

411 files changed

+48653
-211
lines changed

.locadex/LOCADEX.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 🌐 Locadex Mintlify i18n
2+
3+
This Mintlify documentation site is configured to use Locadex for automated internationalization.
4+
5+
## Configuration:
6+
7+
- **Working Directory**: `.`
8+
- **Branch Prefix**: `locadex/`
9+
- **Default Locale**: `en`
10+
- **Target Locales**: `en`, `fr`, `es`, `zh`
11+
- **Hide Default Locale**: Enabled
12+
- **Route Example**: `/docs`
13+
14+
## How it works:
15+
16+
- Once this setup PR is merged, Locadex will automatically monitor your repository for changes
17+
- Locadex will analyze your Mintlify docs for translatable content and internationalize your changes in your configured locales
18+
- You can configure when Locadex should run (PRs or commits) and whether it should create PRs or commit directly through the General Translation Dashboard
19+
20+
---
21+
22+
Generated by [Locadex](https://generaltranslation.com)[Documentation](https://generaltranslation.com/docs)
23+
Timestamp: 9/17/2025

.vale.ini

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,16 @@ Vale.Avoid = NO # Too aggressive about common technical terms
2323
TokenIgnores = (?sm)((?:import|export) .+?$), \
2424
(?<!`)(<\w+ ?.+ ?\/>)(?!`), \
2525
(<[A-Z]\w+>.+?<\/[A-Z]\w+>), \
26-
(<[^>]*>)
26+
(<[^>]*>), \
27+
\{[^}]*\}, \
28+
(`[^`]*`), \
29+
(```[\s\S]*?```)
2730

2831
BlockIgnores = (?sm)^(<\w+\n .*\s\/>)$, \
29-
(?sm)^({.+.*})
32+
(?sm)^({.+.*})$, \
33+
(?sm)^```[\s\S]*?```$
3034

31-
CommentDelimiters = {/*, */}
35+
CommentDelimiters = {/*, */}
36+
37+
[changelog.mdx]
38+
BasedOnStyles =

.vale/styles/config/vocabularies/Mintlify/accept.txt

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
# =============================================================================
44
# MINTLIFY-SPECIFIC TERMS
55
# =============================================================================
6+
APISection
67
autoplay
78
bearerAuth
89
borderRadius
910
camelCase
1011
discoverability
1112
(?i)callouts?
13+
CTAs
1214
drilldown
1315
expandables
1416
favicon
@@ -17,9 +19,11 @@ isHidden
1719
(?i)modetoggle
1820
myName
1921
myObject
22+
navbar
2023
onboarding
2124
(?i)openapi
2225
repo
26+
Ronan
2327
topbar
2428
(?i)tooltips?
2529
url
@@ -40,6 +44,7 @@ CircleCI
4044
Clearbit
4145
Ctrl
4246
Cypress
47+
Docusaurus
4348
Django
4449
DynamoDB
4550
Elasticsearch
@@ -76,6 +81,7 @@ Mocha
7681
MongoDB
7782
MySQL
7883
Next.js
84+
nginx
7985
Node.js
8086
NodeJS
8187
npx
@@ -115,6 +121,7 @@ Webflow
115121
WebKit
116122
(?i)webpack
117123
WebStorm
124+
Windsurf's
118125
Zapier
119126

120127
# =============================================================================
@@ -123,21 +130,22 @@ Zapier
123130
agentic
124131
allowlist
125132
APIs
133+
API's
126134
args
127135
async
128-
autogenerated
129-
autogenerating
136+
autogenerat(e|ed|ing)?
130137
await
131138
bool
132139
boolean
133140
Blockquote
134141
Blockquotes
135142
cdn
136143
cli
144+
CNAME
145+
cpu
137146
config
138147
const
139148
cors
140-
CNAME
141149
csrf
142150
css
143151
ctx
@@ -171,6 +179,7 @@ lang
171179
len
172180
localhost
173181
md
182+
(?i)Memoize
174183
middleware
175184
Multiline
176185
mvc
@@ -186,6 +195,7 @@ orm
186195
params
187196
pnpm
188197
png
198+
prefill(ing|ed)?
189199
prepend
190200
prepended
191201
prev
@@ -234,8 +244,9 @@ ux
234244
val
235245
var
236246
vars
247+
waypoints
237248
webhook
238-
websocket
249+
websockets?
239250
xhr
240251
xhr2
241252
yaml

analytics/feedback.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Best practices for setting feedback statuses:
6060

6161
### Filtering by status
6262

63-
Use the status filter to control which feedback is displayed. Uncheck a status to hide all feedback with that status. By default, all feedback is displayed.
63+
Use the status filter to control which feedback is displayed. Clear a status to hide all feedback with that status. By default, all feedback is displayed.
6464

6565
### Adding internal notes
6666

api-playground/openapi-setup.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,24 @@ openapi-schema: "schema-key"
508508

509509
</CodeGroup>
510510

511+
If you have schemas with the same name in multiple files, you can also specify the OpenAPI file:
512+
513+
<CodeGroup>
514+
515+
```mdx Example
516+
---
517+
openapi-schema: en-schema.json OrderItem
518+
---
519+
```
520+
521+
```mdx Format
522+
---
523+
openapi-schema: "path-to-schema-file schema-key"
524+
---
525+
```
526+
527+
</CodeGroup>
528+
511529
## Webhooks
512530

513531
Webhooks are HTTP callbacks that your API sends to notify external systems when events occur. Webhooks are supported in OpenAPI 3.1+ documents.

api-playground/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We recommend generating your API playground from an OpenAPI specification. See [
2525
Make sure that your OpenAPI specification file is valid using the [Swagger Editor](https://editor.swagger.io/) or [Mint CLI](https://www.npmjs.com/package/mint).
2626
</Info>
2727

28-
```bash {2}
28+
```bash {3}
2929
/your-project
3030
|- docs.json
3131
|- openapi.json

authentication-personalization/overview.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Choose from three approaches to manage access and customize your documentation b
2727

2828
**Choose partial authentication when:**
2929
- Offering public getting-started guides with private advanced features
30-
- Running a freemium product where premium users get additional documentation
3130
- Publishing open-source docs with private enterprise sections
3231

3332
**Choose personalization when:**

changelog.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ rss: true
55
noindex: true
66
---
77

8+
<Update label="September 20 - September 26" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Language support expansion, UI improvements, and infrastructure enhancements" }}>
9+
10+
## Language support expansion
11+
12+
- Added support for Romanian and Czech languages in the documentation interface
13+
- Enhanced localization capabilities with complete translation coverage for new languages
14+
- Improved language selector functionality across all themes
15+
16+
## UI and user experience improvements
17+
18+
- Fixed tab visibility issues on 404 pages to prevent incorrect active tab highlighting
19+
- Enhanced image handling with proper width and height attribute passing for non-optimized images
20+
- Improved 404 page layout and styling consistency
21+
22+
## Infrastructure and performance enhancements
23+
24+
- Enhanced GIF image processing by skipping costly Imgix auto-formatting to reduce processing time and bandwidth usage
25+
- Optimized image serving performance with special handling for animated content
26+
27+
## Bug fixes and reliability
28+
29+
- Fixed contact email routing in dashboard settings for Assistant add-on requests
30+
- Enhanced database schema updates for better user management
31+
32+
</Update>
33+
834
<Update label="September 14 - September 19" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "GitLab integration enhancements, app router migration progress, authentication improvements, and bug fixes" }}>
935

1036
## GitLab integration enhancements

components/files.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "Files"
3+
description: "Serve static assets from your documentation"
4+
icon: "folder"
5+
---
6+
7+
Mintlify automatically serves static assets from your documentation repository at the appropriate path on your domain. For example, if you have `/images/my-logo.png` in your repo, the image file is available at `https://docs.your-project.com/images/my-logo.png`.
8+
9+
This works for any file type you want to make available to your users, including images, PDFs, videos, or schemas.
10+
11+
Files must be less than 20 MB for images and 100 MB for other file types.
12+
13+
## File organization
14+
15+
Organize your files using folders to keep your repository easy to navigate:
16+
17+
```text
18+
/your-project
19+
|- docs.json
20+
|- images/
21+
|- logo.png
22+
|- screenshots/
23+
|- dashboard.png
24+
|- assets/
25+
|- whitepaper.pdf
26+
|- demo-video.mp4
27+
```
28+
29+
Files are served from the root of your domain, so the structure in your repository directly maps to the URL structure. From the previous example, `assets/whitepaper.pdf` would be available at `https://docs.your-project.com/assets/whitepaper.pdf`.

contact-support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Visit our [YouTube](https://www.youtube.com/@GetMintlify/videos) channel for tut
1616

1717
Send us a message from your [dashboard](https://dashboard.mintlify.com/) by selecting **Support** in the sidebar.
1818

19-
![Gif showing how to access support from the dashboard by selecting the Support button, then selecting an option and typing a question in the support modal that pops up.](https://mintlify.s3.us-west-1.amazonaws.com/mintlify/images/support-flow.gif)
19+
![GIF showing how to access support from the dashboard by selecting the Support button, then selecting an option and typing a question in the support modal that pops up.](https://mintlify.s3.us-west-1.amazonaws.com/mintlify/images/support-flow.gif)
2020

2121
<Info>
2222
We aim to respond to all requests within 24 hours, but delays may occur during busy times.

0 commit comments

Comments
 (0)