- Make sure to add "front matter" so that the title and description are included as head tags and included in metadata tags for search engines and social links.
E.g. start every mdx
page with both these properties. Make sure it is right at the top (before any imports)
---
title: Getting the Validator Software
description: Installing the Validator software is one of the simplest parts of the process.
---
This is a template for creating documentation with Nextra.
Click the button to clone this repository and deploy it on Vercel:
First, run pnpm i
to install the dependencies.
Then, run pnpm dev
to start the development server and visit localhost:3000.
This project is licensed under the MIT License.