Commit Graph

42 Commits

Author SHA1 Message Date
locadex-agent[bot] 5ae7caa887 docs(locadex): add translations (#2897)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2026-01-27 10:33:43 -08:00
Ethan Palm 23b4be274f include icon library in icon snippets (#2895) 2026-01-27 10:26:53 -08:00
locadex-agent[bot] 27cc51fc37 docs(locadex): add translations (#2748)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2026-01-16 16:55:03 -08:00
Ethan Palm d00f2f293d chore: user feedback week of Jan 12 (#2747)
* Clarify icon options for docs.json configuration

* vale
2026-01-16 16:31:51 -08:00
locadex-agent[bot] 89a700081d docs(locadex): add translations (#2567)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2026-01-06 16:42:55 -08:00
Han Wang 38cbc1963a add hidden pages for testing snippets 2026-01-06 13:51:18 -08:00
locadex-agent[bot] 8a0e350529 docs(locadex): add translations (#2378)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-12-17 00:24:29 +00:00
mintlify[bot] 00f890046a Update snippets/vercel-json-generator.mdx (#2377)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2025-12-16 16:19:49 -08:00
locadex-agent[bot] c26c2c95f9 docs(locadex): update translations (#1570)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-10-16 11:41:28 -07:00
Chris Saganic c5107d400c fix(docs): update vercel generator to use subpath for root rewrite (#1535) 2025-10-16 11:36:28 -07:00
locadex-agent[bot] 1fd4e0767c docs(locadex): update translations (#1569)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-10-16 11:34:11 -07:00
mintlify[bot] 0ae630d2c4 Update snippets/vercel-json-generator.mdx (#1568)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2025-10-16 11:32:27 -07:00
locadex-agent[bot] 89ddff4143 docs(locadex): update translations (#1491)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-10-07 13:57:41 -07:00
Ethan Palm 20f0434a81 Clarify "Generate rewrites" tool to only be used for custom base paths (#1485)
* clarify rewrite methods

* add images

* copyedits

* move note about repository structure

* add missing `/docs` from rewrites

* update snippet to use `subpath`

* consolidate /docs steps

* copyedit
2025-10-07 13:45:18 -07:00
locadex-agent[bot] 756e009c72 chore(locadex): update translations (#1328)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-09-25 16:10:34 -07:00
locadex-agent[bot] 84a7546997 chore(locadex): update translations (#1327)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-09-25 16:00:57 -07:00
locadex-agent[bot] f6dd813247 feat(locadex): setup i18n (#1197)
* chore(locadex): add .locadex/LOCADEX.md

* refactor(locadex): i18n

* gt-retranslate (#1199)

* update interaction.drilldown code sample (#1198)

* removed quotes (#1203)

* Add missing hostnames to CSP configuration (#1202)

* Add missing hostnames to CSP configuration

Added 13 missing domains found in comprehensive codebase search:
- *.mintlify.com (dashboard, API, analytics proxy)
- leaves.mintlify.com (GitLab webhooks)
- d1ctpt7j8wusba.cloudfront.net (mint releases)
- mintcdn.com (asset tracking)
- api.mintlifytrieve.com (search API)
- mintlify-assets.b-cdn.net (BunnyCDN)
- mintlify.s3-us-west-1.amazonaws.com (S3 images)
- fonts.googleapis.com (Google Fonts)
- cdn.jsdelivr.net (emoji assets)
- us.posthog.com (PostHog analytics)
- cdn.getkoala.com (Koala analytics)
- browser.sentry-cdn.com (Sentry error tracking)
- js.sentry-cdn.com (Sentry SDK)

Updated domain whitelist table and all CSP configuration examples
(Cloudflare, AWS CloudFront, Vercel) to include required domains.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Apply suggestions from code review

Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com>

* Update guides/csp-configuration.mdx

Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com>

* Update guides/csp-configuration.mdx

* Update CSP examples to match revised domain whitelist

- Remove mintlify-assets.b-cdn.net and mintlify.s3-us-west-1.amazonaws.com
- Add *.mintcdn.com wildcard domain to img-src and connect-src
- Update all configuration examples (main, Cloudflare, AWS CloudFront, Vercel)
- Align with reviewer feedback from PR #1202

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* remove redundancies in examples

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com>
Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com>

* Added custom reverse proxy configurartion. (#1200)

* Update advanced/reverse-proxy.mdx

* Update docs.json

* Documentation edits made through Mintlify web editor

* Update advanced/reverse-proxy.mdx

* Update advanced/reverse-proxy.mdx

* Update advanced/reverse-proxy.mdx

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* move from `advanced` to `guides`

* copy edit

* remove Custom from title

* fix group casing

* concision

* update header

* replace lists with table

* more active language

* remove redundant example

* update placeholder

* remove propagating snippet

* copy edit troubleshooting

* make limitations more solutions-oriented

* update example config

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* Update Vale configuration (#1194)

* add CI workflow

* add script to find new vocabulary terms

* add vocab accept list

* add modified Google styles

* add Mintlify headings

* add vale.ini

* update vocab with Mintlify defaults

* add README for vale

* update vocab

* fix vale.ini

* remove redundant workflow

* update vocab

* add running vale to the Claude review command

* hide reverse proxy guide (#1211)

* Added troubleshooting section for disabled repository options (#1210)

* Update settings/github.mdx

* add troubleshooting for public repo feedback

* add images

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* Vale improvements (#1212)

* update header exceptions

* remove FirstPerson rule

it mostly flags UI elements like "My profile"

* remove Will - too noisy

* add drilldown to accept list

* update accepted words

* Fix vale errors (#1213)

* don't lint inside JSON examples

* actually don't lint inside JSON snippets

* update vocab

* fix errors

* update vocab

* remove latin abbreviations

* don't lint snippets

* update vocab

* don't lint in angle brackets

* add language tags

* update vocab

* regexify vocab list

* grammar

* changelog added for Sept 14-19 (#1215)

* changelog added for Sept 14-19

* Update changelog.mdx

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* Update changelog.mdx

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* Documentation edits made through Mintlify web editor (#1242)

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>

* hide slack app page (#1250)

* Updated codeblock styling documentation with new theme options (#1252)

* Update settings.mdx

* Update code.mdx

* Update components/code-groups.mdx

* Update settings.mdx

* Update code.mdx

* Update components/code-groups.mdx

* Update settings.mdx

* Update code.mdx

* Update components/code-groups.mdx

* copy edits

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* chore(locadex): add .locadex/LOCADEX.md

* pulling updates to docs

* gt-retranslate

* updating translations

* re-translate

* retranslate es/text.mdx

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: RoyceWilliams510 <roycejames1130@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com>
Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com>
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Brandon Waselnuk <brandonwaselnuk@gmail.com>
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>

* hide slack app page

* add files

---------

Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
Co-authored-by: fernando-aviles <fernando@generaltranslation.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: RoyceWilliams510 <roycejames1130@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com>
Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com>
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Brandon Waselnuk <brandonwaselnuk@gmail.com>
2025-09-24 17:39:49 -07:00
Ruhan Ponnada 41c9146d23 fixed vercel snippet (#1195) 2025-09-17 15:41:45 -07:00
Ricardo Nunez ef880d1b9d Replace references to '/api' in docs (#1167) 2025-09-16 16:45:25 -07:00
Ethan Palm 9cec1159d5 Document scalable subdomains (#1126)
* Update Cloudflare page

* update CloudFront page

* update vercel

* add vercel json generator

* add repo structure section to all pages
2025-09-15 09:54:51 -07:00
Dean from Mintlify 1aaae5f9bf Update accordions.mdx (#971)
* Update accordions.mdx

* add snippet for icons

* use icon snippet for consistency

* add required/optional icon snippets

* update for required/optional

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2025-08-05 09:22:48 -07:00
Ethan Palm 71fc2188ed Deprecate growth tier (#934)
* remove growth tier

* tidier links

* update what's on pro plan

* add TODO:

* add TODO

* remove TODO:s

* remove unused snippet
2025-07-31 08:58:55 -07:00
Ethan Palm 573eaa503d Create AI optimization group (#920)
* update `docs.json`

* add snippet

* update nav

* add llms.txt page

* update assistant title

* add contextual menu page

* add markdown export page

* remove ai-ingestion page

* reviewer feedback
2025-07-16 17:22:11 -07:00
Kaishan (Sam) Ding 821de9da17 feat: support .jsx files (#854)
* support jsx files

* add .jsx

* Apply suggestions from code review

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2025-06-25 13:16:32 -07:00
Ethan Palm 4f8a23529c Add notes with DNS propagation details (#850)
* update snippets

* add notes about DNS propagation
2025-06-24 11:27:07 -07:00
Han Wang 230be58efc Update images 2025-05-02 16:02:48 -07:00
Han Wang db1c6de904 Update react components docs 2025-04-28 16:52:32 -07:00
Han Wang ea94790b29 Updated navigation pages 2025-04-28 01:04:52 -07:00
Han Wang fcf888c8ce Remove config update 2025-04-23 19:22:34 -07:00
Han Wang d345b7f75c Update button as well 2025-04-22 22:41:48 -07:00
Han Wang 4b5ca1b347 Update to use white text 2025-04-22 22:38:12 -07:00
Han Wang 1cb9da9145 Revert colors 2025-04-22 22:33:49 -07:00
Han Wang 071bf05f48 Update components 2025-04-22 22:30:50 -07:00
Kaishan (Sam) Ding f73acc9416 feat: react hooks (#663)
* add react hooks

* nits

* remove links

* change wording

* Update react-hooks.mdx

---------

Co-authored-by: Brandon Waselnuk <brandonwaselnuk@gmail.com>
2025-04-22 18:19:40 -07:00
Han Wang ed92541ce2 Add transition scale 2025-03-31 13:35:39 -07:00
Han Wang 1e3e79d622 Update a lot of nits 2025-02-17 01:21:37 -08:00
Han Wang eaee076f59 Add themes page 2025-02-17 01:07:50 -08:00
Hahnbee Lee 3f32ffd286 Update navigation with docs.json (#515) 2025-02-07 08:19:04 -08:00
Kaishan (Sam) Ding c2d894e985 add docs for vercel subpath (#302)
* init

* update doocs

* Update pricing plan naming

---------

Co-authored-by: flo merian <florent.merian@gmail.com>
2024-10-22 22:34:52 -07:00
Han Wang bda7c135a8 Update cname 2024-10-17 20:53:16 -10:00
Abhinav kumar 5002912083 fix: adjust rendering for mdx files (#225)
* fix: adjust spacing for mdx files

* chores: fix auth

* chores: minor fix

* chores: fix spaces

* chores: add ons
2024-07-25 10:18:49 -07:00
Mayank Shouche 42f980e658 share subpath gating component (#210) 2024-07-11 10:44:50 -07:00