Add a new doc page for the IO class covering its three static methods: IO.print() for printing multiple values with a trailing newline, IO.write() for printing a single value without a newline, and IO.read() for reading a line of text from the console with a prompt. Also update the core index page and template sidebar to include a link to the new IO documentation.