Skip to content

Commit

Permalink
meta: minor fixes and new mascot
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Feb 23, 2024
1 parent a98c1cd commit e4b81a3
Show file tree
Hide file tree
Showing 5 changed files with 681 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pages/en/about/index.md → pages/en/about/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ title: About Node.js®
layout: about.hbs
---

<div className="my-4 flex items-center justify-center">
<img src="/static/images/node-mascot.svg" className="w-[100px]" />

Check warning on line 7 in pages/en/about/index.mdx

View workflow job for this annotation

GitHub Actions / Lint

img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
</div>

---

# About Node.js®

As an asynchronous event-driven JavaScript runtime, Node.js is designed to build
Expand Down
2 changes: 1 addition & 1 deletion pages/en/learn/diagnostics/flame-graphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Now let's get to work.
2. Try running `perf` - it might complain about missing kernel modules, install them too
3. Run node with perf enabled (see [perf output issues](#perf-output-issues) for tips specific to Node.js versions)

```bash
```
perf record -e cycles:u -g -- node --perf-basic-prof app.js
```

Expand Down
Loading

0 comments on commit e4b81a3

Please sign in to comment.