Skip to content
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

chore: update readme #2942

Merged
merged 9 commits into from
May 18, 2024
Merged

Conversation

devilkiller-ag
Copy link
Member

@devilkiller-ag devilkiller-ag commented May 6, 2024

Description
Update the following in the readme:

  • update node and npm versions
  • add lint commands
  • add instructions to start build server
  • add instructions to start netlify development server

Related issue(s)
#2636

Copy link

netlify bot commented May 6, 2024

Deploy Preview for asyncapi-website ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 80c1a6e
🔍 Latest deploy log https://app.netlify.com/sites/asyncapi-website/deploys/6648569b41b3bf00083be10a
😎 Deploy Preview https://deploy-preview-2942--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 site configuration.

@devilkiller-ag devilkiller-ag changed the title update readme chore: update readme May 6, 2024
```
npm run lint:fix
```

Copy link
Member

Choose a reason for hiding this comment

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

Add an extra check regarding lint mdx as well.

Copy link
Member Author

Choose a reason for hiding this comment

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

Should I update lint commands in package.json as given below:

"lint": "next lint && npx remark ./**/*.mdx",
"lint:fix": "next lint --fix && npx remark ./**/*.mdx"

Or should I add new commands for this:

"lint:mdx": "npx remark ./**/*.mdx"

Copy link
Member

Choose a reason for hiding this comment

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

There is already a command as lint:mdx inside package.json.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

README.md Show resolved Hide resolved
Copy link
Member

@akshatnema akshatnema left a comment

Choose a reason for hiding this comment

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

image

Update the folder structure according to the latest one in migrate-ts branch.

README.md Outdated
Comment on lines 256 to 280
├── .all-contributorsrc # File having details of all contributors
├── .dockerignore # Docker ignore file
├── .editorconfig # Editor configuration file
├── .eslintrc # ESLint configuration file
├── .gitignore # Git ignore file
├── .gitpod.yml # Gitpod configuration file
├── .remarkrc # Configuration file for remark
├── ADDING_TRANSLATIONS.md # Guide on how to add translations
├── CODE_OF_CONDUCT.md # Code of conduct
├── Contributing.md # Contributing guidelines
├── dashboard.json # Data for dashboard page
├── Dockerfile # Dockerfile for building the website
├── LICENSE # License file
├── mlc_config.json # Configuration file for markdown-link-checker
├── netlify.toml # Netlify configuration file
├── next-env.d.ts # Next.js environment types
├── next-i18next-static-site.config.js # Next.js i18next configuration file
├── next.config.mjs # Next.js configuration file
├── package-lock.json # NPM package lock file
├── package.json # NPM package configuration file
├── postcss.config.js # PostCSS configuration file
├── README.md # Project's README file
├── roadmap.json # Data for roadmap page
├── tailwind.config.js # TailwindCSS configuration file
└── tsconfig.json # TypeScript configuration file
Copy link
Member

Choose a reason for hiding this comment

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

Add only about tailwind.config.js, tsconfig.json, next.config.mjs, README.md files.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@akshatnema
Copy link
Member

/rtm

@asyncapi-bot asyncapi-bot merged commit 09325a3 into asyncapi:migrate-ts May 18, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants