-
-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs/guides/adonis js #1433
Docs/guides/adonis js #1433
Conversation
feat(cli): add `AdonisJS`
chore(web): add `AdonisJS` integration guide card in `quickstart` page
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 955d2da The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThe recent update introduces an AdonisJS integration guide for Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer
participant CLI as CLI Tool
participant Guide as AdonisJS Guide
participant WebApp as Web Application
Dev->>CLI: Request AdonisJS Project Template
CLI-->>Dev: Provide AdonisJS Template URL
Dev->>Guide: Follow Integration Guide
Guide-->>Dev: Setup Instructions
Dev->>WebApp: Apply Configuration
WebApp-->>Dev: Successful Setup with Flowbite React
Poem
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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
apps/web/public/logos/adonis-js.svg
is excluded by!**/*.svg
Files selected for processing (6)
- .changeset/purple-rocks-divide.md (1 hunks)
- apps/web/components/quickstart/integration-guides.tsx (1 hunks)
- apps/web/content/docs/guides/adonis-js.mdx (1 hunks)
- apps/web/data/docs-sidebar.ts (4 hunks)
- packages/cli/src/data.ts (1 hunks)
- packages/ui/README.md (1 hunks)
Files skipped from review due to trivial changes (3)
- .changeset/purple-rocks-divide.md
- apps/web/data/docs-sidebar.ts
- packages/cli/src/data.ts
Additional context used
LanguageTool
packages/ui/README.md
[uncategorized] ~41-~41: If this is a compound adjective that modifies the following noun, use a hyphen. (EN_COMPOUND_ADJECTIVE_INTERNAL)
Context: ... --- ###flowbite-react
is an open source collection of UI components, built in R...
[style] ~49-~49: Consider using an alternative to strengthen your wording. (WANT_KEEN)
Context: ...](https://flowbite-react.com/). If you want to learn more about Flowbite, visit [Fl...
[uncategorized] ~75-~75: Possible missing preposition found. (AI_EN_LECTOR_MISSING_PREPOSITION)
Context: ...e-react@latest ``` The CLI will prompt the directory name, what template to use an...
[grammar] ~315-~315: Did you mean simply “discuss the”? You do not need the word “about” here. (MENTION_ABOUT)
Context: ...unity If you need help or just want to discuss about the library join the community on Github: ...
[uncategorized] ~315-~315: A comma might be missing here. (AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)
Context: ... help or just want to discuss about the library join the community on Github: ⌨️ [Disc...
[grammar] ~317-~317: Did you mean simply “Discuss Flowbite”? You do not need the word “about” here. (MENTION_ABOUT)
Context: ...rary join the community on Github: ⌨️ [Discuss about Flowbite on GitHub](https://github.com/themesber...
[uncategorized] ~329-~329: A comma might be missing here. (AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)
Context: ...ma If you need the Figma files for the components you can check out our website for more ...
Markdownlint
packages/ui/README.md
41-41: Punctuation: '.' (MD026, no-trailing-punctuation)
Trailing punctuation in heading
13-13: null (MD045, no-alt-text)
Images should have alternate text (alt text)
Additional comments not posted (3)
apps/web/components/quickstart/integration-guides.tsx (1)
19-19
: AdonisJS Guide Addition ApprovedThe addition of the AdonisJS guide to the
GUIDES
array is consistent with the existing structure and properties of other guides. This ensures uniformity and correct integration within the UI.apps/web/content/docs/guides/adonis-js.mdx (1)
1-149
: Comprehensive AdonisJS Guide ApprovedThe new guide for integrating AdonisJS with Flowbite React is well-structured, clear, and comprehensive. It covers all necessary steps from CLI commands to dark mode configuration, providing valuable information to users.
packages/ui/README.md (1)
87-87
: AdonisJS Guide Link Addition ApprovedThe addition of the AdonisJS guide link in the README is correctly formatted and follows the existing pattern of guide links, providing users with direct access to the new guide.
* docs sidebar: cleanup old `isNew` badges * feat(web): docs/guides - add `AdonisJS` feat(cli): add `AdonisJS` * chore(ui): update README chore(web): add `AdonisJS` integration guide card in `quickstart` page * fix(docs): Dark mode `ThemeModeScript` render order * simplify tailwind.config->content
Changes
web
docscli
to support itweb
docs sidebarNEW
stale badgesSummary by CodeRabbit
New Features
Documentation
Chores