Redirect pages

Create redirections between pages.

Create a redirection

Redirections are handled directly in frontmatter. To redirect one page to another, add redirect in frontmatter.

The following example redirects /docs/ to /docs/getting-started/:

---
slug: /docs/
redirect: /docs/getting-started/
---
Edit this page on GitHub