Welcome to My Awesome Document
This is the introduction to my awesome document. I hope you find it informative.
In this section, we'll explore another key area. This area is just as vital as the previous one.
For more information, see this link.
console.log("Hello, world!");
The JavaScript code shown outputs "Hello, world!" to the console.
```mdx
---
title: "My Awesome Document"
description: "A description of my awesome document."
---
# Greetings! You've Arrived at My Awesome Document
Allow me to introduce you to my awesome document. My sincere hope is that you consider it to be educational.
## Section 1: A Topic of Significance
In this space, a significant topic will be examined. Grasping this idea is of the utmost importance.
```python
def my_function(x):
return x * 2
The preceding code illustrates a basic function. The function returns the input multiplied by a factor of two.

We will delve into another significant area within this section. This area holds equal importance to the area previously discussed.
Consult this link for supplementary details.
console.log("Hello, world!");
The JavaScript code displayed outputs "Hello, world!" to the console.