Commit Graph

34 Commits

Author SHA1 Message Date
Ethan Palm 82605179c5 Tabs support icons (#919)
* add icon info to tabs page

* add icons to tabs example

* update allowed icon type
2025-07-16 14:50:22 -07:00
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 29930810d5 update examples page (#879) 2025-07-10 17:16:22 -07:00
Kaishan (Sam) Ding ea95f44f35 add language dropdown example (#895)
* add language dropdown example

* copyedit

* bring changes from #878

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2025-07-09 14:28:21 -07:00
Kaishan (Sam) Ding 9c17a781a8 Code group language dropdown (#893)
* add code group dropdowns

* fix the title

* reviewer edits

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2025-07-09 13:56:27 -07:00
Kathryn Isabelle Lawrence 163ddfa782 Add guide to changelogs + subscribable RSS feeds (#824)
* start changelogs guide

* start adding update component stuff

* Update `update` component page

* update `rss` info

* changelogs

* wrap code block

* update intro

* add dark mode ToC image

* update procedural sections

* update images

* fix dark mode image

* fix link

* add changelog in ctx menu screenshot

* light and dark mode images for ctx menu

* update changelog for test

* test

* update docs

* add xml example

* add upate example in feed

* rss in frontmatter not docs json

* update docs with frontmatter and image change

* update button images

* update images again

* copyedits

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2025-06-24 13:38:41 -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 77dbbe357c Update icons docs (#818)
* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* fix formatting
2025-06-13 14:53:41 -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
Kaishan (Sam) Ding 77bdb0d1bd add danger callout (#789) 2025-06-05 13:13:21 -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 7577bb70b7 link cards to columns (#724) 2025-05-23 08:39:22 -07:00
Ethan Palm c3be25c633 Fix typo (#698) 2025-05-12 17:06:30 -07:00
Ethan Palm 1358eec2e1 fix styling of links (#697) 2025-05-12 16:52:53 -07:00
Ethan Palm 8eb26e7450 Document Panel component (#696)
* Create Panel file

* Add info on using `Panel`

* Make less redundant

* Add reviewer feedback

* Update panel.mdx
2025-05-12 16:41:31 -07:00
Ethan Palm f41b71bd37 Columns docs update (#695)
* Replace `CardGroup` with `Columns`

* Rename file & update links
2025-05-12 11:52:48 -07:00
Ruhan Ponnada f65c1ad094 Fixed heading name (#690)
Fixed name from paramameter to parameter
2025-05-07 09:10:07 -07:00
Han Wang 2589608116 Update SEO tags 2025-04-28 17:39:28 -07:00
Han Wang f11410d801 Fix broken links 2025-04-27 13:35:48 -07:00
Han Wang b96ffbb652 Fix a lot of broken links 2025-04-27 13:33:09 -07:00
Han Wang 369b71b54c Move components 2025-04-25 13:42:59 -07:00
Han Wang 8c8c79d6dd Move components out 2025-04-25 13:40:21 -07:00
Kate Chen ab747319b5 Add tabs 2023-06-08 14:39:46 -04:00
Benjamin Shen 5edfc755a1 Fix broken links 2023-06-03 02:04:00 -07:00
Han Wang 9e798b3b19 Remove tag 2023-06-02 22:41:42 -07:00
Han Wang 62bafab093 Add new tag 2023-06-02 00:21:26 -07:00
Han Wang 610c0dbe1f Add new tag 2023-06-02 00:20:44 -07:00
Han Wang 6bc687fe6c Update with glass frame 2023-06-01 22:37:02 -07:00
Han Wang 52a6aaa1bf Update for frame 2023-06-01 22:16:45 -07:00
Han Wang e43c054734 Add gradient frame 2023-06-01 21:18:49 -07:00
Han Wang 784bb64f35 Add icons and docs 2023-04-24 14:26:57 -07:00
Han Wang c1af170757 Remove title on callouts 2023-04-10 16:06:40 -07:00
Han Wang bf1b690107 Remove filenames 2023-04-10 16:05:23 -07:00
Hahnbee Lee f6aaf51875 First commit 2023-03-22 22:21:00 -07:00