Source: https://dinakar-docs.docs.pageloop.ai/quickstart

# Quickstart

# Quickstart

1. Open `index.mdx` in this repository.
2. Change the heading, commit to the default branch.
3. Watch the change appear on your docs site after the sync completes.

## Adding a page

Create a new `.mdx` file anywhere in the repo:

```mdx
---
title: My New Page
---

# My New Page

Hello world!
```

Then add it to the `navigation` section of `docs.json`.
