Skip to content

docs: sync README project structure with repository folders#5302

Merged
princerajpoot20 merged 4 commits intoasyncapi:masterfrom
saumyayadav2603-dot:Readme-fix
Apr 23, 2026
Merged

docs: sync README project structure with repository folders#5302
princerajpoot20 merged 4 commits intoasyncapi:masterfrom
saumyayadav2603-dot:Readme-fix

Conversation

@saumyayadav2603-dot
Copy link
Copy Markdown
Contributor

@saumyayadav2603-dot saumyayadav2603-dot commented Apr 1, 2026

Description

The project structure section in the README was slightly outdated and missing some directories that currently exist in the repository.

This PR updates the README to reflect the actual repository structure.

Changes

  • Added missing directories:

    • .storybook
    • cheatsheet
    • cypress
    • development
    • docs
    • tests
  • Corrected Tailwind config file name:

    • tailwind.config.jstailwind.config.ts

These changes ensure the README stays synchronized with the repository structure and helps contributors better understand the project layout.

Resolves #5032

Summary by CodeRabbit

  • Documentation
    • Updated project structure in README to list new top-level folders (Storybook, cheatsheet, Cypress, development, docs) and include tests in the tree.
    • Adjusted the referenced Tailwind configuration entry to reflect the current setup and cleaned up surrounding formatting for clarity.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 1, 2026

Deploy Preview for asyncapi-website ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 4e92c7e
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/69ea5754fdd28200082e7a91
😎 Deploy Preview https://deploy-preview-5302--asyncapi-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 1, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 9e8dd8d4-0a49-4347-9e37-2e12f637803d

📥 Commits

Reviewing files that changed from the base of the PR and between 733b7e5 and cd37e82.

📒 Files selected for processing (1)
  • README.md
✅ Files skipped from review due to trivial changes (1)
  • README.md

📝 Walkthrough

Walkthrough

The README project-structure section was updated to match the repository layout: added top-level folders (.storybook, cheatsheet, cypress, development, docs, tests), changed tailwind.config.js to tailwind.config.ts, and adjusted surrounding tree formatting and indentation.

Changes

Cohort / File(s) Summary
Documentation
README.md
Rewrote the "Project structure" tree: added .storybook, cheatsheet, cypress, development, docs, and tests; replaced tailwind.config.js with tailwind.config.ts; removed extraneous fenced-code marker and normalized indentation/formatting.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 I hopped through lines to make them right,
I nudged the tree, added folders bright,
Tailwind now wears a .ts hat,
Tests appear—imagine that!
Happy README, hop and write.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change—updating the README project structure to match the repository's actual folders.
Linked Issues check ✅ Passed The PR successfully addresses all coding requirements from issue #5032: adds missing directories (.storybook, cheatsheet, cypress, development, docs, tests) to the README and corrects the Tailwind config filename.
Out of Scope Changes check ✅ Passed All changes in the README are scoped to updating the project structure documentation to match issue #5032 requirements; no unrelated modifications are present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (cdadc9b) to head (4e92c7e).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #5302   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          830       830           
  Branches       159       159           
=========================================
  Hits           830       830           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Line 259: Add a language identifier to the unlabeled fenced code block that
contains the project tree in README.md by changing the opening triple backticks
from ``` to ```text (so the code fence is ```text ... ```), which resolves
markdownlint MD040.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: cc2c3d80-b851-4b1d-a5f8-23ce1c93db10

📥 Commits

Reviewing files that changed from the base of the PR and between b187eeb and 733b7e5.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md Outdated
@asyncapi-bot
Copy link
Copy Markdown
Contributor

asyncapi-bot commented Apr 1, 2026

⚡️ Lighthouse report for the changes in this PR:

Category Score
🔴 Performance 42
🟢 Accessibility 98
🟢 Best practices 92
🟢 SEO 100
🔴 PWA 33

Lighthouse ran on https://deploy-preview-5302--asyncapi-website.netlify.app/

@SHUBHANSHU602
Copy link
Copy Markdown
Contributor

@saumyayadav2603-dot Please add issue number .Also add a identifier as suggested by coderabbitai

@bandantonio bandantonio moved this from To Be Triaged to Triaged in Website - Kanban Apr 1, 2026
@bandantonio bandantonio moved this from Triaged to To Be Triaged in Website - Kanban Apr 1, 2026
@princerajpoot20 princerajpoot20 moved this from To Be Triaged to Waiting Contributor Response in Website - Kanban Apr 3, 2026
@princerajpoot20
Copy link
Copy Markdown
Member

@saumyayadav2603-dot please have a look at the coderabbit's suggestion

Copy link
Copy Markdown
Member

@princerajpoot20 princerajpoot20 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. @saumyayadav2603-dot Thanks for your contribution!

@princerajpoot20
Copy link
Copy Markdown
Member

@bandantonio will be a quick one

@princerajpoot20
Copy link
Copy Markdown
Member

princerajpoot20 commented Apr 18, 2026

Hmm… I still can’t merge this PR 🧐
I thought you are already docs maintainer. i think you should join us 😉

@bandantonio
Copy link
Copy Markdown
Collaborator

Hmm… I still can’t merge this PR 🧐 I thought you are already docs maintainer. i think you should join us 😉

I am (my approve is green, not gray) but not of the README. So, I think, I should join your party 😁

@sonarqubecloud
Copy link
Copy Markdown

@princerajpoot20 princerajpoot20 merged commit fabb56f into asyncapi:master Apr 23, 2026
19 checks passed
@github-project-automation github-project-automation Bot moved this from Waiting Contributor Response to Done in Website - Kanban Apr 23, 2026
@princerajpoot20
Copy link
Copy Markdown
Member

@saumyayadav2603-dot Thanks for your effort

codxbrexx pushed a commit to codxbrexx/website-asyncapi that referenced this pull request May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Docs Bug 🐞 report]: README folder structure is out of sync with repository (missing tests/ directory)

7 participants