next-learn icon indicating copy to clipboard operation
next-learn copied to clipboard

Docs: highlighting the word `terminal`

Open kenshanta opened this issue 1 year ago • 0 comments

What is the documentation issue?

No formatting on important keywords e.g terminal.

Is there any context that might help us understand?

Firing up the good-old console.log() in a server-side component outputs logs to the terminal rather than following the traditional JavaScript/React behavior of logging to the browser's console. This behavior can be misleading and frustrating not only for new learners, but also for developers transitioning from React.

Below are before and after screenshot examples for visual impact.

Before

Screenshot 2024-11-23 at 12 41 08 AM

After

Screenshot 2024-11-23 at 12 43 14 AM Screenshot 2024-11-23 at 12 43 47 AM

Would be glad to work on a PR if given the green light

Does the docs page already exist? Please link to it.

https://nextjs.org/learn/dashboard-app/mutating-data

kenshanta avatar Nov 22 '24 23:11 kenshanta