docs: add structure section and improve npm package details#792
Conversation
Improve the Introduction section with better formatting and clearer presentation of the npm package content. Add a new "Documentation Structure" section that outlines the organization of documentation.
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
packages/website/docs/intro.md (1)
37-41: Enhance Navigation by Linkifying Section Entries
To mirror the linked Manual entry, consider hyperlinking the other bullets. For example:- **Tutorials** + **[Tutorials](./tutorials/index.md)** - **Usage** + **[Usage](./usage/index.md)** - **Development** + **[Development](./development/index.md)**This will allow readers to jump directly to each section.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
README.md(1 hunks)packages/website/docs/getting-started.mdx(1 hunks)packages/website/docs/intro.md(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: build
🔇 Additional comments (2)
packages/website/docs/getting-started.mdx (1)
39-45: Well-structured TypeScript Compatibility Admonition
The new:::infoblock effectively conveys thatmaxGraphis authored in TypeScript, the ES2020/ESM target, and the TS ≥3.8 requirement. It matches the style conventions used elsewhere and improves clarity for developers.README.md (1)
61-67: Relocated and Clarified TypeScript Support Section
The insertion clearly highlights TypeScript definitions, ES2020 output, and module format directly under the “Install” heading, which enhances discoverability and consistency with the website docs.




Improve the Introduction section with better formatting and clearer presentation of the npm package content.
Add a new "Documentation Structure" section that outlines the organization of documentation.
Summary by CodeRabbit