This is an introduction to the handbook. This is another line in the handbook.
Because
Yep
Some notes will go here. More here too.
This is a snippet of code
This is bold
This is italic
This is bold and italic
const toggleNav = () => {
setNavVisible(!navVisible);
setSidebarWidth(navVisible ? 0 : 250);
};