Skip to content

Comments

fix: code snippets and image replacements#24

Open
aadhavanpl wants to merge 1 commit intomasterfrom
aadhavan/cleanup
Open

fix: code snippets and image replacements#24
aadhavanpl wants to merge 1 commit intomasterfrom
aadhavan/cleanup

Conversation

@aadhavanpl
Copy link
Member

  1. [Stage-16] Replaced code block image with code block
  2. Added `` wherever I noticed it was not present
  3. Grammar in few places
  4. Saved code with prettier code formatter (vscode extension)

@FayisRahman @Sreeharij @Shibin-Ez - Install prettier as a dev dependency. This will make sure the formatting across the codebase is consistent since multiple people are working on it.

To install as a devDependency in package.json: yarn add prettier -D (npm would be slightly different)

To check what all files need to be formatted: npx prettier --check .

Format all files: npx prettier --write .

@aadhavanpl aadhavanpl self-assigned this Feb 21, 2026
@aadhavanpl aadhavanpl added the documentation Improvements or additions to documentation label Feb 21, 2026
@netlify
Copy link

netlify bot commented Feb 21, 2026

Deploy Preview for expserver-docs failed.

Name Link
🔨 Latest commit 2cb48e6
🔍 Latest deploy log https://app.netlify.com/projects/expserver-docs/deploys/6999740ea5db9b0007e9ce87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant