Commit Graph

231 Commits

Author SHA1 Message Date
Ethan Palm 3a37747f1b Content refresh (#910)
* Update Quickstart page for style and clarity

- Improve readability and flow
- Make language more concise and consistent
- Remove unnecessary periods from numbered lists
- Clarify instructions and terminology

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

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

* Update Expandables component page

- Add clear introduction explaining the component's purpose
- Remove unnecessary period from description
- Improve formatting consistency for boolean values
- Enhance clarity in prop descriptions

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

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

* Update Fields component page

- Add clear introduction explaining field components
- Improve consistency in component naming conventions
- Remove unnecessary periods from descriptions
- Improve punctuation and clarity
- Add comma for better readability in example

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

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

* Update Icons component page

- Add clear introduction explaining the Icon component
- Improve language clarity and flow
- Remove unnecessary periods from prop descriptions
- Replace 'e.g.' with 'for example' for consistency
- Remove trailing space from inline example

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

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

* Update Mermaid diagrams page

- Add clear introduction explaining Mermaid's purpose and capabilities
- Improve clarity and conciseness of descriptions
- Simplify section heading from 'Syntax for Mermaid diagrams' to 'Syntax'
- Make language more precise and user-focused
- Update code comment to be more generic

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

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

* Update Steps component page

- Add clear introduction explaining the Steps component
- Improve language clarity and consistency
- Remove unnecessary periods from prop descriptions
- Add Oxford comma for better readability
- Make description more action-oriented

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

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

* Update Tabs component page

- Add clear introduction explaining the Tabs component purpose
- Improve clarity and user understanding
- Remove unnecessary period from prop description
- Make description more informative about component functionality

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

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

* Update Migrations guide page

- Improve language clarity and conciseness
- Remove unnecessary periods from command descriptions
- Enhance section structure with proper headings
- Update terminology for consistency
- Add OpenAPI migration section header for better organization

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

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

* Update React components page

- Improve language clarity and conciseness throughout
- Simplify and tighten explanatory text
- Fix capitalization in performance best practices
- Remove redundant phrases for better flow
- Enhance readability and user experience

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

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

* Update Redirects and broken links page

- Improve language clarity and conciseness
- Remove unnecessary words like 'Simply' and 'will'
- Use present tense for more direct communication
- Fix preposition usage for better grammar
- Streamline explanations for better readability

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

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

* Update Support integrations page

- Improve language clarity and directness
- Remove unnecessary words for better flow
- Use more direct phrasing for instructions
- Simplify conditional language for better readability

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

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

* Update CI checks page

- Improve language clarity and conciseness throughout
- Remove unnecessary words and phrases
- Use present tense for more direct communication
- Fix grammar issues and improve flow
- Replace 'in-built' with 'built-in' for standard terminology
- Streamline explanations for better readability

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

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

* quickstart edits

* Update cards

* Apply style lessons learned from quickstart and cards feedback

- Use action-oriented introductions ("Use X to..." instead of "The X component...")
- Apply sentence case to all section headings ("Properties" not "Props")
- Use "Properties" consistently instead of "Props"
- Remove unnecessary periods from property descriptions
- Update component headings to sentence case
- Make language more direct and user-focused

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

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

* fix typo

* review exapandables

* update fields

* update icons

* update mermaid

* update steps

* update tabs

* update migration

* Update react-components.mdx

* Update broken-links.mdx

* Update overview.mdx

* Update ci.mdx

* Document style preferences learned from content refresh project

Add detailed style guide based on patterns identified during DOC-84
content refresh work, including:
- Heading and formatting conventions
- Component introduction patterns
- Property description standards
- Language and tone preferences
- Code example best practices
- Content organization principles

These learnings will help maintain consistency in future documentation updates.

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

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

* add reviewer feedback

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-07-15 16:59:47 -07:00
Ethan Palm 1104e80759 Update provider-specific info in custom domain docs (#886)
* add provider-specific settings section

* use accordions
2025-07-07 16:54:27 -07:00
Ethan Palm 922620bacc Update images and embeds (#863)
* update page

* add info on styling with CSS

* move styling info to Custom scripts
2025-06-27 10:08:18 -07:00
Ethan Palm 2b150e5749 Change titles to sentence case (#833)
* change titles to sentence case

* make groups sentence case
2025-06-19 10:15:15 -07:00
Ethan Palm fb2e8fc4db Remove links to sales email (#829)
* remove links to sales email

* remove link to sales email
2025-06-18 14:12:01 -07:00
Ricardo Nunez 40d2e2cd2d Add proper language support for syntax highlighting to all code blocks (#807)
* Add proper language support for syntax highlighting to all code blocks

* Camel case inline code
2025-06-11 12:38:15 -07:00
Ethan Palm 139e937042 Record CSS IDs and selectors (#804)
* add lists of identifiers and selectors

* fix typo

Co-authored-by: Ricardo Nunez <113212961+ricardonunez-io@users.noreply.github.com>

* add missing identifiers

* add missing selectors

* add loginLink selector

---------

Co-authored-by: Ricardo Nunez <113212961+ricardonunez-io@users.noreply.github.com>
2025-06-11 11:11:06 -07:00
Ethan Palm 2f90de36dd Docs on manually triggering builds and previews (#784)
* Update preview deployment info

* add images

* 💅

* add deployments page

* add images

* update images

* add reviewer feedback

* polish
2025-06-10 17:16:43 -07:00
Ethan Palm cebf026976 add info about changing source (#773) 2025-06-02 15:43:46 -07:00
Ethan Palm 50e374b921 Update authentication and personalization docs (#761)
* rename "authentication vs personalization"

* Combine information into overview

* move files & configure redirects

* update page titles and docs.json

* add JWT info to auth setup

* add OAuth info

* add mintlify auth info

* add password info

* delete individual auth pages; configure redirects

* Update sending-data.mdx

* remove redundant info

* add JWT personalization info

* add shared session info

* delete individual personalization pages, add redirects

* Update partial-authentication-setup.mdx

* fix broken links

* overview copyedits

* setup copyedits

* copyedit sending data

* clarify hidden page language

* add reviewer feedback ✨

* emphasize hidden pages are not restricted
2025-05-30 13:47:53 -07:00
Ethan Palm f5fa291207 fix broken link (#753) 2025-05-30 12:56:00 -07:00
Ethan Palm 63d2c68002 Update support content (#767)
* move github troubleshooting info

* remove duplicate API troubleshooting info

* move SVG info to cards page

* move `/api` 404 info to navigation

* move and rename support

* update support info

* copyedits

* fix wording

* typo fix
2025-05-30 11:51:21 -07:00
Ethan Palm 0b2365880a Improvement: GitHub app permissions (#738)
* Correct permissions that Mintlify app requests

* add read access for `metadata`

* punctuation
2025-05-27 08:50:34 -07:00
Han Wang 4e61c64d68 Update to assistant 2025-05-26 00:27:41 -07:00
Ethan Palm f93f0d58c8 Information architecture update (#718)
* Reorganize/relabel groups

* Revise labels

* add missing icons

* improve grouping/labelling

* Revert sentence casing
2025-05-19 17:31:25 -07:00
Han Wang 55a038437f Use mint CLI 2025-05-05 16:14:38 -07:00
Han Wang e83f797443 Root level core concepts (#687) 2025-05-05 14:56:44 -07:00
Dean from Mintlify 901ba99d2a Adding common metatags (#677)
* Adding common metatags

* removed the accordian

* added in metatags.io

quick fix
2025-05-05 12:47:09 -07:00
Han Wang 2589608116 Update SEO tags 2025-04-28 17:39:28 -07:00
Han Wang ea94790b29 Updated navigation pages 2025-04-28 01:04:52 -07:00
Han Wang e23e090db4 Update settings page 2025-04-27 22:29:31 -07:00
Han Wang f11410d801 Fix broken links 2025-04-27 13:35:48 -07:00
Han Wang 32191c14a4 Update page for AI ingestion 2025-04-24 11:57:55 -07:00
Han Wang 3384ea43f1 Use core-concepts 2025-04-24 11:43:25 -07:00
Han Wang 414b797ce2 Update pages 2025-04-24 11:28:25 -07:00
Han Wang 41c72fd573 Update almond theme 2025-04-24 10:35:46 -07:00
Han Wang fcf888c8ce Remove config update 2025-04-23 19:22:34 -07:00
Han Wang b82428f298 Update to use lucide icons 2025-04-23 16:55:28 -07:00
Brandon Waselnuk 784d564275 unified callouts for paid features (#662) 2025-04-18 08:56:15 -07:00
Kaishan (Sam) Ding 4b8f3bb8bb add defaults in api examples (#657) 2025-04-16 09:57:47 -07:00
Kaishan (Sam) Ding c4510531a6 sync with currect docsjson zod schema (#634) 2025-04-11 14:09:58 -07:00
Benjamin Shen 72dfef3476 fix "commment" typo (#623) 2025-04-09 18:42:58 -07:00
Kaishan (Sam) Ding 0d935a6a9b Documentation edits made through Mintlify web editor (#619) 2025-04-08 23:58:14 -07:00
Han Wang dabcdb79ce Update to default proxy to true 2025-04-07 23:42:31 -07:00
tiffany-mintlify 1812fcc4b7 added llms.txt to docs (#544)
* added llms.txt to docs

* Update settings/llms.mdx

Co-authored-by: Han Wang <44352119+handotdev@users.noreply.github.com>

* added description

* added capitalization

* Documentation edits made through Mintlify web editor

---------

Co-authored-by: Han Wang <44352119+handotdev@users.noreply.github.com>
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2025-03-31 17:21:12 -07:00
Kaishan (Sam) Ding 7fdceb02bb add contextual docs (#596)
* add docs for contextual menu

* add warnings
2025-03-27 22:44:32 -07:00
Mayank Shouche 7724d2ce94 EdDSA -> ES256 (#590) 2025-03-25 10:11:38 -07:00
Kathryn Isabelle Lawrence d5158fab1e Include Lucide in icon options (#566)
* include Lucide in icon options

* fix lucide icons links
2025-03-24 10:44:09 -07:00
dino475 a3613c0f0b correcting the syntax to adhere to docs.json (#580) 2025-03-18 13:31:02 -07:00
Hahnbee Lee 329e9e6f16 proxy defaults to true (#546) 2025-02-24 20:47:17 -08:00
Kaishan (Sam) Ding ab5f5e7303 feat: Banner (#538)
* add baner

* update banner example
2025-02-24 13:45:14 -08:00
Han Wang 8b4a36a601 Update custom domain UI 2025-02-17 01:28:40 -08:00
Han Wang 1e3e79d622 Update a lot of nits 2025-02-17 01:21:37 -08:00
Han Wang 8f8c3c3c54 Update docs 2025-02-16 20:42:06 -08:00
dino475 274f37b7fa removed bad sentence (#525) 2025-02-11 19:56:39 -08:00
Kathryn Isabelle Lawrence 2115a31df0 alphabetize and add new footer social options (#526) 2025-02-11 16:05:48 -08:00
Han Wang 8c9424a246 Remove chat widget docs 2025-02-10 16:36:42 -08:00
Hahnbee Lee 3f32ffd286 Update navigation with docs.json (#515) 2025-02-07 08:19:04 -08:00
Kaishan (Sam) Ding 468314a82b add examples (#513) 2025-02-06 15:25:48 -08:00
Kaishan (Sam) Ding 622ecbf165 Add Palm in themes (#512) 2025-02-06 10:24:13 -08:00