docs: apply quick fixes to the "getting started" and "demos" page#654
docs: apply quick fixes to the "getting started" and "demos" page#654
Conversation
WalkthroughThis pull request focuses on updating documentation files for the Changes
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🔇 Additional comments (4)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
packages/website/docs/getting-started.mdx (1)
55-55: Improve phrasing to avoid repetition.The current phrasing repeats "want to use". Consider rephrasing for better readability.
Apply this diff to improve the phrasing:
-you want to use `TypeScript`, adapt it if you want to use `JavaScript` (mainly, remove references to the 'type' syntax). +you're using `TypeScript`. For `JavaScript`, simply remove references to the 'type' syntax.🧰 Tools
🪛 LanguageTool
[style] ~55-~55: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...nt to useTypeScript, adapt it if you want to useJavaScript(mainly, remove refere...(REP_WANT_TO_VB)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
packages/website/docs/demo-and-examples.md(2 hunks)packages/website/docs/getting-started.mdx(2 hunks)
🧰 Additional context used
🪛 LanguageTool
packages/website/docs/getting-started.mdx
[uncategorized] ~11-~11: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: ...e.org/licenses/LICENSE-2.0.html) license and it sources are available in the [maxGra...
(COMMA_COMPOUND_SENTENCE)
[misspelling] ~11-~11: Did you mean the possessive “its”?
Context: .../licenses/LICENSE-2.0.html) license and it sources are available in the [maxGraph ...
(LACK_OF_IT_ITS_VBZ_ARE)
[style] ~55-~55: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...nt to use TypeScript, adapt it if you want to use JavaScript (mainly, remove refere...
(REP_WANT_TO_VB)
🔇 Additional comments (2)
packages/website/docs/demo-and-examples.md (1)
13-13: LGTM! Documentation improvements enhance clarity.The changes improve the documentation by:
- Adding a direct link to the GitHub organization
- Simplifying the description of the integration examples repository
Also applies to: 36-36
packages/website/docs/getting-started.mdx (1)
15-15: LGTM! Improved phrasing.The change from "on" to "in" improves readability.
|



Summary by CodeRabbit
demo-and-examples.mdwith clearer source references for examples.getting-started.mdxto include Apache 2.0 license information and remove redundant sections.README.mdfor using TypeScript and JavaScript.