JA
jagerman/chainflip-docs
Home repository of Chainflip documentation
Adding a new page
- 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.
---
Nextra Docs Template
This is a template for creating documentation with Nextra.
Quick Start
Click the button to clone this repository and deploy it on Vercel:
Local Development
First, run pnpm i to install the dependencies.
Then, run pnpm dev to start the development server and visit localhost:3000.
License
This project is licensed under the MIT License.
